![]() |
HDF5 Last Updated on 2025-04-29
The HDF5 Field Guide
|
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>.