-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xz compression for zarr? #156
Comments
also Line 332 in 53a1fe3
and there is no blosc compression for n5. |
I don't think zarr supports xz compression, at least I can't find it in numcodecs. Maybe I am missing something?
Very good point. I probably did not run into this yet because I did not call it with some of the compressors from c++ recently.
True. When I implemented z5, there was no support for blosc in n5 yet. This has changed in the meantime and should be added to z5 too. If you have time/ want to work on this PRs for both of this are very welcome. |
@gdkrmr turns out I need blosc compression in n5 for something I am working on right now. I will implement it and also fix the missing compression options. |
Re: See python lzma for reference. |
z5/include/z5/types/types.hxx
Line 125 in 53a1fe3
The text was updated successfully, but these errors were encountered: