On Tue, 1 Sep 2009, alexandre villers wrote:
Good evening,
Thank you for the message. I had already tried this but then got the error
message:
execGRASS("v.mkgrid", flags="overwrite", parameters=list(map="grilleTest", grid=paste(as.integer(100), as.integer(100),
sep=","), box=paste(as.intege
Good evening,
Thank you for the message. I had already tried this but then got the error
message:
execGRASS("v.mkgrid", flags="overwrite", parameters=list(map="grilleTest",
grid=paste(as.integer(100), as.integer(100), sep=","),
box=paste(as.integer(5000),",",as.integer(5000),sep=""), position
2009/9/1 Roger Bivand :
> Is this a bug in the interface description of v.mkgrid? It needs
> grid=rows,columns but sets multiple=NO, so wxpython fails (needing two
> values but getting one, but only providing an integer entry box).
It needs two values which are treated as one string, so it is cor