Introduction

This guide provides information on using the Global Geocoding Module. The Global Geocoding Module integrates geocoding support for over 120 countries and includes the following stages:

  • Geocode Service: performs forward geocoding using input addresses and returning location data and other information.
  • Reverse Geocode Service: performs reverse geocoding using input coordinates and returns address information that is the best match for that point.
  • Interactive Geocode Service: suggests addresses and place names as you type.
  • Key Lookup Service: returns geocoded candidates when given a unique key. It is a more efficient method than matching with an address, as the key is unique to that address. Global Geocoding Module supports the pbKey™ unique identifier for US data and the G-NAF key for AUS data.

The Global Geocoding Module is delivered as a Spectrum™ Technology Platform module and can be built into stages just like any other component. Spectrum™ Technology Platform must already be installed.

These stages provide options that allow control of the geocoding dataset resources, searching and matching criteria, and other preferences in a graphical interface.

After installing and deploying the Global Geocoding Module, you can use Management Console to explore all the capabilities and see candidate results. You can also include GGM stages in your dataflow in Enterprise Designer.

You can use additional features and preferences through the REST API. See Introduction to the Global Geocoding APIs.