Skip to main content
Question

Aggregate geometry of non-touching polygons and keep attributes of each

  • January 31, 2018
  • 2 replies
  • 75 views

Forum|alt.badge.img

Hello everyone !

I have this problem since a couple of days... I want to aggregate the geometry of several non-touching polygons based on a common attribute (the id of the administrative area they are part of) but I also need to keep the other attributes of each polygon. I thought the Aggregator was the designed tool for that but I can't find out how to keep attributes of each part of the resulting "multipolygon". I always loose information of the individual polygons...

Thanks for your help !

 

ps: please forgive my english as it's not my mother tongue.
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

david_r
Celebrity
  • 8394 replies
  • January 31, 2018

The Aggregator sounds about right.

In the Aggregator you can specify a list name to contain all the attributes of all the objects in the aggregate.


Forum|alt.badge.img

Oh thank you very much, I will play with that !