-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
New de-shuffle test (was "imagecodecs and hdf5plugin packages") #90
Conversation
Does this provide bitshuffle compression as well? i.e. fix for #76 |
Yes, it should. |
…decs # Conflicts: # Dockerfile
The main addition to this PR is a new de-shuffle test using an HDF5 file with known data. This required a fix to decouple detection of shuffle and compression filters. Several Python files had code reformatted for style or clarity. The main HSDS service Dockerfile was updated (and still includes the new compression packages as per original PR's intention). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice
Added these two Python packages with additional codecs. imagecodecs provides codecs used in many TIFF-based formats.