Replies: 1 comment
-
|
Adding new filters has been request a few times, usually for Blosc, see I sorta consider it rather advanced HDF5 usage, so I don't really mind if it requires using the HDF5 C API. The difficulty and reluctance to start working on it is that it's likely a lengthy CI project. Let's create an issue for it since it seems to be the most frequently requested feature. |
Beta Was this translation helpful? Give feedback.
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.
-
Very appreciate this fascinating work you guys have made. This helps me a lot when I'm trying to find a modern C++ lib for hdf5 file. I used conda to install highfive from conda-forge channel.
However, I ran into an error when I was trying to read a
lzfcompressed image dataset.The dataset link is here: https://drive.google.com/open?id=1rwyRk26wtWeRgrAx_fgPc-ubUzTFThkV
The error log
Here is a sample code:
Is there any way to register the
lzffilter?Beta Was this translation helpful? Give feedback.
All reactions