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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -383,11 +383,11 @@ qgis:selectbyattributesum:
383
383
qgis:selectbyexpression: >
384
384
This algorithm creates a selection in a vector layer. The criteria for selecting features is based on a QGIS expression.
385
385
386
-
For more information about expressions see the<a href ="{qgisdocs}/user_manual/working_with_vector/expression.html">user manual</a>
386
+
For more information about expressions see the<a href ="{qgisdocs}/user_manual/working_with_vector/expression.html">user manual</a>
387
387
388
388
389
389
qgis:selectbylocation: >
390
-
This algorithm creates creates a selection in a vector layer. The criteria for selecting features is based on the spatial relationship between each feature and the features in an additional layer.
390
+
This algorithm creates a selection in a vector layer. The criteria for selecting features is based on the spatial relationship between each feature and the features in an additional layer.
391
391
392
392
393
393
qgis:setstyleforrasterlayer: >
@@ -407,7 +407,7 @@ qgis:snappointstogrid: >
407
407
408
408
409
409
qgis:splitlineswithlines: >
410
-
This algorithm split the lines in a line layer using the lines in another line layer to define the breaking points. Intersection between geometries in both layers are considered as split points.
410
+
This algorithm splits the lines in a line layer using the lines in another line layer to define the breaking points. Intersection between geometries in both layers are considered as split points.
411
411
412
412
qgis:splitvectorlayer: >
413
413
This algorithm takes a vector layer and an attribute and generates a set of vector layers in an output folder. Each of the layers created in that folder contains all features from the input layer with the same value for the specified attribute.
@@ -418,7 +418,7 @@ qgis:statisticsbycategories:
418
418
419
419
420
420
qgis:sumlinelengths: >
421
-
This algorithm takes a polygon layer and a lines layer and measure the total length of lines and the total numer of them that cross each polygon.
421
+
This algorithm takes a polygon layer and a line layer and measure the total length of lines and the total number of them that cross each polygon.
422
422
423
423
The resulting layer has the same features as the input polygon layer, but with two additional attributes containing the length and lines count of layers across each polygon. The names of these two fields can be configured in the algorithm parameters.
424
424
@@ -443,7 +443,7 @@ qgis:vectorgrid:
443
443
qgis:vectorlayerhistogram: >
444
444
This algorithm generates a histogram with the values of the attribute of a vector layer.
445
445
446
-
The ttribute to use for computing the histogram must be a numeric attribute.
446
+
The attribute to use for computing the histogram must be a numeric attribute.
0 commit comments