#394: v.mkgrid: lines not areas
-------------------------+--------------------------------------------------
Reporter: hamish | Owner: grass-dev@lists.osgeo.org
Type: enhancement | Status: new
Priority: minor | Milestone: 6.4.0
Component: Vector | Version: unspecified
Keywords: v.mkgrid | Platform: Unspecified
Cpu: Unspecified |
-------------------------+--------------------------------------------------
Hi,
Nice to see the new -p points mode for v.mkgrid to save the v.extract
centroids + v.type step.
It would also be nice to have a -l flag to create the grid as lines
to save the v.extract boundary + v.type step. These are nice to create in
a wgs84 lat/lon location and then v.proj into a projected location.
'd.grid -w' does this, but it's nice e.g. for a shapefile
you can use as an overlay in QGIS.
or get rid of the flags and have a type=area,points,lines option.
#394: v.mkgrid: lines not areas
--------------------------+-------------------------------------------------
Reporter: hamish | Owner: grass-dev@lists.osgeo.org
Type: enhancement | Status: new
Priority: minor | Milestone: 6.5.0
Component: Vector | Version: unspecified
Resolution: | Keywords: v.mkgrid
Platform: All | Cpu: All
--------------------------+-------------------------------------------------
Comment (by hamish):
Replying to [ticket:394 hamish]:
> It would also be nice to have a -l flag to create the grid as
> lines to save the v.extract boundary + v.type step.
(v.category step also needed)
also all segments of those grid lines should share a common cat, and that
cat be linked to attribute columns ??_str and ??_dbl with nicely formatted
& raw ordinate value.
#394: v.mkgrid: lines not areas
--------------------------+-------------------------------------------------
Reporter: hamish | Owner: grass-dev@…
Type: enhancement | Status: closed
Priority: normal | Milestone: 7.0.0
Component: Vector | Version: svn-releasebranch70
Resolution: fixed | Keywords: v.mkgrid
Platform: All | Cpu: All
--------------------------+-------------------------------------------------
Changes (by neteler):
* status: new => closed
* resolution: => fixed
Comment:
Replying to [comment:4 lucadelu]:
> Replying to [comment:3 neteler]:
> > The option to generate lines instead of areas (new -l flag) would be
highly welcome.
>
> Please check and try r61519.
Thanks, works fine. Backported in r61643, closing.