search for: hdf5_global_verbosity

Displaying 2 results from an estimated 2 matches for "hdf5_global_verbosity".

2010 Jan 26
2
hdf files
...90704-v5i.hdf", load = TRUE, verbosity = 3, tidy = FALSE) Grid_ice <- hdf5load("LongitudeLatitudeGrid-s6250-Antarctic.hdf", load = TRUE, verbosity = 3, tidy = FALSE) > sea_ice <- hdf5load("asi-s6250-20090704-v5i.hdf", load = TRUE, verbosity = 3, tidy = FALSE) hdf5_global_verbosity=3 load=1 Erreur dans hdf5load("asi-s6250-20090704-v5i.hdf", load = TRUE, verbosity = 3, : unable to open HDF file: asi-s6250-20090704-v5i.hdf > Grid_ice <- hdf5load("LongitudeLatitudeGrid-s6250-Antarctic.hdf", load = TRUE, verbosity = 3, tidy = FALSE) hdf5_global_verb...
2013 Feb 04
1
Problem loading hdf5 file
*Hi everyone, I am a new subscriber, so I hope I'm posting in the right way. I need to load a hdf5 file, so I installed the hdf5 libraries ad the hdf5 R package; in downloaded a small sample file from the hdf5 website and I could correctly load it. But when I try to load my file: * require(hdf5) rm(list=ls()) ls() hdf5load("my_file.h5", verbosity=3) *I get this error message: *