Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adjust help for CheckValidity algorithm
Make it clear that GEOS method won't be able to log all errors found per geometry, but only the first one. Followup #49936.
  • Loading branch information
gacarrillor authored and nyalldawson committed May 2, 2023
1 parent f83781d commit 7fac476
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/plugins/processing/algs/help/qgis.yaml
Expand Up @@ -21,6 +21,8 @@ qgis:checkvalidity: >

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.

The GEOS method is faster and performs better on larger geometries, but is limited to only returning the first error encountered in a geometry. The QGIS method will be slower but reports all errors encountered in the geometry, not just the first.

qgis:climbalongline: >
This algorithm calculates the total climb and descent along line geometries.

Expand Down

0 comments on commit 7fac476

Please sign in to comment.