Skip to content
Prev 22720 / 29559 Next

Problem reading a HDF5 file with readGDAL in Windows

Thanks. It works with the file of the example. But it fails with this one
(even on a Linux machine):
https://www.dropbox.com/s/3zmhbtcpf7ly4nw/201407291200
Error in R_nc4_open: NetCDF: Can't open HDF5 attribute
....
Error in R_nc4_open: NetCDF: Can't open HDF5 attribute
....

However, I can open this file in Linux with:

x <- readGDAL('HDF5:201407291200://DSSF')

Best,

Oscar.