Crates.io | hdf5-previewer |
lib.rs | hdf5-previewer |
version | 0.0.3 |
source | src |
created_at | 2024-09-23 17:26:02.900734 |
updated_at | 2024-09-23 18:07:09.2204 |
description | A command line previewer for HDF5 files (WIP) |
homepage | |
repository | https://github.com/lucaspar/hdf5-previewer |
max_upload_size | |
id | 1384314 |
size | 34,830 |
A simple command line app to preview the contents of an HDF5 file in the terminal.
cargo install hdf5-previewer
hdf5-previewer rf_sample_file_.h5
Generates:
File: rf_sample_file.h5
----------------------------------
/
├─ /rf_data | dataset
│ ├─ H5Tget_class
│ ├─ H5Tget_offset
│ ├─ H5Tget_order
│ ├─ H5Tget_precision
│ ├─ H5Tget_size
│ ├─ computer_time
│ ├─ digital_rf_time_description
│ ├─ digital_rf_version
│ ├─ epoch
│ ├─ file_cadence_millisecs
│ ├─ init_utc_timestamp
│ ├─ is_complex
│ ├─ is_continuous
│ ├─ num_subchannels
│ ├─ sample_rate_denominator
│ ├─ sample_rate_numerator
│ ├─ sequence_num
│ ├─ subdir_cadence_secs
│ └─ uuid_str
└─ /rf_data_index | dataset
hdf5-previewer --help