You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/plugins/processing/algs/help/qgis.yaml
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -552,3 +552,18 @@ qgis:voronoipolygons: >
552
552
553
553
qgis:zonalstatistics:
554
554
555
+
qgis:rastercalculator: >
556
+
This algorithm allows to perform algebraic operations using raster layers.
557
+
558
+
The resulting layer will have its values computed according to an expression. The expression can contain numerical values, operators and references to any of the layers in the current project. The following functions are also supported:
559
+
560
+
- sin(), cos(), tan(), atan2(), ln(), log10()
561
+
562
+
The extent and cellsize can be defined by the user. If the extent is not specified, the minimum extent that covers the input layers will be used. If the cellsize is not specified, the minimum cellsize of all input layers will be used.
563
+
564
+
The cellsize is assumed to be the same in both X and Y axes.
565
+
566
+
Layers are refered by their name as displayed in the layer list and the number of the band to use (based on 1), using the pattern 'layer_name@band number'. For instance, the first band from a layer named DEM will be referred as DEM@1.
567
+
568
+
When using the calculator in the batch interface or from the console, the files to use have to be specified. The corresponding layers are refered using the base name of the file (without the full path). For instance, is using a layer at path/to/my/rasterfile.tif, the first band of that layer will be refered as rasterfile.tif@1.
0 commit comments