Skip to content
Prev 7760 / 29559 Next

rgdal and grass rasters

On Mon, 1 Mar 2010, Jonathan Greenberg wrote:

            
Unless rgdal was built against and is seeing a different GDAL, there is no 
good reason. gdalDrivers() will list all the drivers that the GDAL rgdal 
is using sees. However, beware of the plugin, which is notorious for 
refering to stale GRASS binaries, and for its choice of exporting the 
whole raster with its original resolution, which most often is not the 
same as the output of g.region.

To mimic raster, you would use g.region to set the tile size and shape 
before using readRAST6() with a temporary file. This could be automated 
too, I think.

Hope this helps,

Roger