g.gui.rdigit(1grass) | GRASS GIS User's Manual | g.gui.rdigit(1grass) |
g.gui.rdigit - Interactive editing and digitizing of raster maps.
general, GUI, raster, editing, digitizer
g.gui.rdigit
g.gui.rdigit --help
g.gui.rdigit [create=name] [base=name]
[type=string] [edit=name] [--overwrite]
[--help] [--verbose] [--quiet] [--ui]
display, GUI, raster, editing, digitizer
Raster Digitizer is a simple tool to quickly draw lines, areas, and circles and save these features in a raster map. It is accessible from the Map Display toolbar (from the combo box on the right).
Raster Digitizer currently allows you to:
The typical workflow includes these steps:
Raster Digitizer respects computational region including the currently set resolution.
In the following figures we start with elev_lid792_1m raster map
in North carolina sample dataset and digitize two buildings, one rectangular
and one with circular footprint. Both buildings have the roof level at 130
m. We set the width when digitizing the point to 50 meters which results in
the building having 50 m in diameter. When we are done with digitizing, we
save the result and explore cast shadows of the buildings with r.sun module:
g.region raster=elev_lid792_1m # now create elev_edited raster by digitizing and save r.slope.aspect elevation=elev_edited slope=elev_slope aspect=elev_aspect r.sun elevation=elev_edited aspect=elev_aspect slope=elev_slope beam_rad=beam day=172 time=6
Figure: Steps to digitize new buildings on elev_lid792_1m raster map.
wxGUI
wxGUI components,
r.in.poly (backend of digitizer),
g.gui.vdigit
Anna Petrasova, NCSU GeoForALL Laboratory
Tomas Zigo (standalone module)
Available at: wxGUI Raster Digitizer source code (history)
Accessed: Monday Apr 01 03:09:53 2024
Main index | GUI index | Topics index | Keywords index | Graphical index | Full index
© 2003-2024 GRASS Development Team, GRASS GIS 8.3.2 Reference Manual
GRASS 8.3.2 |