You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2023. It is now read-only.
NWPDataSource lazily assembles its batch and then dask.compute() can
optimise the loading.
SatelliteDataSource doesn't use dask. Instead it uses
ThreadPoolExecutor.
PVDataSource doesn't use dask or threads! (Because the entire dataset
easily fits into memory!)
Tests pass.
Issues #38#42#20
See notebooks/design.ipynb for ideas of interface.
Almost certainly will also have to re-create NWP Zarr (#11) so we load smaller files. e.g. each chunk should be a single init_time and a single step.
The text was updated successfully, but these errors were encountered: