ArcGIS for Desktop

  • Documentation
  • Pricing
  • Support

  • My Profile
  • Help
  • Sign Out
ArcGIS for Desktop

ArcGIS Online

The mapping platform for your organization

ArcGIS for Desktop

A complete professional GIS

ArcGIS for Server

GIS in your enterprise

ArcGIS for Developers

Tools to build location-aware apps

ArcGIS Solutions

Free template maps and apps for your industry

ArcGIS Marketplace

Get apps and data for your organization

  • Documentation
  • Pricing
  • Support
Esri
  • Sign In
user
  • My Profile
  • Sign Out

Help

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • More...

Rematch Addresses

  • Summary
  • Usage
  • Syntax
  • Code Sample
  • Environments
  • Licensing Information

Summary

Rematches addresses in a geocoded feature class.

Usage

  • The input feature class has to be a feature class that was created by the Geocode Addresses tool or a process in which a table of addresses was geocoded.

  • An ArcGIS Online for organizations subscription is required if you rematch addresses in the geocoded feature class using the ArcGIS Online Geocoding Service. See Working with ArcGIS Online geocoding service for more information.

Syntax

RematchAddresses_geocoding (in_geocoded_feature_class, in_where_clause)
ParameterExplanationData Type
in_geocoded_feature_class

The geocoded feature class you want to rematch.

Feature Class
in_where_clause

An SQL expression used to select a subset of features. For more information on SQL syntax see the help topic SQL reference for query expressions used in ArcGIS.

SQL Expression

Code Sample

RematchAddresses Example (Python Window)

The following Python window script demonstrates how to use the RematchAddress function in immediate mode.

# Rematch unmatched addresses in a geocoded feature class.
# Import system modules
import arcpy
from arcpy import env
env.workspace = "C:/ArcTutor/Geocoding/atlanta.gdb" 

# Set local variables:
#
where_clause = "Status = 'U' "
geocoded_feature_class = "geocode_result"

arcpy.RematchAddresses_geocoding(geocoded_feature_class, where_clause)

Environments

  • Current Workspace
  • Output CONFIG Keyword
  • Scratch Workspace

Licensing Information

  • ArcGIS for Desktop Basic: Yes
  • ArcGIS for Desktop Standard: Yes
  • ArcGIS for Desktop Advanced: Yes

Related Topics

  • Geocode Addresses
  • Rematching a geocoded feature class
  • An overview of the Geocoding toolbox
Feedback on this topic?

ArcGIS for Desktop

  • Home
  • Documentation
  • Pricing
  • Support

ArcGIS Platform

  • ArcGIS Online
  • ArcGIS for Desktop
  • ArcGIS for Server
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

About Esri

  • About Us
  • Careers
  • Insiders Blog
  • User Conference
  • Developer Summit
Esri
© Copyright 2016 Environmental Systems Research Institute, Inc. | Privacy | Legal