Skip to main content
Solved

Duplicate feature based on attribute?

  • May 5, 2021
  • 3 replies
  • 52 views

aron
Enthusiast
Forum|alt.badge.img+16
  • Enthusiast
  • 136 replies

I would like to duplicate features based on attribute. See following example.

The result I would like to acchive would be a set of new features containing only A, only B and only C. E.g. this would require the geometry1 to be duplicated into one A and one B. To make things more complicated the attributes are dynamic, so matching sets need to be found before duplicating.

 

Any ideas on how to achieve this?

 

table2

Best answer by nielsgerrits

AttributeExploder with Keep Geometry = Yes, then test if _attr_value has a value?

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

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2938 replies
  • Best Answer
  • May 5, 2021

AttributeExploder with Keep Geometry = Yes, then test if _attr_value has a value?


ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • May 5, 2021

I'm not 100% sure of the outcome you want here, but I think starting with the AttributeExploder would be the way to go


aron
Enthusiast
Forum|alt.badge.img+16
  • Author
  • Enthusiast
  • 136 replies
  • May 5, 2021

Thanks both of you! That was enough to get me on to the next step.