GRASS logo

NAME

r.example.plus - Adds the values of two rasters (A + B)

KEYWORDS

raster, algebra, sum

SYNOPSIS

r.example.plus
r.example.plus --help
r.example.plus a_input=name b_input=name output=name [--overwrite] [--help] [--verbose] [--quiet] [--ui]

Flags:

--overwrite
Allow output files to overwrite existing files
--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--ui
Force launching GUI dialog

Parameters:

a_input=name [required]
Name of input raster A in an expression A + B
Name of input raster map
b_input=name [required]
Name of input raster B in an expression A + B
Name of input raster map
output=name [required]
Name of result of an expression A + B
Name for output raster map

Table of contents

DESCRIPTION

r.example.plus adds two raster maps together. These raster maps are specified as parameters araster and braster. This is an example of a GRASS GIS module implemeneted in Python.

SEE ALSO

g.region, r.mapcalc

AUTHORS

Vaclav Petras, NCSU GeoForAll Lab

SOURCE CODE

Available at: r.example.plus source code (history)


Main index | Raster index | Topics index | Keywords index | Graphical index | Full index

© 2003-2018 GRASS Development Team, GRASS GIS 7.4.0 Reference Manual