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
+34-34Lines changed: 34 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -44,10 +44,10 @@ qgis:buildvirtualvector: >
44
44
45
45
The output virtual layer will not be open in the current project.
46
46
47
-
qgis:checkvalidity:
47
+
qgis:checkvalidity:>
48
48
This algorithm performs a validity check on the geometries of a vector layer.
49
49
50
-
The geometries are classified in three groups (valid, invalid and error), and a vector layer is generated with the features in each on of this categories.
50
+
The geometries are classified in three groups (valid, invalid and error), and a vector layer is generated with the features in each of these categories.
51
51
52
52
qgis:clip: >
53
53
This algorithm clips a vector layer using the polygons of an additional polygons layer. Only the parts of the features in the input layer that falls within the polygons of the clipping layer will be added to the resulting layer.
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.
90
90
91
91
qgis:createconstantrasterlayer: >
92
-
Given an input raster layer an a value, this algorithm generates a new layer with the same extent and cellsize as the input one, and all cells with the specified value.
92
+
Given an input raster layer and a value, this algorithm generates a new layer with the same extent and cell size as the input one, and all cells with the specified value.
93
93
94
94
qgis:creategrid:
95
-
This algorithm creates a vector layer with a grid convering a given extent. Features can be lines or polygons, and the shape used in the grid can be rectangles, diamond or hexagons.
95
+
This algorithm creates a vector layer with a grid covering a given extent. Features can be lines or polygons, and the shape used in the grid can be rectangles, diamond or hexagons.
96
96
97
-
The size of each element in the grid is defined using a horizontal and vertical spaciong.
97
+
The size of each element in the grid is defined using a horizontal and vertical spacing.
98
98
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
@@ -110,18 +110,18 @@ qgis:deletecolumn: >
110
110
This algorithm takes a vector layer and generates a new one that has the exact same content but without one of its columns.
111
111
112
112
qgis:deleteduplicategeometries: >
113
-
This algorithm finds duplicated geometries and removes them. Attributes are not checked, so in case two feature have identical geometries but different attributes, only one of them will be added to the result layer.
113
+
This algorithm finds duplicated geometries and removes them. Attributes are not checked, so in case two features have identical geometries but different attributes, only one of them will be added to the result layer.
114
114
115
115
qgis:deleteholes: >
116
116
This algorithm takes a polygon layer and removes holes in polygons. It creates a new vector layer in which polygons with holes have been replaced by polygons with only their external ring. Attributes are not modified.
117
117
118
118
qgis:densifygeometries:
119
-
This algorithm takes a polygon or line layer and generaates a new one in which the geometries have a larger number of vertices than the original one.
119
+
This algorithm takes a polygon or line layer and generates a new one in which the geometries have a larger number of vertices than the original one.
120
120
121
121
The number of new vertices to add to each feature geometry is specified as an input parameter.
122
122
123
123
qgis:densifygeometriesgivenaninterval:
124
-
This algorithm takes a polygon or line layer and generaates a new one in which the geometries have a larger number of vertices than the original one.
124
+
This algorithm takes a polygon or line layer and generates a new one in which the geometries have a larger number of vertices than the original one.
125
125
126
126
The number of new vertices depends on the length of the geometry, and is specified as a distance between them. The distance is expressed in the same units used by the layer CRS.
127
127
@@ -131,32 +131,32 @@ qgis:difference: >
131
131
Attributes are not modified
132
132
133
133
qgis:dissolve: >
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.
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
137
This algorithm creates a table containing a distance matrix, with distances between all the points in a points layer.
138
138
139
139
140
140
qgis:distancetonearesthub: >
141
-
Given a layer with source point and another one representing destination points, this algorithm computes the distance between each source point and the closest detination one.
141
+
Given a layer with source point and another one representing destination points, this algorithm computes the distance between each source point and the closest destination one.
142
142
143
143
The resulting layer can contain only source points with an additional field indicating the distance to the nearest point and the name of the destination point, or lines linking each source point with its nearest destination point.
144
144
145
145
qgis:eliminatesliverpolygons:
146
146
147
147
qgis:explodelines: >
148
-
This algorithm takes a lines layer and creates a new one in which each line is replaced is replaced by a set of lines representing the segments in the original line. Each line in the resulting layer contains only a start and an end point, with no intermediate nodes between them.
148
+
This algorithm takes a lines layer and creates a new one in which each line is replaced by a set of lines representing the segments in the original line. Each line in the resulting layer contains only a start and an end point, with no intermediate nodes between them.
149
149
150
150
qgis:exportaddgeometrycolumns: >
151
151
This algorithm computes geometric properties of the features in a vector layer. It generates a new vector layer with the same content as the input one, but with additional attributes in its attributes table, containing geometric measurements.
152
152
153
153
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 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.
156
+
This algorithm creates new vector layer that only contains 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 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.
159
+
This algorithm creates new vector layer that only contains 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.
@@ -180,7 +180,7 @@ qgis:hublines:
180
180
181
181
182
182
qgis:hypsometriccurves: >
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.
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
186
This algorithm imports a vector layer into a PostGIS database, creating a new table.
@@ -190,21 +190,21 @@ qgis:importintopostgis: >
190
190
qgis:intersection: >
191
191
This algorithm extracts the overlapping portions of features in the Input and Intersect layers. Features in the Intersection layer are assigned the attributes of the overlapping features from both the Input and Intersect layers.
192
192
193
-
Attributes are not modified
193
+
Attributes are not modified.
194
194
195
195
qgis:joinattributesbylocation: >
196
196
This algorithm takes an input vector layer and creates a new vector layer that is an extended version of the input one, with additional attributes in its attribute table.
197
197
198
-
The additional attributes and their values are taken from a second vector layer. A spatial critera is applied to select the values from the second layer that are added to each feature from the first layer in the resulting one.
198
+
The additional attributes and their values are taken from a second vector layer. A spatial critera is applied to select the values from the second layer that are added to each feature from the first layer in the resulting one.
199
199
200
200
201
201
qgis:joinattributestable: >
202
202
This algorithm takes an input vector layer and creates a new vector layer that is an extended version of the input one, with additional attributes in its attribute table.
203
203
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.
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 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
207
+
This algorithm takes a polygon layer and creates a new polygon layer in which multipart geometries 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.
@@ -216,7 +216,7 @@ qgis:lineintersections:
216
216
qgis:linestopolygons:
217
217
This algorithm generates a polygon layer using as polygon rings the lines from an input line layer.
218
218
219
-
The attribute table of the output layer is the same as the one from of the input line layer.
219
+
The attribute table of the output layer is the same as the one of the input line layer.
220
220
221
221
qgis:listuniquevalues: >
222
222
This algorithm generates a report with information about the categories found in a given attribute of a vector layer.
@@ -229,7 +229,7 @@ qgis:meancoordinates: >
229
229
230
230
An attribute can be specified as containing weights to be applied to each feature when computing the center of mass.
231
231
232
-
If an attribute is selected in the <Unique ID field> parameters, features will be grouped according to values in this field. Instead of a single point with the center of mass of the whole layer, the output layer will contain a center of mass for the features in each category.
232
+
If an attribute is selected in the <Unique ID field> parameters, features will be grouped according to values in this field. Instead of a single point with the center of mass of the whole layer, the output layer will contain a center of mass for the features in each category.
233
233
234
234
qgis:mergelines: >
235
235
This algorithm joins all connected parts of MultiLineString geometries into single LineString geometries.
@@ -239,28 +239,28 @@ qgis:mergelines: >
239
239
qgis:mergevectorlayers: >
240
240
This algorithm combines multiple vector layers of the same geometry type into a single one.
241
241
242
-
If attributes tables are different, the attribute table of the resulting layer will contain the attributes from both input layers
242
+
If attributes tables are different, the attribute table of the resulting layer will contain the attributes from both input layers.
243
243
244
244
qgis:multiparttosingleparts: >
245
245
This algorithm takes a vector layer with multipart geometries and generates a new one in which all geometries contain a single part. Features with multipart geometries are divided in as many different features as parts the geometry contain, and the same attributes are used for each of them.
246
246
247
247
qgis:nearestneighbouranalysis: >
248
-
This algorithm performs nearest neighbout analysis for a point layer.
248
+
This algorithm performs nearest neighbor analysis for a point layer.
249
249
250
250
Output is generated as an html file with the computed statistical values.
251
251
252
252
253
253
qgis:numberofuniquevaluesinclasses: >
254
-
This algorithm counts the different values that appear in a specified attributes for features of the same class.
254
+
This algorithm counts the different values that appear in a specified attributes for features of the same class.
255
255
256
256
Classes are defined according to a given attribute. For all layers that share the same value of this attributes, the values of a second attributes are analyzed.
257
257
258
258
The resulting layer contains the same features as the input layer, but with an additional attribute containing the count of unique values for that class.
259
259
260
260
qgis:orientedminimumboundingbox: >
261
-
This algorithm takes a vector layer and generate a new one with the minimum rectangle that covers all the input features.
261
+
This algorithm takes a vector layer and generates a new one with the minimum rectangle that covers all the input features.
262
262
263
-
As an alternative, the output layer can contain not just a single rectangle, but one for each input feature, representing the minimum rectangle that covers each of them.
263
+
As an alternative, the output layer can contain not just a single rectangle, but one for each input feature, representing the minimum rectangle that covers each of them.
264
264
265
265
qgis:pointsdisplacement:
266
266
@@ -291,7 +291,7 @@ qgis:polygoncentroids: >
291
291
292
292
293
293
qgis:polygonfromlayerextent: >
294
-
This algorithm takes a vector layer and generate a new one with the minimum bounding box (rectangle with N-S orientation) that covers all the input features.
294
+
This algorithm takes a vector layer and generates a new one with the minimum bounding box (rectangle with N-S orientation) that covers all the input features.
295
295
296
296
As an alternative, the output layer can contain not just a single bounding box, but one for each input feature, representing the bounding box of each of them.
297
297
@@ -307,12 +307,12 @@ qgis:postgisexecutesql: >
307
307
qgis:randomextract: >
308
308
This algorithm takes a vector layer and generates a new one that contains only a subset of the features in the input layer.
309
309
310
-
The subset is defined randomly, using a percentage or count value to define the total number of features in the subset.
310
+
The subset is defined randomly, using a percentage or count value to define the total number of features in the subset.
311
311
312
312
qgis:randomextractwithinsubsets: >
313
313
This algorithm takes a vector layer and generates a new one that contains only a subset of the features in the input layer.
314
314
315
-
The subset is defined randomly, using a percentage or count value to define the total number of features in the subset.
315
+
The subset is defined randomly, using a percentage or count value to define the total number of features in the subset.
316
316
317
317
The percentage/count value is not applied to the whole layer, but instead to each category. Categories are defined according to a given attribute, which is also specified as an input parameter for the algorithm.
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 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.
331
+
This algorithm creates a new point layer with random points inside the polygons 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
-
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.
334
+
This algorithm creates a new point layer with random points inside the polygons 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 value is taken from an attribute, so it can be different for each polygon 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
-
The subset is defined randomly, using a percentage or count value to define the total number of features in the subset.
338
+
The subset is defined randomly, using a percentage or count value to define the total number of features in the subset.
339
339
340
340
qgis:randomselectionwithinsubsets: >
341
341
This algorithm takes a vector layer and selects a subset of its features. No new layer is generated by this algorithm.
342
342
343
-
The subset is defined randomly, using a percentage or count value to define the total number of features in the subset.
343
+
The subset is defined randomly, using a percentage or count value to define the total number of features in the subset.
344
344
345
345
The percentage/count value is not applied to the whole layer, but instead to each category. Categories are defined according to a given attribute, which is also specified as an input parameter for the algorithm.
346
346
@@ -355,9 +355,9 @@ qgis:rasterlayerstatistics: >
355
355
The raster layer must have a single band.
356
356
357
357
qgis:refactorfields: >
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
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.
359
359
360
-
The original layer is not modified. A new layer is generated, which contains a modified attributes table, accordint to the provided fields mapping
360
+
The original layer is not modified. A new layer is generated, which contains a modified attributes table, according to the provided fields mapping.
0 commit comments