[Qgis-user] Self Intersections: Issues with Polygon Features

Thomas Struller thomas.struller at lga-geo.de
Fri Jul 4 01:06:20 PDT 2025


Hi Werner,

give QuickPolygonRepair extension from Mike Elstermann (#geoobserver) a try.


Freundliche Grüße



Thomas Struller

Diplom Geologe BDG, V18

akademischer Geoinformatiker
Sachverständiger nach BBodSchG §18
SG1 historische Recherche
SG2 Pfad Boden-Grundwasser
Privater Sachverständiger der Wasserwirtschaft
Sachverständiger FÜ GBT



T +49 911 12076 111

M +49 170 3320494

thomas.struller at lga-geo.de<mailto:thomas.struller at lga-geo.de>


[cid:em779dee28-0832-40f2-b9e3-8ac75818e014 at 4090589a.com]


LGA Institut für Umweltgeologie und Altlasten GmbH

Christian-Hessel-Straße 1 | 90427 Nürnberg

Geschäftsführung: Carlo Schillinger | Dr. Jürgen Kisskalt

Gesellschaftssitz: Nürnberg | Registergericht Nürnberg HRB 18895

info at lga-geo.de<mailto:info at lga-geo.de> | lga-geo.de<https://www.lga-geo.de/> | Datenschutz<https://www.lga-geo.de/datenschutz/>


------ Originalnachricht ------
Von "qgis-user-request at lists.osgeo.org" <qgis-user-request at lists.osgeo.org<mailto:qgis-user-request at lists.osgeo.org>>
An "qgis-user at lists.osgeo.org" <qgis-user at lists.osgeo.org<mailto:qgis-user at lists.osgeo.org>>
Datum 04.07.2025 08:18:50
Betreff QGIS-User Digest, Vol 233, Issue 2

Send QGIS-User mailing list submissions to
qgis-user at lists.osgeo.org<mailto:qgis-user at lists.osgeo.org>

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.osgeo.org/mailman/listinfo/qgis-user
or, via email, send a message with subject or body 'help' to
qgis-user-request at lists.osgeo.org<mailto:qgis-user-request at lists.osgeo.org>

You can reach the person managing the list at
qgis-user-owner at lists.osgeo.org<mailto:qgis-user-owner at lists.osgeo.org>

When replying, please edit your Subject line so it is more specific
than "Re: Contents of QGIS-User digest..."


Today's Topics:

1. Re: Self Intersections: Issues with Polygon Features
(Stijven, Jeroen)


----------------------------------------------------------------------

Message: 1
Date: Fri, 4 Jul 2025 06:18:43 +0000
From: "Stijven, Jeroen" <Jeroen.Stijven at besix.com<mailto:Jeroen.Stijven at besix.com>>
To: "Isenmann, Werner (RPF)" <Werner.Isenmann at rpf.bwl.de<mailto:Werner.Isenmann at rpf.bwl.de>>, Nigel
Berjak - General <nigel at s3.co.za<mailto:nigel at s3.co.za>>
Cc: "qgis-user at lists.osgeo.org<mailto:qgis-user at lists.osgeo.org>" <qgis-user at lists.osgeo.org<mailto:qgis-user at lists.osgeo.org>>
Subject: Re: [Qgis-user] Self Intersections: Issues with Polygon
Features
Message-ID:
<PA6PR08MB10648896DEA7A8D1D4A7B955D9E42A at PA6PR08MB10648.eurprd08.prod.outlook.com<mailto:PA6PR08MB10648896DEA7A8D1D4A7B955D9E42A at PA6PR08MB10648.eurprd08.prod.outlook.com>>
Content-Type: text/plain; charset="windows-1252"

Dear Werner,

Thanks a lot for the helpfull information, but can you send me a screenshot as example please?
Thanks a lot.


Met vriendelijke groeten,


Jeroen Stijven E: jeroen.stijven at besix.com<mailto:jeroen.stijven at besix.com>

Designer Besix Connect nv | Baaikensstraat 21/1, 9240 Zele

+32 493 02 46 91 W: www.besixconnect.be<http://www.besixconnect.be>

Volg ons op LinkedIn<https://www.linkedin.com/company/besix-connect/> of Facebook<https://www.facebook.com/profile.php?id=100054363827571>

[cid:5b7453f0-89e2-4ec8-9a58-7e0fbc4ff990]
________________________________
From: QGIS-User <qgis-user-bounces at lists.osgeo.org<mailto:qgis-user-bounces at lists.osgeo.org>> on behalf of Nigel Berjak - General via QGIS-User <qgis-user at lists.osgeo.org<mailto:qgis-user at lists.osgeo.org>>
Sent: Thursday, July 3, 2025 5:20 PM
To: Isenmann, Werner (RPF) <Werner.Isenmann at rpf.bwl.de<mailto:Werner.Isenmann at rpf.bwl.de>>
Cc: qgis-user at lists.osgeo.org<mailto:qgis-user at lists.osgeo.org> <qgis-user at lists.osgeo.org<mailto:qgis-user at lists.osgeo.org>>
Subject: Re: [Qgis-user] Self Intersections: Issues with Polygon Features

You don't often get email from qgis-user at lists.osgeo.org<mailto:qgis-user at lists.osgeo.org>. Learn why this is important<https://aka.ms/LearnAboutSenderIdentification>

Hi Werner

An old trick is to buffer using 0 units, which usually resolves self-intersections.

Cheers.

---
Regards,

Nigel Berjak
Please consider the environment before printing this email.


On 2025-07-03 16:11, Isenmann, Werner (RPF) via QGIS-User wrote:

Hi,



some colleagues have problems with shapefiles (really...) that contain polygons with self-intersections. The Vector Overlay - Clip tool, for example, cannot be executed because the algorithm does not run due to the self-intersection. Before executing the tool, the parameter ?Invalid feature filtering? can be set to ?Skip (Ignore) Features with Invalid Geometies?. The faulty polygons are then skipped, which is not desirable, however.



QGIS offers various options for repairing self-intersections, for example:

1) Vector - Check Geometries plugin: however, this sometimes has very long runtimes which might not be acceptable.

