Displaying 1 result from an estimated 1 matches for "h5t_unix_time".
2011 Dec 01
2
HDF5 compound data types and h5r/hdf5 R packages
...with the following
approximate structure:
group "xxx" {
group "yyy" {
dataset {}
dataset {}
}
group "zzz" {
dataset {}
dataset {}
}
}
where dataset is a rank one dataspace having a compound datatype defined as:
H5T_UNIX_TIME, float, float, float, float
I have tried R packages h5r and hdf5 in an attempt to read the file
but examining the source of h5r and reading documentation for hdf5
here: http://xweb.geos.ed.ac.uk/~hcp/Rhdf5.html leads me to believe
that compound datatypes are not supported by these packages. My...