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

Differences in GDAL and Xarray Encoding of Zarr #12

Closed christophenoel closed 10 months ago

christophenoel commented 1 year ago

The discrepancies between GDAL and Xarray encoding of Zarr have been frequently noted, making it crucial to compile a comprehensive list of these differences.

While I have not observed many contrasts in the encoding of coordinates and data, aside from the projection metadata attribute, it remains essential to document and comprehend these disparities.

This will enable us to collaborate towards a shared understanding and possibly a harmonized approach.

rabernat commented 1 year ago

This is closely related to #7.

christophenoel commented 1 year ago

Maybe ? I have not noticed any difference between GDAL/xarray coordinates. I'm busy restoring all those Zarr from past project to confirm. Have you seen any difference ?