Bug report #21336
self node is considered as an error by processing
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Processing/Core | ||
Affected QGIS version: | 3.4.4 | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 29154 |
Description
self node is considered as an error by processing
(which inhibits the execution of algorithms)
while the agorithm "verify validity" does not detect an error. which is normal because it is not (according to GEOS or QGIS standards).
Associated revisions
[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.
[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.
(cherry picked from commit 49742c302afb97e6272ce8b6b3a806014cdbdb5b)
[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.
(cherry picked from commit 49742c302afb97e6272ce8b6b3a806014cdbdb5b)
(cherry picked from commit 66cd7e93024f432a9ebd98258dee74ac49834d1f)
History
#1 Updated by Giovanni Manghi over 5 years ago
- Category changed from Processing/GUI to Processing/Core
#2 Updated by Nyall Dawson over 5 years ago
- % Done changed from 0 to 100
- Status changed from Open to Closed
Applied in changeset qgis|4e04d02293637923e065afba3f3b962249a9ca78.