Skip to content

Commit

Permalink
Update r.mapcalc.txt
Browse files Browse the repository at this point in the history
Better description of r.mapcalc
  • Loading branch information
pcav committed Oct 23, 2016
1 parent 1445647 commit 66b66ed
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2,7 +2,7 @@ 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
ParameterString|expression|Expression to evaluate. Syntax e.g. `raster_out=raster1+raster2`. Use original filenames, without extension|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
Expand Down

0 comments on commit 66b66ed

Please sign in to comment.