PVNet
Project description
PVNet 2.1
This project is used for training PVNet and running PVnet on live data.
PVNet2 largely inherits the same architecture from PVNet1.0. The NWP and satellite data are sent through some neural network which encodes them down to 1D intermediate representations. These are concatenated together with the GSP output history, the calculated solar coordinates (azimuth and elevation) and the GSP ID which has been put through an embedding layer. This 1D concatenated feature vector is put through an output network which outputs predictions of the future GSP yield. National forecasts are made by adding all the GSP forecasts together.
Setup
git clone https://github.com/openclimatefix/PVNet.git
cd PVNet
pip install -r requirements.txt
pip install git+https://github.com/SheffieldSolar/PV_Live-API
Running
python run.py
Development
pip install -r requirements.txt -r requirements-dev.txt
pytest
Might need to install PVLive
pip install git+https://github.com/SheffieldSolar/PV_Live-API#pvlive_api
Testing
You can use pytest
to run tests
Experiments
Notes on these experiments are here.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.