HDFGroup / h5pyd

h5py distributed - Python client library for HDF Rest API
Other
109 stars 39 forks source link

Custom filter support #159

Closed jreadey closed 7 months ago

jreadey commented 7 months ago

hsload now will import any custom filters defined on a HDF5 dataset to the filter pipeline for the HSDS dataset. If the filter is supported in HSDS (e.g. bitshuffle, blosclz, lz4, lz4hc, zlib, zstd as of HSDS v 0.8.5), the filter will be invoked on reads and writes to the dataset, otherwise it will be ignored.