Skip to main content

A viewer for HDF5 files

Project description

PyHdfView

A simple command line viewer for HDF5 files.

NOTE: This is still an early protype.

Usage

List groups of a database:

$ hv ../mosaik-hdf5/tests/data/testdb.hdf5
List ../mosaik-hdf5/tests/data/testdb.hdf5:/
 Relations

List sub-groups of a group:

$ hv ../mosaik-hdf5/tests/data/testdb.hdf5:/Relations
List ../mosaik-hdf5/tests/data/testdb.hdf5:/Relations
 DB-0.hdf5db
 Sim-0.0.0
 Sim-1.0.0
 Sim-1.0.1

Print dataset:

$ hv ../mosaik-hdf5/tests/data/testdb.hdf5:/Relations/Sim-0.0.0
Dataset ../mosaik-hdf5/tests/data/testdb.hdf5:/Relations/Sim-0.0.0
[b'DB-0.hdf5db' b'Sim-1.0.0' b'Sim-1.0.1']

Print attributes:

$ hv attrs ../mosaik-hdf5/tests/data/testdb.hdf5:/Relations/Sim-0.0.0
Attributes of ../mosaik-hdf5/tests/data/testdb.hdf5:/Relations/Sim-0.0.0
 spam: eggs
  foo: bar

ChangeLog for PyHdfView

0.2 – 2014-10-13

  • [FIX] Added colorama to dependencies.

0.1 – 2014-07-24

  • Initial release. Currently it can:

    • list sub-groups of a file / group

    • print a dataset

    • print attributes

Authors

PyHdfView has been developed by Stefan Scherfke.

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

pyhdfview-0.2.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

pyhdfview-0.2-py2.py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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