Skip to main content

PVNet

Project description

PVNet 2.1

test-release

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.

Source Distribution

PVNet-2.1.24.tar.gz (42.6 kB view hashes)

Uploaded Source

Built Distribution

PVNet-2.1.24-py3-none-any.whl (55.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page