Jack Kelly

Results 285 issues of Jack Kelly

v15 currently looks like this: ![image](https://user-images.githubusercontent.com/460756/161309508-2c06b87a-5962-48f0-a1eb-fb86868b5de6.png) I'd propose making these changes: - [ ] #530 ```python # Drop redundant coordinates (these are redundant because they # just repeat the contents...

data

- [x] #628 - [ ] Remove `*_index` coords from satellite datasets? - Xarray `coordinates` are, if I've understood correctly, meant to hold "labels" for each dimension. - So, I...

data

Here's what an on-disk HRVSatellite batch looks like now (from v15): ![image](https://user-images.githubusercontent.com/460756/161253841-33f5ae4b-31b1-45e9-945e-79a54acdd5b9.png) We should assign coordinates like this: ```python def _set_sat_coords(dataset: xr.Dataset) -> xr.Dataset: return dataset.set_coords( ["time", "channels", "y_geostationary_index", "x_geostationary_index",...

bug

For example, maybe we should standardise on: * x_osgb * y_osgb * time_utc In v15 of the dataset, PV uses `x_coords`, `y_coords`, and `time`. And HRV satellite uses `x_osgb`, `y_osgb`,...

enhancement
good first issue
data

**Describe the bug** The PV data is in Watts, I think, not MW! :slightly_smiling_face:

bug

## Detailed Description Include `pv`, `gsp` and `nwp` for up to 48 hours ahead. ## Context Lots of users have asked for a coherent forecast that extends at least 48...

enhancement

In `power_perceiver`, I'm planning to encode the surface height (and maybe land/sea mask) as part of the position encoding. At the moment, it's actually quite tricky to align the topo...

enhancement

Ingest NWPs which provide humidity & temperature at multiple vertical levels. Check if that's available from Met Office API. Use these to predict clouds (in satellite images) and / or...

enhancement

## Detailed Description For all timesteps, and for all PV systems in the region of interest, include: - Two sets of predicted PV power using `pvlib`'s physical PV prediction. Use...

enhancement

## Detailed Description Needed for when we create PV datasets outside the UK. ## Possible Implementation Some options: * NOAA's Global Forecasting System ([GFS](https://www.ncei.noaa.gov/products/weather-climate-models/global-forecast), [available back to 2015 on Google...

enhancement