Skip to content

Commit 66b66ed

Browse files
authored
Update r.mapcalc.txt
Better description of r.mapcalc
1 parent 1445647 commit 66b66ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/grass7/description/r.mapcalc.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ r.mapcalc
22
Raster map calculator.
33
Raster (r.*)
44
ParameterMultipleInput|maps|Raster maps used in the calculator|3|True
5-
ParameterString|expression|Expression to evaluate. The raster names used in expression should be the same than in QGIS|None|True|True
5+
ParameterString|expression|Expression to evaluate. Syntax e.g. `raster_out=raster1+raster2`. Use original filenames, without extension|None|True|True
66
ParameterFile|file|File containing expression(s) to evaluate (same rule for raster names than above)|True
77
ParameterString|seed|Integer seed for rand() function|None|False|True
88
*ParameterBoolean|-s|Generate random seed (result is non-deterministic)|False

0 commit comments

Comments
 (0)