GRASS logo

NAME

r.mapcalc.worker - Runs r.mapcalc as a worker in different mapsets.

KEYWORDS

raster, import, projection, parallel

SYNOPSIS

r.mapcalc.worker
r.mapcalc.worker --help
r.mapcalc.worker region=string newmapset=string expression=string [--help] [--verbose] [--quiet] [--ui]

Flags:

--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--ui
Force launching GUI dialog

Parameters:

region=string [required]
Saved region to use r.mapcalc on. Add @<source_mapset> to the region if it lies outside the current mapset
newmapset=string [required]
Name of new mapset to run r.mapcalc in
expression=string [required]
Mapcalc expression to be calculated. Add @<source_mapset> to the individual maps used in the expression

Table of contents

DESCRIPTION

r.import.worker is a worker module for the parallel execution of r.mapcalc in different mapsets. Along with the name of the new mapset, it requires a r.mapcalc expression and a saved region as input. For both it is required to add the source-mapset suffix.

SEE ALSO

r.mapcalc

AUTHOR

Guido Riembauer, mundialis, Germany

SOURCE CODE

Available at: r.mapcalc.worker source code (history)

Accessed: Tuesday Apr 16 18:18:53 2024


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

© 2003-2024 GRASS Development Team, GRASS GIS 8.4.0dev Reference Manual