Overture's GERS Goes GA: Stable IDs Could End the Conflation Tax

Every GIS data project pays a hidden tax: conflation — the tedious work of matching your data to somebody else's representation of the same real-world things. Geo Week News notes that data conflation costs often exceed licensing costs [2]. In June 2025, the Overture Maps Foundation — backed by Meta, Microsoft, Amazon, and Esri — shipped its answer: the Global Entity Reference System (GERS) reached general availability [1][2].

Kraków from the air: every building and road segment below is a feature that needs an identifier that survives the next release.
Kraków from the air: every building and road segment below is a feature that needs an identifier that survives the next release. Photo: Robin from Kraków, Poland · CC BY 2.0 · Wikimedia Commons

What GERS actually is

GERS assigns a unique, persistent identifier to map entities worldwide: 2.6 billion buildings, 64 million places, 447 million addresses, and 321 million road segments [2]. The promise is simple — if your dataset and my dataset both reference the same GERS ID, we can join on it like a database key instead of fuzzy-matching geometries and names. The June 2025 release notes declare "GERS is now in GA!" with the base, buildings, divisions, places, and transportation themes all GA (addresses remain alpha) [1].

One caveat worth planning around: the GA release was a one-time breaking change that migrated every theme to UUID-based IDs — data version 2025-06-25.0, schema v1.10.0 [1]. Anything you built against earlier Overture IDs needs a re-map, once.

Why this matters beyond the open-data crowd

Stable IDs change who can afford to integrate map data. A retailer joining foot-traffic data to buildings, an insurer attaching risk scores to addresses, a city matching permits to road segments — each of those is a conflation project today and a table join in a GERS world. And because Overture distributes everything as GeoParquet and PMTiles [2], the whole stack is queryable with mainstream data tools — no tile server, no specialized formats.

How to try it this week

Pull the Overture buildings or places theme for your city (DuckDB reads the GeoParquet directly from cloud storage), join one of your own datasets against the geometry once, and store the GERS IDs alongside your records. That single step — persisting the ID — is what converts future updates from a re-conflation project into a refresh query.

Sources

  1. 2025-06-25 release notes (GERS GA) — Overture Maps Foundation
  2. Overture Maps Foundation Launches General Availability of GERS — Geo Week News, Jun 2025
  3. Announcements — Overture Maps Foundation

Need to move data between formats first? Our free File Converter handles Shapefile, GeoJSON, KML/KMZ, GPX and more — right in your browser.

Open the Converter