Package hdf5

A general purpose library and file format for storing scientific data

https://portal.hdfgroup.org/display/HDF5/HDF5

HDF5 is a general purpose library and file format for storing scientific data.
HDF5 can store two primary objects: datasets and groups. A dataset is
essentially a multidimensional array of data elements, and a group is a
structure for organizing objects in an HDF5 file. Using these two basic
objects, one can create and store almost any kind of scientific data
structure, such as images, arrays of vectors, and structured and unstructured
grids. You can also mix and match them in HDF5 files according to your needs.

Version: 1.12.1

See also: hdf5-devel.

General Commands

gif2h5 Converts a GIF file to an HDF5 file.
h52gif Converts an HDF5 file to a GIF file.
h5copy Copies HDF5 objects from a file to a new file
h5diff Compares two HDF5 files and reports the differences.
h5dump Displays HDF5 file contents.
h5import Imports data into an existing or new HDF5 file.
h5jam Add a user block to a HDF5 file
h5ls Prints information about a file or dataset.
h5mkgrp Creates a new HDF5 group in a file
h5perf_serial Measures HDF5 serial performance.
h5repack Copy an HDF5 file to a new file with or without compression/chunking
h5repart Repartitions a file or family of files.
h5stat Reports statistics regarding an HDF5 file and the objects in the file.
h5unjam Extract the user block from a HDF5 file