HDF5 for Python — h5py 3.13.0 documentation (original) (raw)
The h5py package is a Pythonic interface to the HDF5 binary data format.
HDF5 lets you store huge amounts of numerical data, and easily manipulate that data from NumPy. For example, you can slice into multi-terabyte datasets stored on disk, as if they were real NumPy arrays. Thousands of datasets can be stored in a single file, categorized and tagged however you want.
Where to start
Other resources
Introductory info
High-level API reference
Advanced topics
- Configuring h5py
- Special types
- Strings in HDF5
- Object and Region References
- Parallel HDF5
- Single Writer Multiple Reader (SWMR)
- Virtual Datasets (VDS)
- Tools and Related Projects