openclimatefix / pv-solar-farm-forecasting

Forecasting for individual solar farms
MIT License
0 stars 0 forks source link

UKPN meta data #15

Closed vrym2 closed 1 year ago

vrym2 commented 1 year ago

Pull Request

Description

This PR corresponds to the UKPN meta data and its functions and Datapipes.

Fixes #

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

If your changes affect data processing, have you plotted any changes? i.e. have you done a quick sanity check?

Checklist:

vrym2 commented 1 year ago

@jacobbieker I have written a datapipe to get the center(lat, lon) from all the individual GSP points from the metadata file or JSON data, I'll expand this to add all the GSP from UKPN solar data, and add this to netcdf

I'm also working on automating the data download from Grafana UKPN page

jacobbieker commented 1 year ago

@jacobbieker I have written a datapipe to get the center(lat, lon) from all the individual GSP points from the metadata file or JSON data, I'll expand this to add all the GSP from UKPN solar data, and add this to netcdf

I'm also working on automating the data download from Grafana UKPN page

Awesome! That sounds great!