HDF5 ExamplesFor introductory examples, see the examples that come with the HDF5 Tutorial.
Note: For examples using HDF5-1.6, see HDF5-1.6 Examples.
| Examples By API | ||||
|---|---|---|---|---|
|
| * | DOWNLOAD compressed file of C & FORTRAN Examples by API (for 1.8 and 1.6) |
| ** | See: Summary of HDF5 Capabilities in MATLAB. The MATLAB examples do NOT get tested regularly. |
| Source Code Examples | |||||
|---|---|---|---|---|---|
|
h5py Example Code
Example program donated by a user that uses h5py (Python APIs).
IDL, MATLAB, and NCL Examples for HDF-EOS
Examples of how to access and visualize NASA HDF-EOS files using IDL, MATLAB,
and NCL.
Introduction to
HDF5
The Introduction to HDF5 includes examples programs, although
they may not have been tested in a while.
Miscellaneous Examples
These examples resulted from working with users, and are not fully tested.
Most of them are in C, with a few in Fortran and Java.
Using Special Values
These examples show how to create special values in an HDF5 application.
Compiling Your Applications
HDF5 provides the h5cc (C), h5c++ (C++), and
h5fc (F90) scripts for compiling applications.