![]() |
HDF5 Last Updated on 2025-10-28
The HDF5 Field Guide
|
Navigate back: Main / Getting Started with HDF5 / Learning the Basics
Keep the following in mind when looking at the example programs included in this tutorial:
| File Interface: | H5Fopen |
| Dataset Interface: | H5Dopen |
| File Interface: | h5f.h5fopen_f |
| Dataset Interface: | h5d.h5dopen_f |
| File Interface: | H5.H5Fopen |
| Dataset Interface: | H5.H5Dopen |
import h5py
import numpy "#include hdf5.h" USE HDF5 import hdf.hdf5lib.H5;
import hdf.hdf5lib.HDF5Constants; Previous Chapter The HDF5 API - Next Chapter Creating an HDF5 File
Navigate back: Main / Getting Started with HDF5 / Learning the Basics