Skip to main content

TUI application for navigating and viewing HDF5 files

Project description

h5tui-logo

Description

h5tui is a terminal user interface (TUI) application for viewing the contents of HDF5 files, a binary file format prevalent in scientific computing and data science, straight in the terminal. Its design is inspired by vim-motion-enabled terminal file managers, such as ranger, lf and yazi. This choice is natural since the HDF5 file format also adopts a directory structure for storing the data.

This project wouldn't have been possible without h5py for reading the HDF5 files, textual for building the UI, and plotext for plotting data straight in the terminal.

Demo

https://github.com/user-attachments/assets/356225e7-e2ab-457a-8e47-97c19efb5aaa

Installation

The package is hosted on PyPI and can be installed using pip:

pip install h5tui

Usage

Simply launch the application with an HDF5 file as an argument:

h5tui file.h5

File Navigation

h5tui starts at the root of the file and displays the contents of the root HDF5 group. The directory structure can be navigated using the arrow or standard vim motion keys, with the up/down (j/k) moving the cursor inside the current group, and left/right (h/l) for going to the parent or child HDF5 group. If the selected element is not an HDF5 group but an HDF5 dataset, then the dataset is displayed. If the entire dataset does not fit on the screen, it can be scrolled using the up/down j/k keybindings. Inside the file tree, Groups are denoted by 📁 while Datasets are denoted by 📊.

Attributes

Items with associated attributes are marked with the symbol ▼ followed by the number of attributes. They can be viewed using the a character, which will open a popup with the attributes for that item. The navigation in this menu is analogous to the general menu. The menu can be exited using the q or left,h keys.

https://github.com/user-attachments/assets/757768e2-77fa-4708-ba17-a334e299fdfd

Plotting

h5tui provides convenient terminal plotting facilities using the plotext library. 1D arrays are displayed as scatter plots, and 2D arrays are shown as heatmaps. Higher dimensional tensors are not currently supported. The plotting can be toggled through the p keybinding while viewing a dataset.

Aggregation

h5tui also has limited data aggregation facilities for summarizing datasets. This can be activated through the A keybinding while viewing a dataset. Currently, this option will compute the min, max, and mean of the dataset but further statistics may be added in the future.

Dataset Format Options

The formatting of the dataset may be controlled using a couple of keybindings. Since HDF5 files often contain large datasets which, by default, will truncate the output if the number of elements exceeds 1000 (that is the numpy default). This behavior can be toggled using the t keybinding to display the entire dataset. Note that, currently, this operation is blocking, and therefore huge datasets might take some time to load. In addition, the s key toggles the scientific notation on and off (corresponding to the suppress option in numpys printing configuration).

Formatting keybindings:

  • t: toggle output truncation
  • s: toggle scientific notation

Special Treatment of Dataframes

Dataframes, which h5py stores in the form of an np.recarray are pretty-printed using the textual DataTable widget. The table can be navigated vertically using the k/j keys and horizontally using the capital keys H,L, to avoid clashing with the h key which would take you back to the directory structure.

image

Limitations

  • There is no editing functionality, the contents of the HDF5 file cannot be modified through h5tui.
  • I have only tested dataset viewing and plotting for primitive types (strings, ints, floats) and arrays. Please let me know if you encounter any issues.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

h5tui-0.1.12.tar.gz (13.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

h5tui-0.1.12-py3-none-any.whl (10.9 kB view details)

Uploaded Python 3

File details

Details for the file h5tui-0.1.12.tar.gz.

File metadata

  • Download URL: h5tui-0.1.12.tar.gz
  • Upload date:
  • Size: 13.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.8.20

File hashes

Hashes for h5tui-0.1.12.tar.gz
Algorithm Hash digest
SHA256 a43ec2ac004af98fd6e35d25018c10b4575f863c92760298cab88e8f40feb1f9
MD5 c5895b6e35c17975e3dc8d998181ef9a
BLAKE2b-256 901dc779d88b5782ac6bce27aab06830d89d3400017b0d84963452e86fecaf90

See more details on using hashes here.

File details

Details for the file h5tui-0.1.12-py3-none-any.whl.

File metadata

  • Download URL: h5tui-0.1.12-py3-none-any.whl
  • Upload date:
  • Size: 10.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.8.20

File hashes

Hashes for h5tui-0.1.12-py3-none-any.whl
Algorithm Hash digest
SHA256 ad02060349696b339b9e774d7e82afe0125d041092cc96ab67024d089bf561b6
MD5 b2408d3e4f0a2910b7e9206ea0f9837a
BLAKE2b-256 9d361b12e566c813b3db1220df1e1ed4ed5dd0833d59836292b43e8a77dd8e49

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page