HDFGroup / h5pyd

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

hsload fails with datasets using scale offset filter #142

Closed jreadey closed 1 year ago

jreadey commented 1 year ago

hsload exits with an error "scale offset filter not supported". This should just be a warn and have the dataset copied without a compression filter.

jreadey commented 1 year ago

With version 0.14.0, a warning will be issued for any source dataset with scale offset filters, but the dataset will be loaded in it's base type.