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
Is your feature request related to a problem? Please describe.
Currently, the only valid data formats supported by intake-esm are netcdf and zarr. As a result, it's not possible to use intake-esm when working with datasets in grib format.
However, it is based on raw grb data and intake-esm does not really support grb. We would need a default engine here for grib. The one i use is cfgrib. You may say that users can provide that but since there is no grib_kwargs, I cannot for example merge grb assets with netcdf assets. Which is why I say there is no grb support in intake-esm.
Is your feature request related to a problem? Please describe.
Currently, the only valid data formats supported by intake-esm are
netcdf
andzarr
. As a result, it's not possible to use intake-esm when working with datasets in grib format.Describe the solution you'd like
We should consider extending the esm collection specification: https://github.com/intake/intake-esm/blob/main/docs/source/explanation/esm-collection-spec.md#assets-object to allow catalogs to contain datasets in grib format.
Additional context
I'm copying and pasting the comment in #66 (comment)
I made one for dkrz era5 data which is on our HPC's disk storage. That means, the data access also only works on Mistral.
should work.
However, it is based on raw
grb
data andintake-esm
does not really supportgrb
. We would need a default engine here for grib. The one i use iscfgrib
. You may say that users can provide that but since there is nogrib_kwargs
, I cannot for example mergegrb
assets withnetcdf
assets. Which is why I say there is nogrb
support in intake-esm.Best,
Fabi
Originally posted by @wachsylon in #66 (comment)
The text was updated successfully, but these errors were encountered: