Is there a way to discover the group and dataset IDs within an existing file? I don't see anything in the documentation and inspecting an hdf5.File object doesn't show anything that might be useful in figuring out the id to be used in a call to file.openGroup().
Is there a way to discover the group and dataset IDs within an existing file? I don't see anything in the documentation and inspecting an
hdf5.File
object doesn't show anything that might be useful in figuring out the id to be used in a call tofile.openGroup()
.