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

Clarify relationship between the inner chunk shape and shard shape #304

Open sbesson opened 4 months ago

sbesson commented 4 months ago

This commit reviews the definitions to enforce that the inner chunk shape must have the same number of dimensions (rather than the same dimensions) as the shard shape with the additional relationship specified by the next sentence. This change is consistent with the terminology used for the chunk_shape key in the configuration parameters section above