HDF (Hierarchical Data Format) is a general
purpose library and file format for storing
scientific data. It arranges data into datasets
(multidimensional arrays) and groups (a structure
for organizing objects).
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
This release adds support for dense attributes to the H5Ocopy, H5Pset_elink_cb, and H5Pget_elink_cb functions to support a user-defined callback function for external link traversal, and H5Pset_elink_acc_flags and H5Pget_elink_acc_flags functions to allow the user to specify the file access flags used to open the target file of an external link. There are minor bugfixes.