Displaying 1 result from an estimated 1 matches for "h5t_std_i32le".
2009 Nov 13
1
R and HDF5 Question
...ne. The library seems to load without issue, but no data is
returned when I try to load a file:
> library(hdf5)
> hdf5load("test.h5")
> NULL
Yet,
osx:data scott$ h5dump test.h5 HDF5 "test.h5" { GROUP "/" { DATASET
"dset" { DATATYPE H5T_STD_I32LE DATASPACE SIMPLE { ( 31 ) / ( 31 ) } DATA {
(0): 1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, (14):
16384, 32768, 65536, 131072, 262144, 524288, 1048576, 2097152, (22):
4194304, 8388608, 16777216, 33554432, 67108864, 134217728, (28): 268435456,
536870912, 1073741824 } } } }
Any t...