I have a file
/data/u/1
/data/u/2
/data/u/3
/data/u/...
/a
/b
The output of h5glance is therefore rather long and difficult to read. It would be good to have an option --fold, such that :
$ h5glance --fold "/data/u" foo.h5
foo.h5
├a [uint64: 238] (1 attributes)
├b [enum (FALSE, TRUE): 238] (1 attributes)
├data
│ ├u {folded: 12345 datasets}
I have a file
The output of
h5glanceis therefore rather long and difficult to read. It would be good to have an option--fold, such that :