I have a shapefile containing a bunch of routes and another containing parcels. In modelbuilder, I am using a Select Feature Iterator to go through each route and select by location parcels within a quarter mile. This data is dissolved to sum and choose the data of interest.
I was wondering what would be the best approach to combine the new dissolved data from the parcel shapefile to the original route shapefile?
In previous attempts I created a string associated with the route number and created a seperate shapefile for each iteration, I then combined this, exported the table, and combined it to the route, but I would like to find a better automatic way to do this, any ideas?