an-ttt / hdf_explorer_qt

HDF Explorer QT Edition is a multi-platfrom graphical browser for HDF5 files. http://www.space-research.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hdf-explorer

HDF Explorer is a multi-platfrom graphical browser for HDF files. http://www.space-research.org/

HDF Explorer

HDF Explorer is a multi-platfrom graphical browser for HDF files.

Dependencies

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.

Building from source

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

About

HDF Explorer QT Edition is a multi-platfrom graphical browser for HDF5 files. http://www.space-research.org/

License:Other


Languages

Language:C++ 99.3%Language:QMake 0.7%