The HDF Group provides a variety of tools for working with HDF5 files. This tutorial describes several of these tools. For a comprehensive list of available tools, see the HDF5 Tools page.
Basic Facts about HDF5
The following are basic facts about HDF5 files to keep in mind while completing these tutorial topics:
All HDF5 files contain a root group "/".
There are two primary objects in HDF5, a group and a dataset:
Groups allow objects to be organized into a group structure, such as a tree.
Datasets contain raw data values.Additional information about an HDF5 object may optionally be stored in attributes attached to the object.
Tutorial Topics
Tutorial Topic | Description |
---|---|
HDFView | Use HDFView to create, edit and view files. |
Command-line Tools | Use the HDF5 command-line tools for viewing, editing, and comparing HDF5 files. |
Use Case - NPP JPSS Files | Use HDF5 tools to examine and work with JPSS NPP files. |
--- Last Modified: October 25, 2018 | 03:00 PM