Skip to content
Prev 2784 / 29559 Next

SpatialGridDataFrame to netcdf grid

On linux, you should have the netCDF driver istalled; from gdalDrivers() 
I see (on debian etch):

        name                               long_name create  copy
42    netCDF              Network Common Data Format  FALSE  TRUE

Then, reading the documentation of writeGDAL:

     'create2GDAL' creates a GDAL
     data set from a SpatialGridDataFrame object, in particular to be
     able to save to GDAL driver formats that only permit copying
     rather than creation.

Which is the case for net netCDF format. Might work!
--
Edzer
Sebastian P. Luque wrote: