Title: Geocoding - Advanced Techniques
1(No Transcript)
2Geocoding - Advanced Techniques
- Agatha Wong
- Brad Niemand
- Sergey Ivanenko
3Outline
- Overview of geocoding engine and matching process
- Managing performance
- Fine tuning locators a few examples
- Sharing locators
4What This Workshop Does Not Cover
- Basic geocoding process
- Covered in the Geocoding An Introduction
Technical Workshop - Programming with ArcObjects, Web APIs
- Address data model and tools
Please meet with the geocoding team at the
Spatial Analysis Island to discuss about these
topics or issues you may have.
5Overview of Geocoding Engine and Matching Process
- Handling of ambiguous addresses
- Example 10 North Point Road
- No penalty for missing zone information
- Can parse any input field, not just Street Name
- Returns matching address as it is written in the
reference data - Single line input
- Supports Unicode for international geocoding
- Highly configurable
- Single XML file
6Demo
- Finding a few interesting addresses
7Geocoding Engine Grammar
- All supported forms of addresses are explicitly
defined in a grammar.
8Geocoding Engine Grammar (continued)
- Grammar example
- Address House StreetName City // 380
New York St Redlands StreetName
StreetName City // Main St 2nd Ave
Springfield SpatialOperator Address
// 100 ft SW from 5 Main St - StreetName PreDir PreType Name SufType SufDir
- House number // 123
number - number // 17-100 number
letter // 100A - PreDir N E W S NW SW
NE SE - PreType Ave Hwy
- SufType Ave St Rd
-
Handles ambiguous addresses No standardization
9Geocoding Engine Aliases
- Common abbreviated forms (aliases)
- Mt, Mtn, Mount, Mountain mean the same in
the context of a City name - Same for View vs. Vw
- There are many ways to spell Mountain View
- Mountain View
- Mt View
- Mtn View
- Mount View
- Mountain Vw
- Mt Vw
- Mtn Vw
- Mount. Vw
10Locator Styles
11Displaying Locator Contents on Internet Browser
12Locator Styles (with XML Editor)
13Customizing ArcGIS 10x Locators
- An Esri Geocoding Technical Paper
- http//resources.arcgis.com/en/communities/geocodi
ng/
14Managing Performance
- Multi-threading
- Presort data
- Search timeout
- Search candidates
- Search extent
15Locator Properties
16Demo
17Fine Tuning Locators A Few Examples
- Return candidates based on rank
- Use parity values from reference data
- Use multiple tables and feature classes for
creating a locator
18Demo
19Ranking
- Incomplete or ambiguous information may result in
multiple perfect matches (ties) - Candidate order is undetermined
20Ranking (continued)
- Affects candidate preference (candidate sorting)
when the scores are equal - Styles that use ranking
- US Address - City State
- General - City State Country
- General - Gazetteer
21Ranking (continued)
- Use RANK field to enforce candidate priority
22Ranking (continued)
- With RANK applied, preferred candidate returned
as a match result
23Ranking (continued)
- Out of the box ranking order is ascending (from
smallest to the largest number) - Can be changed in the .loc.xml (or lot.xml)
configuration file
24Demo
25House Range Parity
- Applies to street centerline locators
- Affects house number match score
99
Main St
98
1
2
26House Range Parity (continued)
- Default handling of range parity
- If both From and To houses are even, the range is
assumed to have even house numbers - (same rule for odd numbers)
- If From and To are mixed with odd and even
numbers, the range is assumed to be of mixed
parity - Both even and odd house numbers are assumed to be
present along the segment
27House Range Parity (continued)
Main St
100
198
implied EVEN parity
150 Main St matches range
151 Main St wrong parity score
deduction
Main St
101
198
implied MIXED parity (implied parity BOTH)
150 Main St matches range
151 Main St matches range
28House Range Parity (continued)
- Downloadable style
- Search for locator parity at www.arcgis.com
- Optional support for parity fields
- Parity codes
- D default (implied parity)
- also blank value
- E even
- O odd
- B both (mixed parity)
29House Range Parity (continued)
After
Before
30Demo
- Using multiple tables for building locators
31Fine Tuning Locators Multiple Tables
- US Bureau of Census TIGER/line files and
relationship tables
32Fine Tuning Locators Multiple Tables
- US Bureau of Census TIGER/line files
33Fine Tuning Locators Multiple Tables (continued)
- Custom locator style to support multiple tables
34Fine Tuning Locators Multiple Tables (continued)
- Locator style can be found in Esri Resource
Center - http//resources.arcgis.com/en/communities/geocodi
ng
35Sharing Locators
- Locator Package
- ArcGIS.com
- Geocode services
36Packing Locators as a File (.gcpk)
37Packaging Locators and Sharing via ArcGIS.com
38Demo
39Geocoding with a geocode service
- ArcGIS Online (arcgis.com)
40Sharing as a Geocode Service
- Geocode services published with ArcGIS Server
41Sharing Geocode Services in Cloud
42Summary - ArcGIS 10.1 geocoding
- Easier to configure settings for locators
- New Locator Properties dialog box
- More options to manage performance
- Multi-threading
- Use map extent
- Set search time-out and maximum number of
candidates - Improve matching quality
- Rank
- Parity
- Sharing locators and services
- Locator packages
- ArcGIS.com
- Geocode services
43Resources and References
- Esri Resource Centers
- http//resources.arcgis.com/en/communities/geocodi
ng
44Additional Geocoding Sessions
- Geocoding An Introduction
- Wednesday 130 PM, (Room 14A) Offering II
- ESRI Showcase Software Island Demo Theater
- From a table of addresses to locations on the map
(Tuesday 200 PM) - Visit the Spatial Analysis Island in the Exhibit
Hall
45- Thank you for attending
- Have fun at UC2012
- Open for Questions
- Please fill out the evaluation
- www.esri.com/ucsessionsurveys
- First Offering ID 634
- Second Offering ID 804
46Steps to evaluate UC sessions
- My UC Homepage gt Evaluate Sessions
- Choose session from planner
- OR
- Search for session
- www.esri.com/ucsurveysessions
47(No Transcript)