Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 534 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 534 Bytes

gcCloudDetection

An object orientated python script to detect cloud from the satellite image, provided in Government of Canada's cloud forecast website. The script uses urllib package to download the image from GC website. Then uses OpenCV package to read the value of the 5x5 pixel and produces a percentage value of the cloud over a specific point.

Run the CloudDetection.py to download the image and process it for cloud detection. Image processing is done in ImageProcessing.py script.

The images are saved in \Images folder.