zarr-developers / geozarr-spec

This document aims to provides a geospatial extension to the Zarr specification. Zarr specifies a protocol and format used for storing Zarr arrays, while the present extension defines conventions and recommendations for storing multidimensional georeferenced grid of geospatial observations (including rasters).
106 stars 10 forks source link

JuliaGeo interoperability #46

Open felixcremer opened 2 months ago

felixcremer commented 2 months ago

Using the YAXArrays.jl package with the Zarr.jl backend I am able to open both the planet-fusion.zarr/ as well as the GLDAS_NOAH025_3H.zarr data. The bounds information is currently ignored. See YAXArrays for the details.

The CRS information is only stored in the metadata but not properly read into a CRS type.

We can also save the data back to disk but since we discard the bounds information the bounds are lost.