Commit a207331
Cipher
docs: add example of creating uncompressed arrays (#3464)
Add a clear, simple example in the Compression section of the user guide
showing how to create an array without compression by setting compressors=None.
This addresses user confusion about the default compression behavior and
provides an easy-to-copy example for the common use case of disabling
compression entirely.
Closes #34641 parent b6d3ae2 commit a207331
2 files changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
227 | 234 | | |
228 | 235 | | |
229 | 236 | | |
| |||
0 commit comments