Skip to content

CSE-ICE-21/CloudGaze

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 

Repository files navigation

CloudGaze

Landsat Sky Image based Determination of Cloud Motion to Predict Solar Obscuration

Project Overview

The detection and prediction of cloud motion from ground based visible light images are critical for optimizing solar energy generation and improving solar facility yield predictions. Moreover, understanding cloud dynamics provides valuable insights for climate modeling. CloudGaze is a cloud motion detection and prediction system designed to analyze the movement of clouds using LandSat images. The project applies image segmentation techniques, motion detection algorithms, and predictive modeling to assess potential sun coverage and forecast cloud movement.

Features

  • Cloud and Sun Detection: Binary segmentation of clouds and sun regions from Landsat sky images.
  • Optical Flow Analysis: Lucas-Kanade algorithm to track cloud motion vectors.
  • Centroid Calculation: Identifies largest cloud and sun positions for spatial analysis.
  • Predictive Modeling: Estimates cloud motion and sun coverage probabilities using a Kalman filter.
  • Real-Time Processing: Periodic image capture using an RPi camera module for dynamic cloud tracking.

Project Structure

CloudGaze/
├── data/
│   ├── filtered/          
│   ├── followed/
|   ├── movement/
│   ├── predicted/
│   ├── followed/
│   ├── presentation/
│   ├── processed/
│   ├── saved/
│   ├── segmented/
│   └── segmented/thresholded/
├── src/     
│   ├── version1.py/   
│   └── kalmanfilter.py/
│   ├── models/
│   │   ├── network.py/
│   │   ├── loss.py/           
│   ├── temp/
│   │   ├── avgvector.py/
│   │   ├── contours.py/
│   │   ├── filterbrightmask.py/
│   │   ├── findcentroid.py/
│   │   ├── imagecap.py/
│   │   ├── largestcontour.py/
│   │   ├── lucasKanademodel.py/
│   │   ├── lucasKanadethresholded.py/                     
├── models/            
└── README.md         

About

Landsat Sky Image based Determination of Cloud Motion to Predict Solar Obscuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%