HDF5 1.14.5
API Reference
|
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>.