Question

How to copy attributes from one layer to another after spatial joining?

  • 17 April 2023
  • 1 reply
  • 31 views

Hello

 

I'm doing a spatial join between a polygon layer and a point layer. For polygons that are "passed" I want to retrieve the attributes of the corresponding points.

 

Wich transformer should I use ?

Thanks


1 reply

Userlevel 3
Badge +26

You could use the PointOnAreaOverlayer. Under Attribute Accumulation, you can choose to merge attributes or create lists on the output features.

Reply