Skip to content

Commit

Permalink
Add specification of chunk_grid separator, which was only in examples…
Browse files Browse the repository at this point in the history
… before
  • Loading branch information
jstriebel committed Nov 29, 2022
1 parent a242b32 commit 7ed1f63
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/core/v3.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1051,10 +1051,11 @@ following mandatory names:

The chunk grid of the Zarr array. If the chunk grid is a regular
chunk grid as defined in this specification, then the value must
be an object with the names ``type`` and ``chunk_shape``. The
value of ``type`` must be the string ``"regular"``, and the value of
be an object with the names ``type``, ``chunk_shape`` and ``separator``.
The value of ``type`` must be the string ``"regular"``, and the value of
``chunk_shape`` must be an array of integers providing the lengths
of the chunk along each dimension of the array. For example,
of the chunk along each dimension of the array. ``separator`` must be
either ``"/"`` or ``"."``. For example,
``{"type": "regular", "chunk_shape": [2, 5], "separator":"/"}`` means a regular
grid where the chunks have length 2 along the first dimension and
length 5 along the second dimension.
Expand Down

0 comments on commit 7ed1f63

Please sign in to comment.