hdf5_metadata_tools#
Functions to extract metadata from an hdf5 file into a json format and write plantuml code to display that json data, optionally with highlights.
Functions
|
Callable as input for h5py.Group.visititems(). |
|
Turn the "flat" dict which results from using the function get_ds_dictionaries() in h5py.Group.visititems(), iteratively into a nested dict, which is the correct structure for representation in a plantuml json diagram. |
|
Write puml code for the hdf5 metadata to file. |