We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f729c93 + c352133 commit 2fbb205Copy full SHA for 2fbb205
docs/v3/core/v3.0.rst
@@ -869,7 +869,7 @@ mandatory names:
869
member ``chunk_shape``. ``chunk_shape`` must be an array of
870
integers providing the lengths of the chunk along each dimension of the
871
array. For example,
872
- ``{"type": "regular", "configuration": {"chunk_shape": [2, 5]}}``
+ ``{"name": "regular", "configuration": {"chunk_shape": [2, 5]}}``
873
means a regular grid where the chunks have length 2 along the first
874
dimension and length 5 along the second dimension.
875
@@ -1064,7 +1064,7 @@ compressed using gzip compression prior to storage::
1064
}
1065
},
1066
"codecs": [{
1067
- "type": "gzip",
+ "name": "gzip",
1068
"configuration": {
1069
"level": 1
1070
0 commit comments