Re: h5dump problem with compound type containing vlen...

NOTE: The netcdf-hdf mailing list is no longer active. The list archives are made available for historical reasons.

Pedro Vicente Nunes <pvn@xxxxxxxxxxxxx> writes:

> Hi Ed
>
> which system and hdf5 version are you using ?
> I briefly tried your sample file using the current 1.7 cvs version and the 
> output differs from the one  
> you sent
>
> HDF5 "tst_h_vl2.h5" {
> GROUP "/" {
>    GROUP "grp1" {
>       DATASET "sea_sounding_dataset" {
>          DATATYPE  "/grp1/sea_sounding_type"
>          DATASPACE  SIMPLE { ( 3 ) / ( 3 ) }
>          DATA {
>          (0): {
>                -858993460,
>                (23.5)
>             },
>          (1): {
>                -858993460,
>                (23.5, 22.5)
>             },
>          (2): {
>                -858993460,
>                (23.5, 22.5, 21.5)
>             }
>          }
>       }
>       DATATYPE "sea_sounding_type" H5T_COMPOUND {
>          H5T_STD_I32LE "sounding_no";
>          H5T_VLEN { H5T_IEEE_F32LE} "temp_vl";
>       }
>    }
> }
> }
>
>

Ah, that is more what I expected.

I just got your latest cvs version, and it's failing for another
reason. When I get that fixed, I try this again.

Thanks!

Ed
-- 
Ed Hartnett  -- ed@xxxxxxxxxxxxxxxx


  • 2005 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the netcdf-hdf archives: