Skip to content

samcoveney/hdf5Utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hdf5Utils

Utilities for handling hdf5 files with python.

TODO

  • display attributes of chosen object after selection?

Example

It is useful to define a script that can be called from the command line:

#!/usr/bin/env python

import sys
import os

import hdf5utils as hu

if __name__ == "__main__":
    if len(sys.argv) != 2:
        print("Error: call as ./{} <filename>".format(os.path.basename(__file__)))
    else:
        hu.show_menu(sys.argv[1])

About

Utilities for handling hdf5 files with python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages