1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-04-19 10:31:36 +02:00

HDF: Added

This commit is contained in:
2026-04-19 02:00:42 +02:00
parent b624010967
commit 603cecf8c4

View File

@@ -0,0 +1,14 @@
# Hierarchical Data Format
Hierarchical Data Format - or in short HDF - is a file format to organize data in a hierarchical
way.
## Viewer
There are various possible viewers for `.hdf` files.
The following list contains some of them.
- [HDFView](https://github.com/HDFGroup/hdfview) is a graphical viewer for `.hdf` files.
It also features the ability to plot data.
- [ViTables](https://github.com/uvemas/ViTables) is a graphical viewer for `.hdf` files.
Contrary to other viewers it does not feature plotting data and is relatively simple.