[R] hdf5 package

Mark Connolly mark_connolly at acm.org
Wed Dec 30 15:01:17 CET 2009


I am having the same issue with the HDF5 package.  I installed the 
latest hdf5 DLLs from HDFGroup.  I also installed the HDFView 
application from the same.  This was all done on Windows.  The example 
in ?hdf5load can be used to test.  The example works fine for saving and 
loading the structure, but the ex1.hdf file file produced is not 
readable by HDFView. 

I have an hdf5 file written on Linux using visitconvert to write a 3D 
file format to hdf5 format.  This file is readable by HDFView on Windows 
but cannot be loaded by hdf5load on Windows.  When attempting to load 
the file, the process apparently goes into a loop producing multiple 
lines of

Processing object: .. ...... which is a Group

and finally ends with

Error: C stack usage is too close to the limit

This can be reproduced by using the data below to create a file named 
test.3D and converting the file to an HDF5 structure using (Linux)

visitconvert test.3D test Silo
and supplying 1 for HDF5 and 0 for Single File at the prompts.


x y z theta
740322.174 181641.09 0.5 22.7385591768410
740332.174 181641.09 0.5 22.5965486314811
740342.174 181641.09 0.5 22.3900892567167
740352.174 181641.09 0.5 22.0708441524548
740362.174 181641.09 0.5 21.5597876586419
740372.174 181641.09 0.5 20.8148058389816
740382.174 181641.09 0.5 20.3085959981628
740392.174 181641.09 0.5 20.7148449544629
740402.174 181641.09 0.5 21.3456158108870
740412.174 181641.09 0.5 21.7777806643177
740422.174 181641.09 0.5 21.9911529065165
740382.174 181411.09 16.5 23.7646023452337
740392.174 181411.09 16.5 23.7251135887479
740402.174 181411.09 16.5 23.6082663058794
740412.174 181411.09 16.5 23.5401409105013

 Mark




More information about the R-help mailing list