GRASS logo

NAME

d.rast.edit - Interactively edit cell values in a raster map.

KEYWORDS

display, raster

SYNOPSIS

d.rast.edit
d.rast.edit help
d.rast.edit input=name output=name [aspect=name] [width=integer] [height=integer] [size=integer] [rows=integer] [cols=integer] [--overwrite] [--verbose] [--quiet]

Flags:

--overwrite
Allow output files to overwrite existing files
--verbose
Verbose module output
--quiet
Quiet module output

Parameters:

input=name
Name of input raster map
output=name
Name for output raster map
aspect=name
Name of aspect raster map
width=integer
Width of display canvas
Default: 640
height=integer
Height of display canvas
Default: 480
size=integer
Minimum size of each cell
Default: 12
rows=integer
Maximum number of rows to load
Default: 100
cols=integer
Maximum number of columns to load
Default: 100

DESCRIPTION

The d.rast.edit program allows users to interactively edit cell category values in a raster map layer displayed to the graphics monitor using a mouse cursor.

SEE ALSO

d.rast.arrow, d.rast.num

AUTHOR

Glynn Clements

Last changed: $Date: 2007-04-07 04:24:40 -0700 (Sat, 07 Apr 2007) $


Main index - display index - Full index

© 2003-2008 GRASS Development Team