-
Notifications
You must be signed in to change notification settings - Fork 27
Description
Is your feature request related to a problem? Please describe.
Implementing and customize a data reader for Radklim data set (stored in NetCDF format) based on virtualizarr and icechunk libraries.
The main issue is that current anemoi data sets are supported by zarr version =2.17 while icechunk requires zarr version = 3.xx
The data reader will be based on the base class with some customization to handle the parallaization issue related to reading from virtual icechunk store
Describe the solution you'd like
Data reader class based on the data reader class utilizing icechunk store as a reference to read the meta data and request the correct data from the correct netcdf file when called.
The data reader will adapt the base class and time window handler fuctionality and use lazy opening functionality to handle the multi worker setup of the project.
For the time being, this is an experimental feature to compare the perfomance with the kerchunk implementation and the subsequent errors when training.
A new environemnt must be included (does not include anemoi dependency) to avoide the clash with the anemoi data set,.
Describe alternatives you've considered
Additional context
No response
Organisation
JSC
Metadata
Metadata
Assignees
Labels
Type
Projects
Status