I have a HDF5 database and I need to load iteratively just one row per time. I'm having trouble understanding how to use the H5Sselect_hyperslab
.
There is a similar topic related to the h5py library in Python (https://stackoverflow.com/questions/28419453/h5py-how-to-read-selected-rows-of-an-hdf5-file), but I can't find the corresponding thread in C.