JuliaDataCubes / YAXArrays.jl

Yet Another XArray-like Julia package
https://juliadatacubes.github.io/YAXArrays.jl/
Other
101 stars 18 forks source link

Zarr bounds should not be discarded, but used to construct Intervals in the dimensions #388

Open felixcremer opened 5 months ago

felixcremer commented 5 months ago

Currently when we read a Zarr dataset we ignore all variables that have "bnd" in their name. Instead of ignoring the bounds we should use this information to construct a dimension with Intervals instead of points. An example dataset that we can use for that would be at http://tinyurl.com/GLDAS-NOAH025-3H from the geozarr interoperability issue https://github.com/zarr-developers/geozarr-spec/issues/36