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 region reference values are not displayed properly #93

Closed
kyang2014 opened this issue Oct 12, 2015 · 1 comment
Closed

HDF5 region reference values are not displayed properly #93

kyang2014 opened this issue Oct 12, 2015 · 1 comment

Comments

@kyang2014
Copy link

  1. File: ftp://ftp.hdfgroup.uiuc.edu/pub/outgoing/HDFCompass/kent-files/hdf5-handler-fake/d_regref.h5
  2. Testing version: Windows version of the release candidate from S3

The values of HDF5 region reference datasets are not displayed correctly. I see all the values are "HDF5 region references". The correct values can be found from h5dump output. It looks like:

DATASET "DS1" {
      DATATYPE  H5T_REFERENCE { H5T_STD_REF_DSETREG }
      DATASPACE  SIMPLE { ( 2 ) / ( 2 ) }
      DATA {
         DATASET /DS2 {(0,1), (2,11), (1,0), (2,4)},
         DATASET /DS2 {(0,0)-(0,2), (0,11)-(0,13), (2,0)-(2,2), (2,11)-(2,13)}
      }
   }
@jreadey
Copy link
Member

jreadey commented Oct 13, 2015

Closing this and using #102 to track type enhancements.

@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