You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have a use case where I need to fix a corrupted hdf5 file, and check the data contained in it. For this, I am need to override pyfive library to include the VBZ compression for binary data. Could you please provide me with instructions on how to decompress binary data, contained within an hdf5 file? Just for clarification, I am talking about dealing with a single field, not the entire file, so h5repack (which by the way leads to segmentation fault) is not applicable in my use case.
The text was updated successfully, but these errors were encountered:
Hi, I have a use case where I need to fix a corrupted hdf5 file, and check the data contained in it. For this, I am need to override pyfive library to include the VBZ compression for binary data. Could you please provide me with instructions on how to decompress binary data, contained within an hdf5 file? Just for clarification, I am talking about dealing with a single field, not the entire file, so h5repack (which by the way leads to segmentation fault) is not applicable in my use case.
The text was updated successfully, but these errors were encountered: