File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Gzip Codec (version 1.0)
66-----------------------------
77
88Specification URI:
9- https://purl.org/zarr/spec/codecs /gzip/1.0
9+ https://purl.org/zarr/spec/codec /gzip/1.0
1010Issue tracking:
1111 `GitHub issues <https://github.com/zarr-developers/zarr-specs/labels/codecs-gzip-v1.0 >`_
1212Suggest an edit for this spec:
@@ -81,7 +81,7 @@ Configuring codec in array metadata
8181The Gzip codec can be specified as a compressor for a Zarr array under the
8282``compressor `` name in the corresponding array metadata document. The URI for
8383the Gzip codec defined in this specification is
84- https://purl.org/zarr/spec/codecs /gzip/1.0.
84+ https://purl.org/zarr/spec/codec /gzip/1.0.
8585
8686Additionally, the compression level must be specified as the value of the
8787``level `` name in the ``configuration `` metadata name. For example, the array
@@ -91,7 +91,7 @@ level of 1::
9191
9292 {
9393 "compressor": {
94- "codec": "https://purl.org/zarr/spec/codecs /gzip/1.0",
94+ "codec": "https://purl.org/zarr/spec/codec /gzip/1.0",
9595 "configuration": {
9696 "level": 1
9797 }
Original file line number Diff line number Diff line change @@ -1041,7 +1041,7 @@ compressed using gzip compression prior to storage::
10411041 },
10421042 "chunk_memory_layout": "C",
10431043 "compressor": {
1044- "codec": "https://purl.org/zarr/spec/codecs /gzip/1.0",
1044+ "codec": "https://purl.org/zarr/spec/codec /gzip/1.0",
10451045 "configuration": {
10461046 "level": 1
10471047 }
@@ -1072,7 +1072,7 @@ chunking as above, but using an extension data type::
10721072 },
10731073 "chunk_memory_layout": "C",
10741074 "compressor": {
1075- "codec": "https://purl.org/zarr/spec/codecs /gzip/1.0",
1075+ "codec": "https://purl.org/zarr/spec/codec /gzip/1.0",
10761076 "configuration": {
10771077 "level": 1
10781078 }
You can’t perform that action at this time.
0 commit comments