Skip to Main Content

Finding and Using GIS Data

The AGS Library's Guide to Finding GIS data and working with it for your specific project needs

Header

(Add header image here. Minimum width: 870 pixels, height between 250 and 300 pixels. "ALT" text is the name of the data resource.)

Introduction

Address Geocoding

a guide for UW-Milwaukee GIS learners and users

In this guide, you will learn about different options for geocoding addresses, also known as address locating. Although there are other types of geocoding using geographies like census tracks or even zip codes, this page will focus on address geocoding. Address geocoding is the process of turning text addresses into geographic information for use in GIS software or mapping applications.

Warning: Some of the methods discussed in this guide are available only to UWM affiliates with an epanther ID.

Warning: Some of the methods discussed in this guide consumes credits on your ArcGIS Online account.

What is Address Geocoding?

Geocoding translates a text description of a location into spatial data. An example is mapping a list of customers by their zip code. The zip code allows us to assign each customer to a geographic area and view our customers on a map.

If you're trying to find your way to a place you have never visited before, you might enter the address into Google Maps. Google Maps will quickly use address geocoding to translate your query into a point on the map. Behind the scenes, the software is comparing the address you supplied to a list of addresses generated by querying their vast database of street and address data.

An address locator is a software object that actually does the translating from text to spatial data. In order to do its job, it needs reference data. Most often, this will be in the form of street network data with address features. A very common type of address locating in the United States is called dual range where each side of the street has a range of addresses such as 2400-2498 (even) on the left side and 2401-2499 (odd) on the right side. The address locator will take a given address and compare it to these ranges and estimate where on the block the address is likely to fall and which side of the street it is on.

Some reference data may be even more detailed and give a specific location for any valid address in the given area. This could take the form of an address points dataset or a parcel dataset. Many address locators use multiple datasets to decrease mismatches and errors.

You can read much more about address locating and other types of geocoding on their respective platforms:

Choosing an address locator

UWM GIS users have three primary options for Address Geocoding:

  • Use the ESRI World Geocoding Service
  • Use an existing Address Geolocator in desktop GIS
  • Create your own Address Locator in desktop GIS

Sample Data

Sample Data: Milwaukee County Dog Licenses (2011)

The excel file below is a sample file containing information about dog licenses in Milwaukee County from 2011. The examples below will make reference to the file, but a step by step tutorial is not provided here. Most GIS textbooks include a lab about address geocoding--students are encouraged to use that for guidance. There are about 20,000 records in the table representing 20,000 dog licenses.

ESRI World Geocoding Service

Using the ESRI World Geocoding Service

Summary: For small jobs (< 500 addresses), consumes credits

Geocoding can be performed in ArcGIS Online, ArcGIS Desktop, or ArcGIS Pro by selecting the ESRI World Geocoding Service as an address locator. For small jobs, this is a convienient and effective way to geocode addresses. For large batch jobs or workflows that require frequent geocoding operations, this method will quickly consume a user's credits on their UWM ArcGIS account. This option is often the default and many users mistakenly consume all of their available ArcGIS Online credits by attempting to use this method.

Credits are consumed at a rate of 40 credits per 1000 addresses. Geocoding the entire sample data of dog licenses (N > 20,000) will consume more than 800 credits. UWM users are usually assigned 100 credits, this means that only a portion of your data will be processed. As you will see below, there are other ways to complete these tasks without needing to request more credits.

To use the ESRI World Geocoder in ArcGIS Desktop (ArcMap) or ArcGIS Pro, import the tabular data to be geocoded and when asked to select an input locator choose ESRI World Geocoder. You can also use the ESRI World Geocoder in web maps and web applications in ArcGIS Online and ESRI Web AppBuilder by using the search widget.

Address Geocoding in Web Applications

Say you're making a web application and you want the user to provide an address and then see that location appear on the map with relevant data. You application needs to geocode that data, and that usually requires a geocoding service.

There are many geocoding services available, and if you're building web applications in ESRI Web AppBuilder at UWM, you can use the search widget without the worry of consuming all of your credits. But if you plan to use address locating in a custom application or you don't have an ArcGIS License, you need to find (or host) a service or API. A few are listed below for reference.

Warning: Carefully read documentation when including geocode functionality in a web mapping application. Check if your use of the ESRI World Geocoding Service consumes credits on your ArcGIS Online account. Many APIs and services have pricing models that allow for free usage up to a limit and then require a paid subscription.

Use Existing Address Locator

Use an Existing Address Locator

Summary: For large jobs, great for beginners but more difficult to customize

About: Good news! People create and share address locators that you can download and use in desktop GIS to batch geocode addresses.

Milwaukee County Address Locator Package

Do you want to geocode addresses from Milwaukee County? The AGSL maintains an address locator package that you can download and use in ArcMap or ArcGIS Pro. Before using this locator, you must format your data so that the street address is in one field. Match accuracy will be increased if your data also has zip code information in a separate field, but it is not required.

Wisconsin Statewide Address Locator

In addition to the Milwaukee County Address Locator. The AGSL maintains a Wisconsin address locator package that you can download and use in ArcMap or ArcGIS Pro. Prior to using this data, you must format your data so that the street address is in one field. 

How to Download and Use These Packages

1. Click the either link above

2. Click 'Download'

3. Find the Locator in your Download folder.

4. Copy and Paste the Locator into your 'Connected Folder' in ArcGIS Pro.

5. Right click the .gcpk and click 'Add to Project'.

6. You will now see the Locator in the 'Locators' folder in the catalog pane.

7. Make sure to select the correct locator for your uses. The following two will be the composite locators:

  • MilwaukeeCounty_CompositeLocator
  • Wisconsin_Locator

Custom Address Locator

Create a Custom Address Locator

Summary: For large jobs, great for advanced jobs with complex data

About: Here's how to clean your data, find reference data, and create an address locator.

Cleaning up your Data

Check if the data you want to geocode contains a full address column (e.g.1234 N 56th St.). If it does not, you can create this column by combining street number, street direction, street name, and street type (The CONCAT function in Excel will help with this). You will need this for geocoding with your address locator.

Find Reference Data

Prior to working in ArcGIS Pro, find a road file to work with. You can find quality road files of Wisconsin and its counties on census.gov (TIGER/Lines Shapefiles) in the FTP Archive or you can use geodata.wisc.edu. For other areas outside of Wisconsin you may contact the AGS Library for further assistance.

ArcGIS Pro

Create Address Locator

Now that we have the prerequisites to make an Address Locator we will now create one.

1. Navigate to the 'Analysis' tab, 'Tools', 'Geoprocessing' pane. 

2. Search 'Create Address Locator'

3. Click 'Create Address Locator'

  • Address Locator Style - 'US Addresses - Dual Range'
  • Reference Data - Road file is going to be the 'Primary Table'
  • Field Map
    • Some of the fields maybe already filled in based on the quality of the road file. 
    • The key fields are: 'From Left', 'To Left', 'From Right', 'To Right', and 'Street Name'
    • The supplementary fields that can help increase accuracy are: 'Full Street Name', 'Prefix Direction', 'Prefix Type', 'Suffix Type', 'Suffix Direction', 'Left ZIP Code', 'Right ZIP Code'.
    • Name the Output Address Locator
    • Run

Geocode with your new Address Locator

1. Right click your table (.csv file) that you are going to geocode.

2. Click 'Geocode Table'.

3. Click 'Go to Tool'

  • Input Table - Your data
  • Input Locator - Locator that you created
  • Input Address Fields - Multiple Field
    • Street or Intersection - Full Address column from table
    • ZIP Code - ZIP Code column from table
  • Output
  • Run

Request Data from the AGSL

Still Stuck?

If you are having trouble finding the data you are looking for, the AGS Library may be able to help.

  • Use the buttons below to view our Geospatial Data homepage, request data from our collection, or e-mail us with questions.
  • You can make an appointment for an in-person or virtual consultation, just e-mail gisdata@uwm.edu
  • We are located in the Golda Meir Library at UWM on the 3rd floor of the East Wing. Phone: (414) 229-6282.
Geospatial Data Homepage Data Request Form E-mail us gisdata@uwm.edu