Skip to content

Commit

Permalink
fix module description file
Browse files Browse the repository at this point in the history
  • Loading branch information
gioman committed Jan 7, 2019
1 parent 10d4799 commit a57fec8
Showing 1 changed file with 8 additions and 8 deletions.
@@ -1,11 +1,11 @@
r.mapcalc.simple
Calculate new raster map from a r.mapcalc expression.
Raster (r.*)
ParameterRaster|a|Raster layer A|False
ParameterRaster|b|Raster layer B|True
ParameterRaster|c|Raster layer C|True
ParameterRaster|d|Raster layer D|True
ParameterRaster|e|Raster layer E|True
ParameterRaster|f|Raster layer F|True
ParameterString|expression|Formula|A*2
OutputRaster|output|Calculated
QgsProcessingParameterRasterLayer|a|Raster layer A|False
QgsProcessingParameterRasterLayer|b|Raster layer B|True
QgsProcessingParameterRasterLayer|c|Raster layer C|True
QgsProcessingParameterRasterLayer|d|Raster layer D|True
QgsProcessingParameterRasterLayer|e|Raster layer E|True
QgsProcessingParameterRasterLayer|f|Raster layer F|True
QgsProcessingParameterString|expression|Formula|A*2
QgsProcessingParameterRasterDestination|output|Calculated

0 comments on commit a57fec8

Please sign in to comment.