I am trying to make a model using Iterate Row Selection. I have a buffer shapefile and a line shapefile. Ideally I would like for the model to loop through the buffer shapefile and select each row one by one.
When one of the buffer polygons is selection, I need to run a select by location using the current buffer selection to assign the FID of the buffer to a field called "FAF_FID" for the line shapefile
For example, if there are 3 line features with their centroid in Buffer FID 2, the three line features would be given a FAF_FID of 2.
I am looking for advice on how to accomplish this.
أكثر...
When one of the buffer polygons is selection, I need to run a select by location using the current buffer selection to assign the FID of the buffer to a field called "FAF_FID" for the line shapefile
For example, if there are 3 line features with their centroid in Buffer FID 2, the three line features would be given a FAF_FID of 2.
I am looking for advice on how to accomplish this.
أكثر...