https://github.com/adamouization/solar-irradiance-forecasting
Predicting short-term solar irradiance using deep learning and statistical methods on the Folsom dataset
https://github.com/adamouization/solar-irradiance-forecasting
arima arima-forecasting data-science deep-learning irradiance irradiance-forecasting machine-learning python
Last synced: about 2 months ago
JSON representation
Predicting short-term solar irradiance using deep learning and statistical methods on the Folsom dataset
- Host: GitHub
- URL: https://github.com/adamouization/solar-irradiance-forecasting
- Owner: Adamouization
- License: agpl-3.0
- Created: 2023-08-18T07:53:25.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-07T10:23:21.000Z (almost 3 years ago)
- Last Synced: 2025-09-08T23:51:38.412Z (10 months ago)
- Topics: arima, arima-forecasting, data-science, deep-learning, irradiance, irradiance-forecasting, machine-learning, python
- Language: Jupyter Notebook
- Homepage:
- Size: 4.77 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Short-Term Solar Irradiance Forecasting using LSTMs  [](https://www.gnu.org/licenses/agpl-3.0)
       
___
## Project Goal
Solar energy is a rapidly growing source of renewable energy, contributing significantly to global sustainability efforts. It depends on solar irradiance, which is the amount of solar energy received per unit area, measured using GHI (global irradiance). Accurate solar irradiance forecasting is crucial for:
* optimising energy production
* designing, planning and operational management of solar energy farms.
The goal of this project is to build a predictive model that can accurately predict future irradiance.
The objective is to leverage the various historical data provided in the *"[A comprehensive dataset for the accelerated development and benchmarking of solar forecasting methods](https://zenodo.org/record/2826939)"* dataset to build a solution that can accurately forecast irradiance for the next 20 minutes.
## Preliminary LSTM result

## Setup
Create a virtual environment:
```
python -m venv /Solar-Irradiance-Forecasting
source /Solar-Irradiance-Forecasting/bin/activate
```
Install requirements:
```
cd Solar-Irradiance-Forecasting
pip install -r env/requirements-light.txt
```
Download data:
```
python src/utils/donwload_zenodo_data.py
```
Open relevant Jupyternotebooks in `src/`
## License
* see [LICENSE](https://github.com/Adamouization/Solar-Irradiance-Forecasting/blob/master/LICENSE) file.
## Contact
* Email: adam[at]jaamour[dot]com
* Website: www.adam.jaamour.com
* Linktree: https://linktr.ee/adamouization