hdf5

Hierarchical Data Format 5 library for storing large scientific datasets

brewmacoslinux
Try with needOr install directly
Source

About

File format designed to store large amounts of data

Commands

h5dumph5lsh5diffh5copyh5repackh5stat

Examples

Display structure and metadata of an HDF5 file$ h5dump -H myfile.h5
List contents of an HDF5 file with detailed information$ h5ls -r myfile.h5
Compare two HDF5 files to identify differences$ h5diff file1.h5 file2.h5