Skip to main content
Question

How to indicated missing vertexes when two polygon geometries are either intersecting or they share common border?

  • June 30, 2022
  • 3 replies
  • 20 views

During manual QC of the data I see that there are some geometries that share common border, but the vertex in that place is missing.

I looked at the vertex creator and snapper as a fix, but I don't think this exactly what I'm looking for.

3 replies

muzhnasto
Contributor
Forum|alt.badge.img+12
  • Contributor
  • 105 replies
  • July 1, 2022

Hi, maybe this variant will suit you

image.png


ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3422 replies
  • July 1, 2022

I think the AreaGapAndOverlapCleaner will insert the additional vertex along a shared boundary for you.


  • Author
  • 2 replies
  • July 14, 2022

Hi, maybe this variant will suit you

image.png

Thank you @muzhnasto​ ,

 

Can you tell me what's happening within TestFilter3? Was this something specific you did for your own purpose?