Skip to content
Prev 5621 / 29559 Next

readRAST6 problem

On Tue, 28 Apr 2009, Agustin Lobo wrote:

            
No, this message is conditional on your GRASS r.out.gdal version, recent 
versions support a flag to turn off colour table export to GTiff.
Yes, as you will see, your working region and the region of the raster 
differ. The plugin exports the raster in its own region, not the current 
region, while r.out.gdal respects the current region. If the two do not 
match, r.out.gdal/readGDAL are used with a temporary file rather than the 
plugin. To extract the raster in its own region, use execGRASS("g.region", 
parameters=list(rast="nomdum")) first, then the plugin region and the 
current region should be the same.

Hope this helps,

Roger