Solved

Spatial Join to add polygon data to points

  • 30 March 2022
  • 2 replies
  • 2 views

I have a shapefile that contains about 10'000 points and need to merge some data from a polygon shapefile that describes administrative areas. I need to add the relevant admin area data to each point.

 

Is there a way to do this in FME?

icon

Best answer by nielsgerrits 30 March 2022, 13:03

View original

2 replies

Userlevel 6
Badge +32

Multiple ways to do this:

  • SpatialRelator
  • SpatialFilter
  • PointOnAreaOverlayer
  • Clipper

You need to check the Merge Attributes checkbox.

Badge +2

@tigercole​ A bit more on the transformers suggested by @nielsgerrits​ can be found in this webinar or this series of articles

Reply