An open API service indexing awesome lists of open source software.

https://github.com/orestispanago/asi-irradiance

Calculate Irradiance from ASI image
https://github.com/orestispanago/asi-irradiance

all-sky-camera asi convolutional-neural-networks ftp solar-radiation solar-radiation-prediction

Last synced: 3 months ago
JSON representation

Calculate Irradiance from ASI image

Awesome Lists containing this project

README

        

# ASI-Irradiance

* Downloads last image from FTP.

* Crops image and applies black mask to unused area.

* Calculates solar irradiance (DHI and GHI) from All Sky Image using pre-trained CNN model (saved in ```.h5``` files in ```models``` folder).

* Uploads predictions ```.csv``` to FTP. File contains a single wor with datetime, GHI and DHI predictions and is overwritten at each run.