hdf24to8
Hierarchical Data Format library -- runtime package
Install
- All systems
-
curl cmd.cat/hdf24to8.sh
- Debian
-
apt-get install hdf4-tools
- Ubuntu
-
apt-get install hdf4-tools
- Kali Linux
-
apt-get install hdf4-tools
- Fedora
-
dnf install hdf
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install hdf4-tools
- Raspbian
-
apt-get install hdf4-tools
- Dockerfile
- dockerfile.run/hdf24to8
hdf4-tools
Hierarchical Data Format library -- runtime package
HDF is a multi-object file format for storing and transferring graphical and numerical data mainly used in scientific computing. HDF supports several different data models, including multidimensional arrays, raster images, and tables. Each defines a specific aggregate data type and provides an API for reading, writing, and organizing the data and metadata. New data models can be added by the HDF developers or users. This package includes some basic utilities to view, pack, unpack, HDF files.