Skip to main content
Solved

How do you merge features based on an attribute value in one feature that matches a different attribute in another?

  • May 3, 2021
  • 1 reply
  • 26 views

larue
Contributor
Forum|alt.badge.img+12

I'm using the FuzzyParallelLineFinder and want to aggregate the line pair geometries that were identified. Then, turn into a CAD block with unique ID, and/or WKT format in a spreadsheet.

 The way it identifies parallel lines is : _line_id of one feature = _match_id of another and vice versa.

 

I attached a Dynamo script picture that does what I am looking for.

 

 

Thanks,

@larue​ 

 

Best answer by larue

I used duplicate outputs with one going through attributerenamer before connecting to Aggregator, then filtering out duplicates by geometry. By changing one of the id attributes to the other, it could be grouped.

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.

1 reply

larue
Contributor
Forum|alt.badge.img+12
  • Author
  • Contributor
  • Best Answer
  • December 22, 2021

I used duplicate outputs with one going through attributerenamer before connecting to Aggregator, then filtering out duplicates by geometry. By changing one of the id attributes to the other, it could be grouped.