I am trying to auto generate tract numbers based upon where they fall in a grid system (actually abstracts in Texas). My problem is that where a tract joins a grid boundary (very common in this dataset), I get the first value it finds, even though it may be completely contained within the the second grid. I have used the Intersection Features tool with the centroid option in the past, but I manually had to update the ID.
Is there any way to use the GENERATE_ID_BY_INTERSECT method with centroids? Is it possible to edit the code to change this to centroid (all the time would be fine for me) like the INTERSECTING_FEATURE method?
Or is there a way to do this as a two step process, INTERSECTING_FEATURE to pull the gridID first, and then GENERATE_ID (or some other method) to pull an ID from the GenerateID table from the row for that GridID
I am running ArcGIS Standard 10.2.2 with the AA 10.2.0.4
George