Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HDF5 object reference values are not displayed properly #92

Closed
kyang2014 opened this issue Oct 12, 2015 · 4 comments
Closed

HDF5 object reference values are not displayed properly #92

kyang2014 opened this issue Oct 12, 2015 · 4 comments

Comments

@kyang2014
Copy link

  1. File: ftp://ftp.hdfgroup.uiuc.edu/pub/outgoing/HDFCompass/kent-files/hdf5-handler-fake/d_objref.h5
  2. Testing version: Windows version of the release candidate from S3
  3. Issues about viewing the data: The values of HDF5 object reference datasets are not displayed correctly. I see all the values are . The correct values can be found from h5dump output.
  4. h5dump output
HDF5 "d_objref.h5" {
GROUP "/" {
   DATASET "DS1" {
      DATATYPE  H5T_REFERENCE { H5T_STD_REF_OBJECT }
      DATASPACE  SIMPLE { ( 2 ) / ( 2 ) }
      DATA {
      (0): GROUP 1400 /G1 , DATASET 800 /DS2
      }
   }
   DATASET "DS2" {
      DATATYPE  H5T_STD_I32LE
      DATASPACE  SIMPLE { ( 5, 6 ) / ( 5, 6 ) }
      DATA {
      (0,0): 0, 1, 2, 3, 4, 5,
      (1,0): 1, 2, 3, 4, 5, 6,
      (2,0): 2, 3, 4, 5, 6, 7,
      (3,0): 3, 4, 5, 6, 7, 8,
      (4,0): 4, 5, 6, 7, 8, 9
      }
   }
   GROUP "G1" {
   }
}
}
@kyang2014
Copy link
Author

I miss some information for writing the issue. Repeat the issue:

The values of HDF5 object reference datasets are not displayed correctly.
I see all the values are . The correct values can be found from h5dump output.

@kyang2014
Copy link
Author

Strangely, github removes some of my writing when I push the comment. Try again with another browser.

The wrong object reference values displayed at compass are "HDF5 object references". The correct values can be found from the h5dump output.

@jreadey
Copy link
Member

jreadey commented Oct 13, 2015

I'm putting this in the enhancement category.

@jreadey
Copy link
Member

jreadey commented Oct 13, 2015

Closing this and using #102 to track type related issues.

@jreadey jreadey closed this as completed Oct 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants