nowcasting_dataset icon indicating copy to clipboard operation
nowcasting_dataset copied to clipboard

Prepare batches of data for training machine learning solar electricity nowcasting data

Results 101 nowcasting_dataset issues
Sort by recently updated
recently updated
newest added

Let's do this in early 2022 (for WP2). Related to #81

enhancement
data

## Detailed Description I'm pretty certain that modern video compression (e.g. AV1) and/or image compression (e.g. AVIF) will result in _much_ smaller file sizes for our image data sources (satellite...

enhancement

## Detailed Description Download pv output.org dataset for 2020 and 2021 ## Context This will allow #562 to be tested properly

enhancement

## Detailed Description Remove renaming of x and y coorindate once 1. https://github.com/openclimatefix/Satip/issues/42 2. https://github.com/openclimatefix/nwp/issues/9 ## Context good to clear up code

enhancement

Not urgent ``` 2021-11-17 17:55:06,391 DEBUG processID=1555225 Creating pv DataSource object. | /home/jack/dev/ocf/nowcasting_dataset/nowcasting_dataset/manager.py#L103 2021-11-17 17:55:06,393 DEBUG processID=1555225 Loading PV metadata from /mnt/storage_b/data/ocf/solar_pv_nowcasting/nowcasting_dataset_pipeline/PV/Passiv/ocf_formatted/v0/system_metadata_OCF_ONLY.csv | /home/jack/dev/ocf/nowcasting_dataset/nowcasting_dataset/data_sources/pv/pv_data_source.py#L72 DEBUG:nowcasting_dataset.data_sources.pv.pv_data_source:Loading PV metadata from /mnt/storage_b/data/ocf/solar_pv_nowcasting/nowcasting_dataset_pipeline/PV/Passiv/ocf_formatted/v0/system_metadata_OCF_ONLY.csv 2021-11-17...

enhancement
data

Right now, `rioxarray` can't open data directly from cloud storage buckets, so `TopographicDataSource.__post_init__()` downloads files to the VM's local hard disk using `OpenData`. But `rioxarray` v1.3 will enable `rioxarray` to...

enhancement
refactoring

## Detailed Description See https://github.com/openclimatefix/predict_pv_yield/issues/90 for more context

enhancement
data

## Detailed Description Make sure x and y center from metadata are aligned with GSP id ## Context Useful for fake data to represent real data ## Possible Implementation Options...

enhancement

When the model is predicting PV yield for an entire Grid Supply Point region, it may be useful for the model to get a binary mask showing the geographical shape...

enhancement
data

## Detailed Description - Move imports to top of file - solve circular imports issue ## Context https://github.com/openclimatefix/nowcasting_dataset/pull/314#discussion_r762892363 code is [here](https://github.com/openclimatefix/nowcasting_dataset/blob/jacob/optical-flow-datasource/nowcasting_dataset/data_sources/optical_flow/optical_flow_data_source.py#L73)

enhancement