Skip to content

Commit 5a3c763

Browse files
DelazJm-kuhn
authored andcommitted
Typo fix in Algorithms help
1 parent 5b5e053 commit 5a3c763

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

python/plugins/processing/algs/help/qgis.yaml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ qgis:buildvirtualvector: >
4444

4545
The output virtual layer will not be open in the current project.
4646

47-
qgis:checkvalidity:
47+
qgis:checkvalidity: >
4848
This algorithm performs a validity check on the geometries of a vector layer.
4949

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.
5151

5252
qgis:clip: >
5353
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.
@@ -89,12 +89,12 @@ qgis:countuniquepointsinpolygon: >
8989
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.
9090

9191
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.
9393

9494
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.
9696

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.
9898

9999
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.
100100

@@ -110,18 +110,18 @@ qgis:deletecolumn: >
110110
This algorithm takes a vector layer and generates a new one that has the exact same content but without one of its columns.
111111

112112
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.
114114

115115
qgis:deleteholes: >
116116
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.
117117

118118
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.
120120

121121
The number of new vertices to add to each feature geometry is specified as an input parameter.
122122

123123
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.
125125

126126
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.
127127

@@ -131,32 +131,32 @@ qgis:difference: >
131131
Attributes are not modified
132132

133133
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.
135135

136136
qgis:distancematrix: >
137137
This algorithm creates a table containing a distance matrix, with distances between all the points in a points layer.
138138

139139

140140
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.
142142

143143
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.
144144

145145
qgis:eliminatesliverpolygons:
146146

147147
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.
149149

150150
qgis:exportaddgeometrycolumns: >
151151
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.
152152

153153
Depending on the geometry type of the vector layer, the attributes added to the table will be different.
154154

155155
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.
157157

158158
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.
160160

161161
qgis:extractnodes: >
162162
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:
180180

181181

182182
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.
184184

185185
qgis:importintopostgis: >
186186
This algorithm imports a vector layer into a PostGIS database, creating a new table.
@@ -190,21 +190,21 @@ qgis:importintopostgis: >
190190
qgis:intersection: >
191191
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.
192192

193-
Attributes are not modified
193+
Attributes are not modified.
194194

195195
qgis:joinattributesbylocation: >
196196
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.
197197

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.
199199

200200

201201
qgis:joinattributestable: >
202202
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.
203203

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.
205205

206206
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.
208208

209209
qgis:lineintersections:
210210
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:
216216
qgis:linestopolygons:
217217
This algorithm generates a polygon layer using as polygon rings the lines from an input line layer.
218218

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.
220220

221221
qgis:listuniquevalues: >
222222
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: >
229229

230230
An attribute can be specified as containing weights to be applied to each feature when computing the center of mass.
231231

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.
233233

234234
qgis:mergelines: >
235235
This algorithm joins all connected parts of MultiLineString geometries into single LineString geometries.
@@ -239,28 +239,28 @@ qgis:mergelines: >
239239
qgis:mergevectorlayers: >
240240
This algorithm combines multiple vector layers of the same geometry type into a single one.
241241

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.
243243

244244
qgis:multiparttosingleparts: >
245245
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.
246246

247247
qgis:nearestneighbouranalysis: >
248-
This algorithm performs nearest neighbout analysis for a point layer.
248+
This algorithm performs nearest neighbor analysis for a point layer.
249249

250250
Output is generated as an html file with the computed statistical values.
251251

252252

253253
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.
255255

256256
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.
257257

258258
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.
259259

260260
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.
262262

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.
264264

265265
qgis:pointsdisplacement:
266266

@@ -291,7 +291,7 @@ qgis:polygoncentroids: >
291291

292292

293293
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.
295295

296296
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.
297297

@@ -307,12 +307,12 @@ qgis:postgisexecutesql: >
307307
qgis:randomextract: >
308308
This algorithm takes a vector layer and generates a new one that contains only a subset of the features in the input layer.
309309

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.
311311

312312
qgis:randomextractwithinsubsets: >
313313
This algorithm takes a vector layer and generates a new one that contains only a subset of the features in the input layer.
314314

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.
316316

317317
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.
318318

@@ -328,19 +328,19 @@ qgis:randompointsinlayerbounds: >
328328
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.
329329

330330
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.
332332

333333
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.
335335

336336
qgis:randomselection: >
337337
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.
339339

340340
qgis:randomselectionwithinsubsets: >
341341
This algorithm takes a vector layer and selects a subset of its features. No new layer is generated by this algorithm.
342342

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.
344344

345345
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.
346346

@@ -355,9 +355,9 @@ qgis:rasterlayerstatistics: >
355355
The raster layer must have a single band.
356356

357357
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.
359359

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.
361361

362362
qgis:regularpoints:
363363

0 commit comments

Comments
 (0)