HDF5
Revision as of 17:10, 4 August 2015 by KevinYager (talk | contribs)
Hierarchical Data Format (HDF) is a portable binary format, meant to be extensible and self-describing.
Contents
Tools
- hdfview
Reading
In order to read HDF5 files, you will need a suitable library.
Installation
- Install HDF5 libraries
- sudo apt-get install libhdf5-dev
- Install the h5py package (Python library for HDF5).
- Download tarball (e.g. from [1]).