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
+13-9Lines changed: 13 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -383,7 +383,7 @@ qgis:polygonstolines: >
383
383
384
384
qgis:spatialiteexecutesql: >
385
385
This algorithm performs a SQL database query on a Spatialite database.
386
-
386
+
387
387
qgis:postgisexecutesql: >
388
388
This algorithm performs a SQL database query on a PostGIS database connected to QGIS.
389
389
@@ -514,7 +514,7 @@ qgis:snappointstogrid: >
514
514
515
515
qgis:splitwithlines: >
516
516
This algorithm splits the lines or polygons in one layer using the lines in another layer to define the breaking points. Intersection between geometries in both layers are considered as split points.
517
-
517
+
518
518
Output will contain multi geometries for split features.
519
519
520
520
qgis:splitvectorlayer: >
@@ -571,16 +571,20 @@ qgis:zonalstatistics:
571
571
572
572
qgis:rastercalculator: >
573
573
This algorithm allows to perform algebraic operations using raster layers.
574
-
574
+
575
575
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:
576
-
576
+
577
577
- sin(), cos(), tan(), atan2(), ln(), log10()
578
-
578
+
579
579
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 cell size is not specified, the minimum cell size of all input layers will be used.
580
-
580
+
581
581
The cell size is assumed to be the same in both X and Y axes.
582
-
582
+
583
583
Layers are referred 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.
584
-
584
+
585
585
When using the calculator in the batch interface or from the console, the files to use have to be specified. The corresponding layers are referred 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 referred as rasterfile.tif@1.
586
-
586
+
587
+
qgis:fixgeometries: >
588
+
This algorithm attempts to create a valid representation of a given invalid geometry without losing any of the input vertices. Already-valid geometries are returned without further intervention. Always outputs multi-geometry layer.
0 commit comments