1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-05-01 15:41:35 +02:00

Compare commits

..

2 Commits

Author SHA1 Message Date
f2c8027c4d Merge branch 'master' of github.com:tiyn/wiki 2026-04-19 02:00:49 +02:00
603cecf8c4 HDF: Added 2026-04-19 02:00:42 +02:00

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.