openclimatefix / ocf_datapipes

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

new time and loc selection function #190

Closed dfulu closed 1 year ago

dfulu commented 1 year ago

Description

Add a new datapipe component to simultaneously select location and time. This allows us to loop over all location-time pairs instead of the random pairs created by using select_t0_time() and location_picker().