hdf5@1.10

File format library for storing and managing large amounts of data

brewmacoslinux
Try with needOr install directly
Source

About

File format designed to store large amounts of data

Commands

h5cch5c++h5fch5f90h5dumph5lsh5stath5copyh5repack

Examples

Display structure and contents of an HDF5 file$ h5dump -H myfile.h5
List objects and attributes in an HDF5 file$ h5ls -r myfile.h5
Compile C code linking against HDF5 library$ h5cc -o myprogram myprogram.c