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
[needs-docs][processing] Add option to check validity alg to ignore self-intersection
causing rings errors
By default the algorithm now uses the strict OGC definition of polygon validity, where
a polygon is marked as invalid if a self-intersecting ring causes an interior hole.
If the "Ignore ring self intersections" option is checked, then this rule will be
ignored and a more lenient validity check will be performed.
Refs #16418, refs #21336
(cherry picked from commit 49742c3)
Copy file name to clipboardExpand all lines: python/plugins/processing/algs/help/qgis.yaml
+2
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,8 @@ qgis:checkvalidity: >
51
51
52
52
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.
53
53
54
+
By default the algorithm uses the strict OGC definition of polygon validity, where a polygon is marked as invalid if a self-intersecting ring causes an interior hole. If the "Ignore ring self intersections" option is checked, then this rule will be ignored and a more lenient validity check will be performed.
55
+
54
56
qgis:clip: >
55
57
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.
0 commit comments