Hi there
So I have a "House" feature class with points for each house and multiple "Roading" feature classes with points every 5m along roads in each District. Ideally I wanted to just have one "Roading" feature class, but it was too big and I had to split it up.
What I want to do is to spatial join "Roading" points to "House" points when they come within 500m of the house.
So it would look at "District 1 Roads" and join those to the "Houses" then if would look at "District 2 Roads" and join those to the houses and so on and you end up with one big database of all the houses joined to all the roads in each district..
I set up a simple iterator to do this (see attached), but it doesn't seem to work and only does the spatial join for the first "Road District" in the list and doesn't do the others.
Any thoughts?