From 603cecf8c4a0415e3dd92053c5c6d16646d7f0e2 Mon Sep 17 00:00:00 2001 From: tiyn Date: Sun, 19 Apr 2026 02:00:42 +0200 Subject: [PATCH] HDF: Added --- wiki/hierarchical_data_format.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 wiki/hierarchical_data_format.md diff --git a/wiki/hierarchical_data_format.md b/wiki/hierarchical_data_format.md new file mode 100644 index 0000000..b55e3c4 --- /dev/null +++ b/wiki/hierarchical_data_format.md @@ -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.