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

Fix data storage key exmaple #306

Closed dstansby closed 3 months ago

dstansby commented 3 months ago

Near the top of the spec it says:

All chunk or other data of an array is stored under the key prefix determined by its path. For a root array, the key prefix is obtained from the metadata document key by stripping the trailing zarr.json. For example, for a root array, the prefix is the empty string. For a non-root array with hierarchy path /foo/bar, the prefix is foo/bar/.

As such, I don't think there should be a c level in the example I've edited?

dstansby commented 3 months ago

Ah maybe not, now I've read the rest of the spec! It's not super clear that in the default implementation that c is a special path.