h5fromh4

HDF5 files visualization tools

Install

All systems
curl cmd.cat/h5fromh4.sh
Debian Debian
apt-get install h5utils
Ubuntu
apt-get install h5utils
image/svg+xml Kali Linux
apt-get install h5utils
Windows (WSL2)
sudo apt-get update sudo apt-get install h5utils
Raspbian
apt-get install h5utils

h5utils

HDF5 files visualization tools

HDF5 (Hierarchical Data Format 5) is a file format for storing scientific data. These tools allow to convert other formats to HDF5 and to visualize HDF5 files. They include: - h5topng, which extracts a 2d slice of an HDF5 file and outputs a corresponding image in PNG format; - h5totxt, which extracts 2d slices and outputs comma-delimited text (suitable for import into a spreadsheet); - h5fromtxt, which converts simple text input into multi-dimensional numeric HDF5 datasets; - h5fromh4, which converts HDF4 data to HDF5; - h5tovtk, which converts HDF5 files to VTK files for visualization with VTK-aware programs; - h5read, a plugin for the Octave numerical language.