Displaying 1 result from an estimated 1 matches for "sea_ic".
Did you mean:
sea_ice
2010 Jan 26
2
hdf files
...to open an hdf file. i have downloaded the package 'hdf5' as it was advised on R seek. But when i try to load the file, the R console sends me an eror message:
setwd("C:/Documents and Settings/Karine/Bureau/data/")
#install.packages('hdf5')
library("hdf5")
sea_ice <- hdf5load("asi-s6250-20090704-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 =...