The above snippet creates a HDF5 file with the following "content tree". demo.h5 │── my_group │ ├── .attrs │ │ ├── a (1) │ │ └── b (2) │ └── my_dataset (array) │ └── .attrs │ ├── new (5) │ └── huge ...
I am a new user of h5py. The main idea is to generated a hdf5 file from dlis (digital log interchangeable standard). My issues is mainly that I need to add metadata to each dataset (logs) and also to ...