Hello,
I have arcgis pro 2.7.2, arcmap 10.7.1 , sde, sql server, python, etc. How can I find a right tool or script to compare shape / geometry that have been changed from two feature classes? It is import from the county FC into the city FC. I have seen some tools such as detect feature changes, compare feature, compare area, etc. it is not clear..
For example, it has two fields (folio) (address) but some of them have multiples same folio and addresses. it is difficult to alert what changed. I am thinking possible related shape. is there a way to compare shape/geometry if it changed? Please advise. Thank you
Alex
Solved! Go to Solution.
That is fine. You should keep the option "Continue Comparison" checked. Else, the tool will stop comparing after the first mismatch is found.
When Has_Error is True, there is a mismatch in that identifier.
When Has_Error is False, there is no mismatch in that identifier.
You could use Feature Compare, with appropriate Compare_Type selected (e.g. GEOMETRY_ONLY)
*When comparing Geometry only, the spatial references must match. If the spatial references are different, a miscompare will be reported. If the coordinate system is different for either input, the features will miscompare. This tool does not do projection on the fly.
Looks fine. Just define an output compare file (CSV), and Run.
This tool doesn't make any changes to the input features. So don't worry and run it, as many times (making necessary changes to the parameters) as you want. You can open the Output compare file in ArcGIS Pro as well, to check the comparison result.
That is fine. You should keep the option "Continue Comparison" checked. Else, the tool will stop comparing after the first mismatch is found.
When Has_Error is True, there is a mismatch in that identifier.
When Has_Error is False, there is no mismatch in that identifier.