hdf-compass icon indicating copy to clipboard operation
hdf-compass copied to clipboard

Cannot view the member datatype of a simple non-nested compound datatype

Open kyang2014 opened this issue 9 years ago • 1 comments

  1. File: ftp://ftp.hdfgroup.uiuc.edu/pub/outgoing/HDFCompass/kent-files/hdf5-handler-fake/d_compound.h5
  2. Testing version: Windows version of the release candidate from S3
  3. Issues about viewing the data:
    1. I can view the data of the dataset correctly. However, there is no way for me to check the datatype of the member of the compound datatype dataset. All I see is Type Compound(4 fields). I like to see the first field type is i4 etc.
    2. This file also has a compound datatype attribute called "value" with the exact the same values as the dataset. I can check the member Type of this compound datatype attribute. This is good in general. However, for a member HDF5 variable string, the Type is represented as ( "Location", 'O'), I don't understand what this O means. It should be "str" in my opinion.

kyang2014 avatar Oct 12 '15 20:10 kyang2014

Fix 1 - Display information about compound fields Fix 2 - For attributes, type is deplayed as 'O' - should show str or unicode

jreadey avatar Oct 13 '15 01:10 jreadey