Skip to content

Commit 9a7a833

Browse files
authored
Remove inconsistent example description
There is nothing in the example specifying compression. I'm also not sure about the sentence "Within each chunk the binary values are laid out in C contiguous order", because this is the implicit default and does not correspond to anything in the metadata example? Maybe add something about endianness instead?
1 parent 3e8fc19 commit 9a7a833

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/v3/core/v3.0.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -696,8 +696,7 @@ two-dimensional array of 64-bit little-endian floating point numbers,
696696
with 10000 rows and 1000 columns, divided into a regular chunk grid where
697697
each chunk has 1000 rows and 100 columns, and thus there will be 100
698698
chunks in total arranged into a 10 by 10 grid. Within each chunk the
699-
binary values are laid out in C contiguous order. Each chunk is
700-
compressed using gzip compression prior to storage::
699+
binary values are laid out in C contiguous order::
701700

702701
{
703702
"zarr_format": 3,

0 commit comments

Comments
 (0)