Skip to main content

Onboarding Services

Matching your data to GERS IDs is work, and keeping the match alive across monthly releases is more work. Several organizations in the Overture ecosystem will do some or all of it for you.

Overture does not offer matching as a service. We run matchers on data that enters our own pipeline as a source, and we publish the places, addresses and divisions matchers so you can read what they do, but we do not match customer data on request and we provide limited hands-on support for the work. The services below exist to fill that gap.

Listing here is not an endorsement, and Overture makes no claim about the quality of any provider's matching. Ask any provider how they handle the maintenance pass, because that is where the recurring cost sits.

Services that match your data

Some of these organizations are Overture members and some are not. Membership says nothing about the quality of the service. It does mean a member has a governance relationship with the project and a seat in the working groups that decide how GERS develops.

TomTom connects customer data to GERS within its platform. TomTom also supplies Overture's transportation data.

Esri publishes GERS-enabled layers of its own and offers tooling within ArcGIS to connect customer data to GERS. Esri Community Maps is also a source dataset in Overture's buildings and divisions themes.

Precisely both publishes datasets keyed to GERS IDs and connects customer data to them as a platform.

Wherobots provides spatial matching at scale. Wherobots is also one of the supported execution environments for Overture's own buildings pipeline, so its engine runs the same class of workload we do.

Fused offers GERS matching as UDFs in its workbench, including a worked demonstration that matches a point dataset to Overture places with a configurable distance threshold and a choice of nearest-neighbour or fuzzy name matching, then scales the same logic to millions of records.

CARTO provides GERS matching in its analytics platform.

What to ask a provider

The first match is the easy half. Before committing, find out:

  • What happens each release. Overture publishes monthly. Does the provider re-run the match, and is that included or billed separately?
  • How removals are handled. A GERS ID that disappears is the failure mode that breaks joins silently. See stability.
  • What comes back. A column of GERS IDs added to your records, or a separate crosswalk table? A crosswalk is easier to re-run and easier to audit.
  • What the match rate was, and how it was measured. Match rate alone is not enough. A high match rate with a low rate of clean one-to-one matches means you need a link table rather than an ID column, which is a different integration.

Doing it yourself

If your data already shares an identifier system with one of Overture's sources, you may not need to match anything. Bridge files map source record IDs to GERS IDs for OpenStreetMap and several other providers. This is the cheapest path and is easy to miss.

Otherwise the GERS tutorial walks through an initial match and a maintenance pass with DuckDB, using a county restaurant inspection dataset and Overture places.

GERS in the wild

Addresscloud builds property risk data for insurers and uses GERS IDs as the join key across 40-plus risk databases. It has published flood risk for 300 million buildings in Europe and 155 million in North America. Mark Varley of Addresscloud on why the identifiers matter: "Without unique identifiers for each building, Addresscloud would have to change everything again and again. It would be a nightmare."

Esri matched Overture buildings to FEMA's USA Structures across the contiguous United States, adding occupancy, address, and height to 75 million structures. The combined layer is published on ArcGIS Online, and an earlier four-city demonstration shows the combined popup. Esri has also published a layer joining the Overture divisions theme to Census county geometries and socioeconomic data.

Overture Buildings and FEMA USA Structures

TomTom wrote up why GERS matters in Overture's transportation data model, including how linear referencing lets attributes apply to part of a segment without splitting it.

Drew Breunig published a step-by-step guide to joining Overture buildings to Census block groups with DuckDB, which is a good model for a first match if you want to see the whole thing in one page.

SafeGraph published a tutorial on using Placekey to match Overture POIs to National Provider Identifier data, with an accompanying notebook.