<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Goord morning,<br>
<br>
I would like to use v.mkgrid (with spgrass6) and I need to specify box
and grid parameters, which both require 2 values box=5000,5000
grid=1000,1000<br>
How do I specify this in my parameters list ?<br>
parseGRASS6("v.mkgrid") returns<br>
<i>Command: v.mkgrid <br>
Extension: .exe <br>
Description: Creates a GRASS vector map of a user-defined grid. <br>
Keywords: vector <br>
Parameters:<br>
&nbsp; name: map, type: string, required: yes, multiple: no<br>
&nbsp;[Name for output vector map]<br>
&nbsp; name: grid, type: integer, required: yes, multiple: <b>no</b><br>
&nbsp;[Number of rows and columns in grid]<br>
&nbsp; name: position, type: string, required: no, multiple: no<br>
&nbsp;[Where to place the grid]<br>
&nbsp; name: coor, type: float, required: no, multiple: no<br>
&nbsp;[Lower left easting and northing coordinates of map]<br>
&nbsp; name: box, type: float, required: no, multiple: <b>no</b><br>
&nbsp;[Width and height of boxes in grid]<br>
&nbsp; name: angle, type: float, required: no, multiple: no<br>
&nbsp;[Angle of rotation (in degrees counter-clockwise)]<br>
Flags:<br>
&nbsp; name: q [Quiet; No chatter]<br>
&nbsp; name: overwrite [Allow output files to overwrite existing files]<br>
&nbsp; name: verbose [Verbose module output]<br>
&nbsp; name: quiet [Quiet module output]</i><br>
<br>
execGRASS("v.mkgrid", flags="overwrite",
parameters=list(map="grilleTest",
grid=c(as.integer(100),as.integer(100)), box=c(5000, 5000),
position="region"))<br>
returns<br>
<i>Erreur dans doGRASS(cmd, flags = flags, parameters = parameters) : <br>
&nbsp; Parameter &lt;grid&gt; has multiple values<br>
<br>
</i>How do I specify the two values when multiple is not allowed. I did
not get it....<br>
<br>
Thanks<br>
<pre class="moz-signature" cols="72">-- 
Alexandre Villers
PhD Student
Team "Biodiversity"
Centre d'Etudes Biologiques de Chiz&eacute;-CNRS UPR1934
79360 Beauvoir sur Niort

Phone +33 (0)5 49 09 96 13
Fax   +33 (0)5 49 09 65 26</pre>
<br>
<br>
__________ Information from ESET Mail Security, version of virus signature database 4385 (20090831) __________<br>
<br>
The message was checked by ESET Mail Security.<br>
<A HREF="http://www.eset.com">http://www.eset.com</A><br>


</body>
</html>