Skip to content
This repository has been archived by the owner on Dec 29, 2021. It is now read-only.
/ hdf5-tester Public archive

Basic, easy, quick HDF5 recursive check for file errors with Python and h5py

License

Notifications You must be signed in to change notification settings

scivision/hdf5-tester

Repository files navigation

Actions Status

HDF5 Tests using h5py

Basic, easy, quick HDF5 recursive check for file errors with Python and h5py

Check whole HDF5

This command checks all variables in myfile.h5:

python hdf5check.py myfile.h5

Check certain variable(s)

Optionally, specify particular variables, say Var1 and Var2:

python hdf5check.py myfile.h5 Var1 Var2