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

[ML Idea] Simple PV power predictions using single timestep of satellite data #20

Open JackKelly opened 2 years ago

JackKelly commented 2 years ago

image

JackKelly commented 2 years ago

Made a start on exploring how to load individual PV systems here: https://github.com/openclimatefix/power_perceiver/blob/main/notebooks/2022-03-09_explore_loading_single_pv_system/explore_loading_single_pv_system.ipynb

Update: Some more thoughts on experiments to run:

The longer-term idea is to explore whether we need to predict each PV system individually, or can we predict multiple PV systems in one go (which would be helpful when we're combining multiple modalities.

JackKelly commented 2 years ago

Next step: Build a pytorch dataloader which loads just a single PV system at a time