HDF-NI / hdf5.node

A node module for reading/writing the HDF5 file format.
MIT License
123 stars 40 forks source link

Read group attributes possible? #54

Closed bsrdjan closed 6 years ago

bsrdjan commented 6 years ago

Is it possible to read attributes attached to group, not the dataset? Which method to use?

rimmartin commented 6 years ago

If you refresh and the attributes should be on the group object https://hdf-ni.github.io/hdf5.node/tut/attributes-tutorial.html

you should be able to treat them just like any other owned properties on a javascript object.

If this is still unclear, do you have an example of what you are trying to achieve?

bsrdjan commented 6 years ago

Many thanks, works perfect!

rimmartin commented 6 years ago

good!