HDF5 in Python with nexusformat

nexusformat provides a higher level API on top of h5py (see chapter HDF5 in Python with h5py). While h5py provides a basic API to read and write HDF5 files, nexusformat enriches this API with NeXus specific utilities.

Please refer to the NeXpy documentation: https://nexpy.github.io/nexpy/.

Code examples