-
Notifications
You must be signed in to change notification settings - Fork 81
Add support for blosc compression #1514
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
Conversation
* JNA wrapper for libblosc2 decompression * Move blosc filter from cdm-core to libblosc2-jna
|
What's the plan for committing this? I'd like to see if enables my app to read a blosc zarr data product that someone at my office produces. |
|
Hello @rschmunk! I've been holding off merging this in as we are currently unable to publish anything to our artifacts server (pull access still works, but push is blocked). However, this will be fixed next Tuesday as we've found a replacement for Sonatype Nexus. I've been holding off merging until then so that others can grab the latest snapshot and give it a spin. That said, there won't be any changes to this PR before it's merged (what is here is going in) and, given that you build locally, you could pull my branch and use that without any real risk. |
|
Sounds all good, despite my having no clue about "Sonatype Nexus". But that it might be committed next week, and I can test it against some pending changes to my own code for several days before the end of the month, woot! |
|
Sonatype Nexus is what we use to host our jar files and allows users to access them using various build systems like maven, gradle, etc. Actually, now that we have a viable solution identified (as of yesterday), I will go ahead and merge this in! |
Description of Changes
Add support for blosc compression using JNA and C-Blosc2
Closes #1447
PR Checklist
until ready for review