Skip to main content

I have a list of permits joined to address points. About 100k points after that join. I want to join those 100k to the parcels which have about 40k so there would be some parcels that are 'stacked' and have 5 rows. I'm trying SpatialFilter, SpatialRelator and PointOnAreaOverlayer and not having any luck. I'm using 2021.0 desktop.

What you need to do is use the list option (on the areas) when merging attributes when using the PointOnAreaOverlayer. You can then use a ListExploder which will create one feature for each element in the list.

 

Example


Reply