zarr-developers / zarr-specs

Zarr core protocol for storage and retrieval of N-dimensional typed arrays
https://zarr-specs.readthedocs.io/
Creative Commons Attribution 4.0 International
88 stars 28 forks source link

Zarr V3: codec specifications lack formal definition of the name #232

Closed rouault closed 1 year ago

rouault commented 1 year ago

Nothing in the codec specifications document (https://zarr-specs.readthedocs.io/en/latest/v3/codecs/endian/v1.0.html , https://zarr-specs.readthedocs.io/en/latest/v3/codecs/blosc/v1.0.html, https://zarr-specs.readthedocs.io/en/latest/v3/codecs/gzip/v1.0.html, https://zarr-specs.readthedocs.io/en/latest/v3/codecs/sharding-indexed/v1.0.html, https://zarr-specs.readthedocs.io/en/latest/v3/codecs/transpose/v1.0.html) formally define the value for the correspondig codecs[]["name"] member. One can infer it from some of the examples or the title/URL of the document, but formal definition would be more than welcome

rouault commented 1 year ago

proposed PR: https://github.com/zarr-developers/zarr-specs/pull/235