Search notes:

Hierarchical Data Format

The Hierarchical Data Format (at least HDF5) is useful to store huge amounts of numerical data and easily manipulate it with NumPy.
Two versions:
A HDF5 file is a container that stores

See also

NetCDF

Links

h5py is a Python interface for HDF5.

Index