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
+19-18
Original file line number
Diff line number
Diff line change
@@ -70,19 +70,19 @@ qgis:convexhull: >
70
70
If a field is specified, it will divide the features into classes based on that field, and compute a separate convex hull for the features in each class.
71
71
72
72
qgis:countpointsinpolygon: >
73
-
This algorithms takes a points layer and a polygon layer and counts the number of points from the first one in each polygons of the second one.
73
+
This algorithm takes a points layer and a polygon layer and counts the number of points from the first one in each polygons of the second one.
74
74
75
75
A new polygons layer is generated, with the exact same content as the input polygons layer, but containing an additional field with the points count corresponding to each polygon.
76
76
77
77
qgis:countpointsinpolygonweighted: >
78
-
This algorithms takes a points layer and a polygon layer and counts the number of points from the first one in each polygons of the second one.
78
+
This algorithm takes a points layer and a polygon layer and counts the number of points from the first one in each polygons of the second one.
79
79
80
80
An attribute is used in the points layer to assign weights to each point.
81
81
82
82
A new polygons layer is generated, with the exact same content as the input polygons layer, but containing an additional field with the points count corresponding to each polygon.
83
83
84
84
qgis:countuniquepointsinpolygon: >
85
-
This algorithms takes a points layer and a polygon layer and counts the number of points from the first one in each polygons of the second one.
85
+
This algorithm takes a points layer and a polygon layer and counts the number of points from the first one in each polygons of the second one.
86
86
87
87
Points are classified based on an attribute, and if several points with the same attribute value are within the extent of the polygon, only one of them is counted. The final count of point in a polygon is, therefore, the count of different classes that are found in it.
88
88
@@ -99,7 +99,7 @@ qgis:creategrid:
99
99
The CRS of the output layer must be defined. The grid extent and the spacing values are supposed to be expressed in the coordinates and units of this CRS.
100
100
101
101
qgis:createpointsalonglines: >
102
-
This algorithms creates a points layer, with points distributed along the lines of an input vector layer. the distance between points (measured along the line) is defined as a parameter.
102
+
This algorithm creates a points layer, with points distributed along the lines of an input vector layer. the distance between points (measured along the line) is defined as a parameter.
103
103
104
104
Start and end points can be defined, so the first and last point do not fall on the line first and last node. Start and end points are defined as distances, mesaureed from the first and last nodes of the lines, in the units of the projection used by the lines layer.
105
105
@@ -134,7 +134,7 @@ qgis:dissolve: >
134
134
This algorithm takes a polygon vector layer and dissolve adjacent polygons into single geometries. An attribute can be specified to dissolve only polygons belonging to the same class (having the same value for the specified attribute), or all polygons can be dissolved, considering only their geometries.
135
135
136
136
qgis:distancematrix: >
137
-
This algorithms creates a table containing a distance matrix, with distances between all the points in a points layer.
137
+
This algorithm creates a table containing a distance matrix, with distances between all the points in a points layer.
Depending on the geometry type of the vector layer, the attributes added to the table will be different.
154
154
155
155
qgis:extractbyattribute: >
156
-
This algorithms creates new vector layer that only contain certain features from an input layer. The criteria for adding features to the resulting layer is defined based on the values of an attribute from the input layer.
156
+
This algorithm creates new vector layer that only contain certain features from an input layer. The criteria for adding features to the resulting layer is defined based on the values of an attribute from the input layer.
157
157
158
158
qgis:extractbylocation: >
159
-
This algorithms creates new vector layer that only contain certain features from an input layer. The criteria for adding features to the resulting layer is defined based on the spatial relationship between each feature and the features in an additional layer.
159
+
This algorithm creates new vector layer that only contain certain features from an input layer. The criteria for adding features to the resulting layer is defined based on the spatial relationship between each feature and the features in an additional layer.
160
160
161
161
qgis:extractnodes: >
162
162
This algorithm takes a line or polygon layer and generates a point layer with points representing the nodes in the input lines or polygons. The attributes associated to each point are the same ones associated to the line or polygon that the point belongs to.
@@ -168,7 +168,7 @@ qgis:fixeddistancebuffer: >
168
168
This algorithm computes a buffer area for all the features in an input layer, using a fixed distance.
169
169
170
170
qgis:frequencyanalysis: >
171
-
This algorithms generates a table with frequency analysis of the values of a selected attribute from an input vector layer
171
+
This algorithm generates a table with frequency analysis of the values of a selected attribute from an input vector layer
172
172
173
173
qgis:generatepointspixelcentroidsalongline:
174
174
@@ -183,7 +183,7 @@ qgis:hypsometriccurves: >
183
183
This algorithm computes hypsometric curves for an input Digital Elevation Model. Curves are produced as table files in an output folder specified by the user.
184
184
185
185
qgis:importintopostgis: >
186
-
This algorithms imports a vector layer into a PostGIS database, creating a new table.
186
+
This algorithm imports a vector layer into a PostGIS database, creating a new table.
187
187
188
188
Prior to this a connection between QGIS and the PostGIS database has to be created (for example with the DB Manager).
189
189
@@ -204,7 +204,7 @@ qgis:joinattributestable: >
204
204
The additional attributes and their values are taken from a second vector layer. An attribute is selected in each of them to define the join criteria.
205
205
206
206
qgis:keepnbiggestparts: >
207
-
This algorithms takes a polygon layer and creates a new polygon layer in which multipart goemetries have been removed, leaving only the n largest (in terms of area) parts
207
+
This algorithm takes a polygon layer and creates a new polygon layer in which multipart goemetries have been removed, leaving only the n largest (in terms of area) parts
208
208
209
209
qgis:lineintersections:
210
210
This algorithm creates point features where the lines in the Intersect layer intersect the lines in the Input layer.
This algorithm creates a new point layer with a given number of random points, all of them within the extent of a given layer. A distance factor can be specified, to avoid points being too close to each other.
329
329
330
330
qgis:randompointsinsidepolygonsfixed: >
331
-
This algorithms creates a new point layer with random points insides the ppolygons of a given layer. The number of points in each polygon can be defined as a fixed count or as a density value, and it will be the same for all polygons.
331
+
This algorithm creates a new point layer with random points insides the ppolygons of a given layer. The number of points in each polygon can be defined as a fixed count or as a density value, and it will be the same for all polygons.
332
332
333
333
qgis:randompointsinsidepolygonsvariable: >
334
334
This algorithm creates a new point layer with random points insides the ppolygons of a given layer. The number of points in each polygon can be defined as a fixed count or as a density value. The count/density valu is taken from an attribute, so it can be different for each polygons in the input layer.
335
335
336
336
qgis:randomselection: >
337
337
This algorithm takes a vector layer and selects a subset of its features. No new layer is generated by this algorithm.
338
-
339
338
The subset is defined randomly, using a percentage or count value to define the total number of features in the subset.
This algorithms allows editing the structure of the attributes table of a vector layer. Fields can be modified in their type and name, using a fields mapping
358
+
This algorithm allows editing the structure of the attributes table of a vector layer. Fields can be modified in their type and name, using a fields mapping
360
359
361
360
The original layer is not modified. A new layer is generated, which contains a modified attributes table, accordint to the provided fields mapping
362
361
363
362
qgis:regularpoints:
364
363
364
+
qgis:removenullgeometries: >
365
+
This algorithm removes any features which do not have a geometry from a vector layer. All other features will be copied unchanged.
365
366
366
367
qgis:reprojectlayer: >
367
368
This algorithm reprojects a vector layer. It creates a new layer with the same features as the input one, but with geometries reprojected to a new CRS.
If the selected layer has no selected features, all features will be added to the resulting feature.
375
376
376
377
qgis:selectbyattribute: >
377
-
This algorithms creates a selection in a vector layer. The criteria for selected features is defined based on the values of an attribute from the input layer.
378
+
This algorithm creates a selection in a vector layer. The criteria for selected features is defined based on the values of an attribute from the input layer.
378
379
379
380
qgis:selectbyattributesum:
380
381
381
382
382
383
qgis:selectbyexpression: >
383
-
This algorithms creates a selection in a vector layer. The criteria for selecting features is based on a QGIS expression.
384
+
This algorithm creates a selection in a vector layer. The criteria for selecting features is based on a QGIS expression.
384
385
385
386
For more information about expressions see the<a href ="{qgisdocs}/user_manual/working_with_vector/expression.html">user manual</a>
386
387
387
388
388
389
qgis:selectbylocation: >
389
-
This algorithms 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 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
391
391
392
392
393
qgis:setstyleforrasterlayer: >
393
-
This algorithms sets the style of a raster layer. The style must be defined in a QML file.
394
+
This algorithm sets the style of a raster layer. The style must be defined in a QML file.
394
395
395
396
qgis:setstyleforvectorlayer: >
396
-
This algorithms sets the style of a vector layer. The style must be defined in a QML file.
397
+
This algorithm sets the style of a vector layer. The style must be defined in a QML file.
397
398
398
399
qgis:simplifygeometries: >
399
400
This algorithm simplifies the geometries in a line or polygon layer. It creates a new layer with the same features as the ones in the input layer, but with geometries containing a lower number of vertices.
0 commit comments