Page tree

The high-level HDF5 library includes several sets of convenience and standard-use APIs to facilitate common HDF5 operations.

  • LiteFunctions to simplify creating and manipulating datasets, attributes and other features (H5LT, H5LD)
  • ImagesCreating and manipulating HDF5 datasets intended to be interpreted as images (H5IM)
  • TablesCreating and manipulating HDF5 datasets intended to be interpreted as tables (H5TB)
  • Packet TablesCreating and manipulating HDF5 datasets to support append- and read-only operations on table data (H5PT)
  • Dimension ScalesCreating and manipulating HDF5 datasets that are associated with the dimension of another HDF5 dataset (H5DS)
  • OptimizationsBypassing default HDF5 behavior in order to optimize for specific use cases (H5DO)
  • ExtensionsWorking with region references, hyperslab selections, and bit-fields (H5LR, H5LT)

--- Last Modified: November 02, 2017 | 08:01 AM