GRASS Digitizing tool: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(+screenshots)
Line 5: Line 5:
=== Old digitizer ===
=== Old digitizer ===
* TCL/TK-based old fashioned [http://grass.osgeo.org/grass63/manuals/html63_user/v.digit.html v.digit] module
* TCL/TK-based old fashioned [http://grass.osgeo.org/grass63/manuals/html63_user/v.digit.html v.digit] module
[[Image:V digit tcltk.png|thumb|400px|center]]


=== New digitizer ===
=== New digitizer ===
Line 14: Line 16:
** Vertex:
** Vertex:
*** Insert, Delete, Move
*** Insert, Delete, Move
[[Image:WxGUI-vdigit-win0.png|thumb|400px|center]]


== Command Line (CLI) vector digitizer ==
== Command Line (CLI) vector digitizer ==
Line 21: Line 25:
== Raster digitizer ==
== Raster digitizer ==


The {{cmd|r.in.poly}} ascii format is almost the same as the standard vector ascii format. So the new digitizer should be able to output for both, and then we have a replacement for {{cmd|r.digit}} too!
The {{cmd|r.in.poly}} ASCII format is almost the same as the standard vector ASCII format. So the new digitizer should be able to output for both, and then we have a replacement for {{cmd|r.digit}} too!


[[Category:Development]]
[[Category:Development]]
[[Category:Vector]]
[[Category:Vector]]

Revision as of 17:50, 10 September 2012

GUI vector digitizer

Old digitizer

  • TCL/TK-based old fashioned v.digit module

New digitizer

  • see Vector digitizer in wxGUI
    • Editing of vector objects:
      • Add, Break, Copy, Connect, Convert Type, Delete, Flip direction, Merge, Move, Select lines by query, Snap, Split
    • Cats:
      • Copy, Delete, Z-Bulk Labeling
    • Vertex:
      • Insert, Delete, Move

Command Line (CLI) vector digitizer

See manual page of v.edit.

Raster digitizer

The r.in.poly ASCII format is almost the same as the standard vector ASCII format. So the new digitizer should be able to output for both, and then we have a replacement for r.digit too!