![]() |
HDF5 Last Updated on 2025-05-06
The HDF5 Field Guide
|
Navigate back: Main / HDF5 User Guide / Command Line Tools for HDF5 Files
With h5format_convert, you can convert a datasets format in an HDF5 file.
Convert the dataset </group/dataset> in the HDF5 file <file_name>: - chunked dataset: convert the chunk indexing type to version 1 B-tree - compact/contiguous dataset: downgrade the layout version to 3 - virtual dataset: no action
Convert all datasets in the HDF5 file <file_name>: - chunked dataset: convert the chunk indexing type to version 1 B-tree - compact/contiguous dataset: downgrade the layout version to 3 - virtual dataset: no action
Go through all the steps except the actual conversion when converting the dataset </group/dataset> in the HDF5 file <file_name>.
Previous Chapter h5dump - Next Chapter h5import
Navigate back: Main / HDF5 User Guide / Command Line Tools for HDF5 Files