Reputation: 39
As the title says, I need to know how to access the dataset of an HDF5 file that has szip compression using h5py. This is the error I get:
IOError: can't read data (Dataset: Read failed)
Does anyone have an idea of how to access this dataset using h5py?
Thanks
Upvotes: 0
Views: 501
Reputation: 8006
What system are your using to read the HDF5 file?
the h5py docs say this about SZIP:
So, if you are on Linux, you may need to update your HDF5 installation to add SZIP compression. Reference here:
Supported h5py compression/processing filters
Upvotes: 1