openclimatefix / ocf_datapipes

OCF's DataPipe based dataloader for training and inference
MIT License
13 stars 11 forks source link

[Meta] Datapipes for Training Checklist #52

Open jacobbieker opened 2 years ago

jacobbieker commented 2 years ago

This is the steps needed to make Datapipes work for training as well as production, which was covered in #18. As part of that, these functions for training have already been completed:

  1. Loading of basic raw data
  2. Transform data and normalization

TODO

Loading

Selecting

Transform

peterdudfield commented 2 years ago

Ive added a training pipe lines in https://github.com/openclimatefix/ocf_datapipes/blob/main/ocf_datapipes/training/nwp_pv.py and it seems to work. It only loads PV and a reduce NWP dataset

jacobbieker commented 1 year ago

@dfulu added the offsets in #194 #192