HDF Explorer is a multi-platfrom graphical browser for HDF files. http://www.space-research.org/
HDF Explorer is a multi-platfrom graphical browser for HDF files.
Qt
Qt is a cross-platform application framework for creating graphical user interfaces.
HDF
HDF is a set of software libraries and self-describing,
machine-independent data formats that support the creation,
access, and sharing of array-oriented scientific data.
Install dependency packages (Ubuntu):
sudo apt-get install build-essential sudo apt-get build-dep qt5-default sudo apt-get install "^libxcb.*" libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev sudo apt-get install libgl1-mesa-dev sudo apt-get install libhdf5-serial-dev
Get source:
git clone https://github.com/pedro-vicente/hdf_explorer_qt.git
Build with:
qmake make