Skip to main content
Question

Transpose Records based on intersection

  • May 10, 2018
  • 1 reply
  • 5 views

Forum|alt.badge.img

I have points where each point has 5 points which all share the same geometry and share the one field name but with different values in that field between the records.

How do I transpose those different field values down into a single geometry where they intersect, while keeping the field values?

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

jdh
Contributor
Forum|alt.badge.img+37
  • Contributor
  • 2002 replies
  • May 10, 2018

Have you considered a NeighbourhoodAggregator with Generate List?

 

You can then turn the aggregate into a single point using the GeometryPartExtractor with the expression number(/geometry/geometry[1]/@fme_id) (Returns the 1st point in the aggregate)