loenard97 / hdf5-cli

HDF5 file cli tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HDF5 cli tool

A python based cli tool to view HDF5 files

last commit repo size

HDF5 Files are developed by the HDF Group. Each File can contain Groups that work similarly to folders and Datasets that represent raw data. They are widely used in Industry and Academia to store large sets of raw data.

📋 Usage

Specify a file name to print all Groups and Datasets in that file. The -r flag prints all Groups and Datasets recursively. Append one or more Datasets to print their contents.

For example, to export Datasets to a csv file:

$ python main.py data.h5 Data/x_data Data/y_data >out.csv

About

HDF5 file cli tool

License:GNU General Public License v3.0


Languages

Language:Python 100.0%