Skip to main content
Question

Dissolve neighbouring polygons with longes boundary - like QGIS "Eliminate selected polygons"

  • October 21, 2020
  • 3 replies
  • 129 views

Dear all,

 

i need help to find solution to filter polygons with area below 1000 and dissolve it with neighbour with longest common boundary. In qgis is tool Eliminate selected polygons. I tried neighbour finder, spatial filter, but i can't find good solution.

2020-10-21_12h25_09 

Thanks in advance

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

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • October 21, 2020

It's not very straightforward, but should be possible. Presumably for cases like this

Capturethe polygon should be dissolved into the neighbouring polygon with the longest boundary that is also over the area value?


  • Author
  • 13 replies
  • October 21, 2020

yes, i'm thinkg about loop solution? Probably correct result can be only iterable


ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • October 21, 2020

This gets you part of the way there, but i agree you probably need some sort of iterative solution to handle areas like these where a polygon doesn't share a boundary with a polygon over the area limit.

Capture