Replies: 1 comment
|
Hi @bruniss! thanks for using zarr!
Yeah that's a bummer. This is a general issue when people extend zarr, e.g. with a custom codec. If your goal is for folks with just a plain
wow I did not know about this page! it was last updated in 2022, so we probably need to have a think about what this page should be doing in the modern era. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Good afternoon!
I work with the Vesuvius Challenge on very large / high resolution xray ct volumes. We created a compression codec (a per-chunk axis dependent delta filter followed up by an entropy encoder, in this case rANS) because the lossless compressors used by the regular pypi installed zarr perform rather poorly on our data. We've been able to use this with zarr given that we include it in a pyproject.toml to register it w/ numcodecs, but would like to store our s3 open data volumes this way.
This unfortunately would create a bit of a hurdle for people who see that our data is zarr and go to use it (using zarr-python) only to find out they cannot read it without a few more steps.
I noticed this page https://zarr.dev/codecs-registry/ , however it looks like it might not be applicable any longer.
Is that page / instructions still valid? or is there another way to get a codec registered like this?
Or perhaps there is a way to composite filters like the one described and have regular zarr-python read them?
Thank you for your help!
All reactions