Skip to main content
Solved

How to dissolve polygons based on an attribute where a dissolved record will include non touching polygons with the same attribute? Using Multi Polygon geometry

  • March 30, 2023
  • 2 replies
  • 197 views

jasonc
Contributor
Forum|alt.badge.img+3
How to dissolve polygons based on an attribute where a dissolved record will include non touching polygons with the same attribute? Using Multi Polygon geometry

Best answer by tomfriedl

You can use the Aggregator. Before maybe the Disolver, if the polygon also overlaps.

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

tomfriedl
Contributor
Forum|alt.badge.img+13
  • Contributor
  • 177 replies
  • Best Answer
  • March 31, 2023

You can use the Aggregator. Before maybe the Disolver, if the polygon also overlaps.


jasonc
Contributor
Forum|alt.badge.img+3
  • Author
  • Contributor
  • 1 reply
  • March 31, 2023

You can use the Aggregator. Before maybe the Disolver, if the polygon also overlaps.

I ran it after the dissolver, when I ran it before the dissolver it Deaggregate the polygons again. Thanks for the tip.