-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Hi,
I'm currently working on integrating lossy+lossless compression in our python tools through hdf5 filters.
I'm really happy with this hdf5plugin library and how easy is to get everything running.
However, in my research I've found that a very interesting compressor that also has a hdf5 filter available is SZ. In my research I found that in many cases it is the best performing compressor. Hopefully a publication would be out soon.
I would be happy to contribute adding this compressor to the list of available filters.
Would that be interesting for you?
Could someone give some feedback about how to use the same build system that already works for the other plugins? I gave a try but I was having problems.
By the way, I would be happy to cite this library in my publication, is there any proper citation?
Thanks in advance.