Skip to content

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 a 5x5 pixel and produces a percentage value of the cloud over a specific point.

Notifications You must be signed in to change notification settings

stoneren299/gcCloudDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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 a 5x5 pixel and produces a percentage value of the cloud over a specific point.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages