Skip to main content
Solved

How to remove gaps between polygons

  • March 11, 2017
  • 3 replies
  • 311 views

gisgeek
Contributor
Forum|alt.badge.img+9

Hi I am chasing my tail and this is taking far too long to resolve. I have tried what seems like everything and I can't figure out how to remove gaps between polygons. I have tried snapper and it does nothing. I'm at a loss what to do.. Hoping someone has a simple resolution as this shouldn't be hard but I can't seem to find a solution.

Best answer by takashi

Hi @gisgeek, the best solution could be different depending on the actual data condition. If I were you, I would try the SliverRemover and/or the Snapper (segment snapping mode) first.

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.

3 replies

takashi
Celebrity
  • Best Answer
  • March 11, 2017

Hi @gisgeek, the best solution could be different depending on the actual data condition. If I were you, I would try the SliverRemover and/or the Snapper (segment snapping mode) first.


gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • March 14, 2017

gaps between polygons are donuts of the dissolved polygon.

If they are "open" after dissolve, you can use hull accumulator with a sufficient fine setting. (here i found setting up a tiling strategy to use parallel processing, yields large calculation benefits. If you have to process large amounts of objects.)

if original polygons gave donuts, first id those by extracting them to prevent them being absorbed in the process.

You need some logic though to assign the result to existing polygons (maybe area relation or length of touching side or some other logic)


erik_jan
Contributor
Forum|alt.badge.img+23
  • Contributor
  • March 14, 2017

If a priority can be determined, the AnchoredSnapper can be used instead of the Snapper (both in Segment snapping mode).