Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Have a look at gis.stackexchange.com/questions/185673/arcgis-near-by-group/… Commented Apr 10, 2016 at 22:42
  • This is wonderful! Thank you - this tool seems to work really well (so long has the relevant field of attributes has the same name in both feature classes). Commented Apr 11, 2016 at 13:42
  • Also, just to let folks know: It looks like for some reason you can only perform this tool once on a given feature class. I've tried to do it by changing field names so the NearOID does not become a non-unique descriptor, but I have been unable to do this model twice on the same feature class (with different corresponding "near" features). The work around I did was to copy the feature class (before performing the "near by attribute" function), then perform it separately on each copy, joining it back together after the fact. Commented Apr 12, 2016 at 15:52