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 6e5616c + 422c550 commit f6cb2baCopy full SHA for f6cb2ba
docs/v3/core/v3.0.rst
@@ -721,9 +721,9 @@ compressed using gzip compression prior to storage::
721
}
722
},
723
"codecs": [{
724
- "name": "gzip",
+ "name": "bytes",
725
"configuration": {
726
- "level": 1
+ "endian": "big"
727
728
}],
729
"fill_value": "NaN",
@@ -760,9 +760,9 @@ above, but using a (currently made up) extension data type::
760
761
762
763
764
765
766
767
768
"fill_value": null,
0 commit comments