A multi-modality model for solar irradiance forecasting
Use netural network to prediction the solar irradiance
Ubuntu 14.04 with Tesla M40 (24GB memory)
conda install numpy, matplotlib, PIL, xlrd, cv2
pip install numpy, matplotlib, PIL, xlrd,cv2
Before run this project, make sure that you have installed all dependency and you should use the python script to download the dataset by yourself since the dataset is too large that I have not upload it into the Github.
Note: The ssrl_bms irrandiance and meteorological dataset exists some problems if you purely download from the website, so I upload the dataset and you can ignore this step
Download the dataset (this may cost severals hours to get the data and please wait patiently):
Download the nrel irradiance and meteorological data from the SSRL_BMS
# cd dataset/NREL_SSRL_BMS_IRANDMETE/
# python ssrl_bms_historical_data_spider.py
Download the ssrl sky image from the skycam.
# cd ../NREL_SSRL_BMS_SKY_CAM/
# python ssrl_sky_image_spider_multi_thread.py
Data preprocess
NREL irradiance and meteorological data pre-process
# cd dataset/NREL_SSRL_BMS_IRANDMETE/
# python ir_mete_preprocess.py
Seperate the data
Generate the irradiance and meteorological train, test and validation data
# cd input_data
# python generate.py 0.8 0.1
Generate the sky cam train, test and validation data
# cd ../../input_data
# python generate.py 0.8 0.1
Run the model
Train the model and Do prediction
# cd src
# python solar_prediction.py
This project focuses on the solar irradiance prediction according to the irradiance data, meteorological data and sky camera data from the NREL Solar Radiation Research Laboratory.
The dataset consists of three parts:
This project is maintained by wang_kejie@foxmail.com">WANG Kejie and if you have some problems or find some bugs in the procedure, please send me the email.