[GRASS-dev] [GRASS GIS] #1172: v.mkgrid: replace grid= parameter with size= (as in d.grid)

#1172: v.mkgrid: replace grid= parameter with size= (as in d.grid)
-------------------------+--------------------------------------------------
Reporter: neteler | Owner: grass-dev@…
     Type: enhancement | Status: new
Priority: normal | Milestone: 7.0.0
Component: Vector | Version: svn-trunk
Keywords: | Platform: All
      Cpu: All |
-------------------------+--------------------------------------------------
The calculation of the grid=rows,columns parameter is rather tedious
for a user while d.grid offers a convenient size parameter.

All ingredients for a parameter change (GRASS 7) should be already
present in the module.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1172&gt;
GRASS GIS <http://grass.osgeo.org>

#1172: v.mkgrid: replace grid= parameter with size= (as in d.grid)
-------------------------+--------------------------------------------------
Reporter: neteler | Owner: grass-dev@…
     Type: enhancement | Status: new
Priority: normal | Milestone: 7.0.0
Component: Vector | Version: svn-trunk
Keywords: v.mkgrid | Platform: All
      Cpu: All |
-------------------------+--------------------------------------------------
Changes (by hamish):

  * keywords: => v.mkgrid

Comment:

I'm not sure, grid=rows,cols locks in the size when used with
position=coor. if there was just mesh size= how do you then limit the size
of the new grid?

with position=region it makes sense though, but isn't size= just
box=width,height by another name?

Hamish

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/1172#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>