Skip to main content
Solved

donut/sliver elimination

  • June 27, 2017
  • 2 replies
  • 154 views

Forum|alt.badge.img

I regularly received shapefiles from helicopter flights over wildfires where the crew was mapping the perimeter of the fire. Many times these polygon shapefiles have donut holes/slivers and I have a need to remove them as part of my workflow. I'd like to build a workspace that would detect and eliminate these types of holes but cannot seem to find the right transformer. I've tried all of the donut hole tools with no success. I wonder if anyone might have some thoughts on how best to tackle this problem?

Here's a typical example of the types of holes I see. Immagine the helicopter flying back on the path it just came in on...

Best answer by ebygomm

Have you tried the SliverRemover or the geometry validator with repair set to yes, for self intersections in 2D

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

ebygomm
Influencer
Forum|alt.badge.img+46
  • Influencer
  • Best Answer
  • June 27, 2017

Have you tried the SliverRemover or the geometry validator with repair set to yes, for self intersections in 2D


Forum|alt.badge.img
  • Author
  • June 27, 2017

Have you tried the SliverRemover or the geometry validator with repair set to yes, for self intersections in 2D

That did it (the geometry validator) Thank you @egomm!