mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
fcf96afeb2
by using an escape character. For example, for a dataset "/dset" containing attribute "speed(m/h)", use "h5dump -a "/dset/speed(\/h)" to show the content of the attribute. See details at HDFFV-7523
17 lines
565 B
Plaintext
17 lines
565 B
Plaintext
HDF5 "tattr.h5" {
|
|
ATTRIBUTE "attr2" {
|
|
DATATYPE H5T_STD_I32BE
|
|
DATASPACE SIMPLE { ( 10 ) / ( 10 ) }
|
|
}
|
|
ATTRIBUTE "attr" {
|
|
}
|
|
}
|
|
HDF5-DIAG: Error detected in HDF5 (version (number)) thread (IDs):
|
|
#000: (file name) line (number) in H5Aopen(): unable to load attribute info from object header for attribute: 'attr'
|
|
major: Attribute
|
|
minor: Unable to initialize object
|
|
#001: (file name) line (number) in H5O_attr_open_by_name(): can't locate attribute: 'attr'
|
|
major: Attribute
|
|
minor: Object not found
|
|
h5dump error: unable to open attribute "attr"
|