Question

Transpose Records based on intersection

  • 10 May 2018
  • 1 reply
  • 0 views

Badge

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?


1 reply

Badge +22

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)

Reply