HDF4
HDF4 is a legacy data model and software library for storing and organizing large scientific datasets in a single self-describing file. It is part of the Hierarchical Data Format family and was the main iteration before HDF5. The format and its libraries were widely used in atmospheric, oceanographic, and remote-sensing data applications, including NASA’s EOS projects, and many older scientific datasets.
The HDF4 data model centers on a hierarchical structure built from groups called Vgroups, and data containers
HDF4 was developed in the 1990s and was maintained for many years, with later development slowing as
---