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
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -77,12 +77,9 @@ qgis:countpointsinpolygon: >
77
77
78
78
An optional weight field can be used to assign weights to each point. If set, the count generated will be the sum of the weight field for each point contained by the polygon.
79
79
80
-
qgis:countuniquepointsinpolygon: >
81
-
This algorithm takes a points layer and a polygon layer and counts the number of points from the first one in each polygon of the second one.
80
+
Alternatively, a unique class field can be specified. If set, points are classified based on the selected attribute, and if several points with the same attribute value are within the polygon, only one of them is counted. The final count of the point in a polygon is, therefore, the count of different classes that are found in it.
82
81
83
-
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.
84
-
85
-
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.
82
+
Both the weight field and unique class field cannot be specified. If they are, the weight field will take precedence and the unique class field will be ignored.
86
83
87
84
qgis:createattributeindex: >
88
85
Creates an index to speed up queries made against a field in a table. Support for index creation is dependent on the layer's data provider and the field type.
0 commit comments