We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the pyhdf wiki!
# Vgroup interface can't retrieve attribute. h = HDF(FILE_NAME, HC.READ) v = h.vgstart() ref = v.find('Grid Attributes') vg = v.attach(ref) print(vg.attrinfo().items()) # The following routine fails. name = DATAFIELD_NAME +'_description' vattr = vg.findattr(name) print(vattr.info()) long_name = vattr.get()