It would be great if the current listing of entries in splashtools could be a bit extended.
That would be a good test and implementation using #174 and #189.
Add more output to --list|-l mode for data sets and attributes:
[x] also outputting their CollectionType (and DCDataType) (#189)
[x] their dimensionality for data sets and non-scalar attributes
[ ] local in the current file and
[x] global
[ ] for attributes: print actual values stored inside (#174)
The new functionality can then be added in our .travis.yml to be tested on the created example data sets.
splashtools -l -f h5/testWriteRead_0_0_0.h5
h5ls -lrdf h5/testWriteRead_0_0_0.h5
# bpls -l -A adiosFile.bp
# type path-to-attribute attr = value(s)
It would be great if the current listing of entries in
splashtools
could be a bit extended. That would be a good test and implementation using #174 and #189.Add more output to
--list|-l
mode for data sets and attributes:CollectionType
(andDCDataType
) (#189)The new functionality can then be added in our
.travis.yml
to be tested on the created example data sets.