These tools enable the user to examine HDF5 files interactively.
h5dump
[-h]
[-bb]
[-header]
[-a
names]
[-d
names]
[-g
names]
[-l
names]
file
h5dump
enables the user to interactively examine
the contents of an HDF5 file and dump those contents,
in human readable form, to an ASCII file or to other tools.
h5dump
displays HDF5 file content on
standard output. It may display the content of the
whole HDF5 file or selected objects, which can be groups,
datasets, links, or attributes.
The -header
option displays object
header information only and must appear before the
-a
, -d
, -g
, or
-l
options.
Native data types created in one machine are displayed with native
names when h5dump
runs in the same machine type. But when
h5dump
runs in a different machine type, it displays the
native data types with standard type names. This will be changed in the
next release to always display with standard type names.
The h5dump
output is described in detail in
DDL, the Data Description
Language document.
-h
-bb
-header
-a
names
-d
names
-g
names
-l
names
h5dump
can display the
following types of information:
h5ls
[
options]
file
[
objects...]
h5ls
prints selected information about file objects
in the specified format.
-h
or -?
or --help
-d
or --dump
-w
N or --width=
N
-v
or --verbose
-V
or --version
%%05d
to open a file family.
h5repart
[-v]
[-V]
[-[b|m]
N[g|m|k]]
source_file
dest_file
h5repart
splits a single file into a family of
files, joins a family of files into a single file, or copies
one family of files to another while changing the size of the
family members. h5repart
can also be used to
copy a single file to a single file with holes.
Sizes associated with the -b
and -m
options may be suffixed with g
for gigabytes,
m
for megabytes, or k
for kilobytes.
File family names include an integer printf
format such as %d
.
-v
-V
-b
N
-m
N