I have some basic notions of python. I would like to know if this algorithm is feasible in ArcMap:
-loop through all entries in a dBase table
-for each entry, open the related table (Shapefile Attribute table)
-check that the related table contains identical x and y coordinates for each point.
-if one of the related entries has a distinct x and y coordinate from the other related entries, flag the entry in the ORIGINAL dBase table (by populating a "Flag" Field, for example)
أكثر...
-loop through all entries in a dBase table
-for each entry, open the related table (Shapefile Attribute table)
-check that the related table contains identical x and y coordinates for each point.
-if one of the related entries has a distinct x and y coordinate from the other related entries, flag the entry in the ORIGINAL dBase table (by populating a "Flag" Field, for example)
أكثر...