File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9898 "configuration": {
9999 "cname": "lz4",
100100 "clevel": 1,
101- "shuffle": "byte ",
101+ "shuffle": "shuffle ",
102102 "typesize": 4,
103103 "blocksize": 0
104104 }
@@ -123,8 +123,8 @@ Comparison to Zarr v2
123123While the binary format is identical, the JSON metadata differs from that used
124124by the Zarr v2 ``blosc `` codec in the following ways:
125125
126- - The `shuffle ` mode is now specified more clearly as `null ` (0 in Zarr v2),
127- `"bit " ` (2 in Zarr v2), or `"byte " ` (1 in Zarr v2). Using these constants
126+ - The `shuffle ` mode is now specified more clearly as `noshuffle ` (0 in Zarr v2),
127+ `"bitshuffle " ` (2 in Zarr v2), or `"shuffle " ` (1 in Zarr v2). Using these constants
128128 rather than numbers makes it much easier to know what shuffle mode will be
129129 using from manual inspection of the metadata.
130130
You can’t perform that action at this time.
0 commit comments