2) Vector Geometry - Check Validity

a - Method QGIS: takes a very long time, or does not run through

b - Method GEOS: works correctly and quickly. However, only the first error is ever found. This is not convenient for files with many errors.



Does anyone know a good solution for repairing (many) self-intersections with high performance in QGIS?



Many thanks in advance,

Werner



---



Werner Isenmann



Regierungspr?sidium Freiburg

Referat 91 ? Geowissenschaftliches Landesservicezentrum



Albertstra?e 5

D-79104 Freiburg i. Br.



Phone: (+49) 761 208-3008

E-Mail: Werner.Isenmann at rpf.bwl.de<mailto:Werner.Isenmann at rpf.bwl.de><mailto:Werner.Isenmann at rpf.bwl.de>



_______________________________________________
QGIS-User mailing list
QGIS-User at lists.osgeo.org<mailto:QGIS-User at lists.osgeo.org><mailto:QGIS-User at lists.osgeo.org>
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

________________________________

Any business communication sent by or on behalf of BESIX Group NV/SA or one of its affiliated firms or other entities (together "BESIX Group") is confidential and may be privileged or otherwise protected. If you receive it in error please inform the sender and then delete it immediately from your system. You should not copy it or disclose its contents to anyone. Please be aware that messages sent to and from BESIX Group may be monitored for reasons of security, to protect our business, and to ensure compliance with legal and regulatory obligations and our internal policies. Emails are not a secure method of communication, can be intercepted and cannot be guaranteed to be error free. Anyone who communicates with us by email is taken to understand and accept the above.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20250704/55dea97d/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Outlook-hhbjdndb.png
Type: image/png
Size: 121460 bytes
Desc: Outlook-hhbjdndb.png
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20250704/55dea97d/attachment.png>

------------------------------

Subject: Digest Footer

_______________________________________________
QGIS-User mailing list
QGIS-User at lists.osgeo.org<mailto:QGIS-User at lists.osgeo.org>
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


------------------------------

End of QGIS-User Digest, Vol 233, Issue 2
*****************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20250704/095dfedf/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 4oh4lyzb.png
Type: image/png
Size: 21221 bytes
Desc: 4oh4lyzb.png
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20250704/095dfedf/attachment-0001.png>


More information about the QGIS-User mailing list