Find out of range site addresses

Use ArcGIS Data Reviewer to create quality control checks to find site addresses that fall outside address ranges on your road centerline data. This check helps to ensure site address and road centerline data are integrated in to a comprehensive address inventory for your community.

To create a check to validate your site addresses, complete the following steps:

  1. In the AddressDataManagement.mxd, open the Addresses - Site Address Points attribute table.
  2. Add a new long integer field and name the field ADDRNUMBER.
  3. Calculate the ADDRNUMBER field using the following calculation:
    • ADDRNUMBER = [ADDRNUM]
  4. Click Yes to close the Field Calculator dialog box. This warning appears because not all of the ADDRNUM field is calculated since some of them have letters.
  5. Click OK to close the Field Calculator dialog box.
  6. Stop your edit session and save your edits.
  7. Start a Reviewer session using MapsandGeodatabase\DataReviewer.gdb as your reviewer workspace and name your session Address Number Validation. Set the spatial reference to NAD_1983_HARN_StatePlane_Illinois_East_FIPS_1201_Feet (US Feet).
  8. Create a geometry on geometry check using the following configurations:
    • Feature Class/Subtype in the Feature Class 1 area: SiteAddressPoint - LocalGovernment.gdb.
    • Feature Class/Subtype in the Feature Class 2 area: RoadCenterline - LocalGovernment.gdb.
    • Type: Intersects.
    • Check the Not - find features not in this relationship check box.
    • Type 135 in the Tolerance text box and choose Feet from the Tolerance drop-down list.
    • Click the Compare Attribute > Select Attributes and create the following error conditions:
      • FULLNAME = FULLNAME
      • ADDRNUMBER <= TOLEFT
      • ADDRNUMBER >= FROMRIGHT
  9. Click the Bookmarks menu and choose the Sample Area bookmark.
  10. Hide the Table of Contents.
  11. Run the data check on the Current Extent, which runs the check on the current map extent.
  12. Choose the Write to Reviewer Table option and click OK. The Write to Reviewer table automatically writes all records to the Reviewer table.
  13. Open the Reviewer table and double-click on the error with ID 11411 to zoom into the error record.
  14. Compare the site address point ADDRNUMBER value with the road centerline TOLEFT and FROMRIGHT values.

You'll find some errors that are not true errors, especially site address points close to intersections, because when the check runs, it draws a buffer around the point and finds road segments with the same FULLNAME. In some cases, the site address point close to an intersection compares its values against the wrong road segment.

Top