Richard van Hees writes: > "h5ls -v" provides an estimate of the datasets in a file. Is not this > what you are looking for?
Babak Behzad writes: > "h5dump -p" gives you a per dataset storage_layout information which > contains the SIZE and OFFSET of the dataset. I always use it with "-H" > command so that it just prints the header of the HDF5 file. For example: Larry Knox writes: > h5dump with the -p option may give you what you want Combining it > with -H will rmove the data from the output, or add -d to limit the Thanks to all of you for these suggestions. Both h5ls -v and h5dump -p provide the information about the size of the dataset, with h5ls -v providing more detailed information (allocated size plus real usage). Unfortunately, both produce tons of other output, requiring serious postprocessing for extracting just the size information for a large number of datasets in a large number of files. Konrad. -- --------------------------------------------------------------------- Konrad Hinsen Centre de Biophysique Moléculaire, CNRS Orléans Synchrotron Soleil - Division Expériences Saint Aubin - BP 48 91192 Gif sur Yvette Cedex, France Tel. +33-1 69 35 97 15 E-Mail: research AT khinsen DOT fastmail DOT net http://dirac.cnrs-orleans.fr/~hinsen/ ORCID: http://orcid.org/0000-0003-0330-9428 Twitter: @khinsen --------------------------------------------------------------------- _______________________________________________ Hdf-forum is for HDF software users discussion. [email protected] http://mail.lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org
