HDF5
1.14.4.3
API Reference
|
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: | h5fopen_f |
Dataset Interface: | h5dopen_f |
File Interface: | H5.H5Fopen |
Dataset Interface: | H5.H5Dopen |
"import h5py / import numpy"
"#include hdf5.h"
"USE HDF5"
and call h5open_f and h5close_f to initialize and close the HDF5 FORTRAN interface "import hdf.hdf5lib.H5;
import hdf.hdf5lib.HDF5Constants;"
Navigate back: Main / Getting Started with HDF5 / Learning the Basics