Describe the issue linked to the documentation
Hi, I am trying to disable compression (at either the store level or array level or via zarr.config) in my script.
I tried
zarr.config.set({'array.v3_default_compressors': None})
which is documented at https://zarr.readthedocs.io/en/stable/user-guide/config.html
but it threw an error
ValueError: Configuration value 'array.v3_default_compressors' has been removed
It seems like this is still documented in several other places as well https://github.com/search?q=repo%3Azarr-developers%2Fzarr-python%20v3_default_compressors&type=code
Suggested fix for documentation
Beyond the array.v3_default_compressors configuration documentation, it would be helpful to provide an example in Working with arrays -> Compression which demonstrates how to disable compression options when using create_array
Describe the issue linked to the documentation
Hi, I am trying to disable compression (at either the store level or array level or via zarr.config) in my script.
I tried
which is documented at https://zarr.readthedocs.io/en/stable/user-guide/config.html
but it threw an error
It seems like this is still documented in several other places as well https://github.com/search?q=repo%3Azarr-developers%2Fzarr-python%20v3_default_compressors&type=code
Suggested fix for documentation
Beyond the
array.v3_default_compressorsconfiguration documentation, it would be helpful to provide an example in Working with arrays -> Compression which demonstrates how to disable compression options when usingcreate_array