Select to view content in your preferred language

Audit of Point Data

191
1
03-19-2026 02:01 PM
Labels (3)
EdwinTerrell100
Emerging Contributor

Hi - I have shapefile of addresses (800,00) with values of precinct and city council district.  I'd like to overlay a precinct and city council district shapefile on top and audit to make sure they have the correct values.  Any idea how I can do this?  All the videos I've found thus far are auditing for a point count within a polygon.

 

Thanks!

0 Kudos
1 Reply
BobBooth1
Esri Regular Contributor

I'd suggest using an overlay tool, such as Union to put the polygon attributes on the points:

https://pro.arcgis.com/en/pro-app/3.4/tool-reference/analysis/union.htm

Then, in the output layer, you can do a select by attribute to find cases where the precinct attribute from the point feature class does not match the precinct attribute from the precinct feature class.

0 Kudos