GRASS Digitizing tool: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
m (use templates)
Line 16: Line 16:
== Raster digitizer ==
== 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!
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]]

Revision as of 23:55, 31 January 2011

GUI vector digitizer

  • TCL/TK-based old fashioned v.digit module
  • 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

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!