I've a few hundred polygon features with many duplicate nodes, gaps, overlaps and other geometry errors. Fixing all errors seems to be quite tricky. I had to run the duplicate nodes check twice to fix all duplicate nodes. After fixing minimum angles between segments (< 1,000000 deg) new duplicate nodes appear. The gap check isn't working because of a topology exception
Input geom 0 is invalid: Self-intersection at or near point ...
but the self intersection check doesn't report any results. Fixing sliver polygons fails for most objects:
Failed to merge with neighbour
What's the best way to use the 'Check Geometries' plugin?
It seems that tiny polygons may be highly problematic in some ways (e.g. polygons with three nodes containing duplicated nodes).
Should I start with a minimal polygon area check?
No comments:
Post a Comment