openclimatefix / power_perceiver

Machine learning experiments using the Perceiver IO model to forecast the electricity system (starting with solar)
MIT License
7 stars 1 forks source link

Plot timeseries of multiple nearby PV systems #12

Closed JackKelly closed 2 years ago

JackKelly commented 2 years ago

Like this plot, but select geographically nearby PV systems:

image

JackKelly commented 2 years ago

Here's PV data for 11 nearby PV systems:

(The thick blue line is a PV system I picked manually because it has interesting shading issues (pv system 2766 in the Passiv dataset). Code is here: https://github.com/openclimatefix/power_perceiver/blob/main/notebooks/2022-02-28_predict_pv_using_pvlib/predict_pv_using_pvlib.ipynb

image

And here's the same data, but with the 10 nearby PV systems given an hourly rolling mean:

image

The target PV system is in red. The nearby systems are in yellow:

image

image