Displaying 1 result from an estimated 1 matches for "grassnam".
Did you mean:
grassname
2007 Aug 07
0
warning in library(GRASS)
...rrying out several
operations over a sequence of raster maps (12) read from the GRASS GIS.
But for every map and loop I always use RGRASS.temp as the R-workspace
name for the imported raster files, no matter the name of the source
GRASS raster map, e.g;
RGRASS.temp <-
rast.get(G,rlist=paste(A2.grassname,it,".Bmaxind.",ib,sep=""),catlabels=FALSE)
As I always overwrite the same R object, I should hope that the number
of calls to rast.get would have no influence on a warning like "Too many
open raster files", which I'm getting after the fourth loop.
Am I missi...