mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-09 00:35:20 -05:00
10 lines
550 B
Plaintext
10 lines
550 B
Plaintext
|
r.mapcalc
|
||
|
Raster map calculator.
|
||
|
Raster (r.*)
|
||
|
ParameterMultipleInput|maps|Raster maps used in the calculator|3|True
|
||
|
ParameterString|expression|Expression to evaluate. The raster names used in expression should be the same than in QGIS|None|True|True
|
||
|
ParameterFile|file|File containing expression(s) to evaluate (same rule for raster names than above)|True
|
||
|
ParameterString|seed|Integer seed for rand() function|None|False|True
|
||
|
*ParameterBoolean|-s|Generate random seed (result is non-deterministic)|False
|
||
|
OutputDirectory|output_dir|Results Directory
|