Skip to main content

Global Entity Reference System (GERS)

The Global Entity Reference System (GERS) is a framework that structures, encodes, and matches map data to a shared universal reference within Overture. GERS, coupled with Overture datasets, is a potential standard for identifying and referencing the physical and conceptual entities we've defined in our world, such as office buildings, grocery stores, forests, countries, rivers, museums, capitals of provinces, and mailing addresses.

Overture assigns a unique ID to each feature in an Overture dataset. These unique IDs form the basis of GERS. The map feature, and therefore its GERS ID, represents an entity that exists in the real world. For example, a building housing a branch of a public library is represented in the Overture buildings dataset as a feature with its own unique ID. The public library is a place of interest, represented in the Overture places dataset with its own unique ID. The building and the library are distinct entities with distinct GERS IDs. If the library moves into a new building across town, the library's GERS ID will remain the same. The library's former building, now vacated, also keeps its GERS ID in the buildings dataset. This ensures stability and accuracy amid change.

Structure of a GERS ID

GERS IDs are 32 characters and 128 bits. For most features types, the GERS ID is intended to be stable across Overture releases. This means a GERS ID assigned to a building feature, for example, won't change even if the building's properties change, including changes to its geometry.

Let's examine the GERS IDs for two iconic buildings in Berlin.

Reichstag Building

Overture releaseidchange_type
2024-07-22.008b1f1d488708fff0200bf6d40c1cf8fdata_changed
2024-08-20.008b1f1d488708fff0200bf6d40c1cf8fdata_changed
2024-09-18.008b1f1d488708fff0200bf6d40c1cf8fdata_changed
latest08b1f1d488708fff0200bf6d40c1cf8funchanged

Brandenburg Gate

Overture releaseidchange_type
2024-07-22.008b1f1d488601fff02002aee6ba961a4data_changed
2024-08-20.008b1f1d488601fff02002aee6ba961a4unchanged
2024-09-18.008b1f1d488601fff02002aee6ba961a4unchanged
latest08b1f1d488601fff02002aee6ba961a4unchanged

The GERS IDs are stable from the July 2024 GA release to the latest release, and will remain stable over subsequent releases. Stable GERS IDs make it possible to query the GERS changelog and detect changes to the feature data associated with those GERS IDs. For each release listed above, the types of change logged for these buildings in Berlin is data_changed, which usually indicates feature data improvements or updates, or unchanged, which means no change in the feature data.

warning

Many users have noticed that in some Overture datasets the GERS IDs contain an H3 index. As a reminder, Overture does not guarantee that a feature with an H3 index in its GERS ID will be permanently located in the expected H3 cell. We encourage you to use bbox for data sharding and association.

Using GERS

These stable IDs, which form the backbone of GERS, make it possible to measure and track change over many Overture releases. Through GERS, you can:

We envision our community using GERS to engage with Overture data in the following ways:

Associating data

You can independently associate your own data (or a third-party dataset) with Overture data. For example, you might want to link real-time traffic data to Overture road segments, insurance data to Overture buildings, restaurant reviews to features in Overture's places dataset, and socioeconomic data features in Overture's divisions dataset. When third-party data is matched to an Overture feature it picks up that feature's GERS ID and becomes "GERS-enabled" data, ready to be associated via ID to any other GERS-enabled dataset in the Overture ecosystem.

Contributing data

You can contribute data to the Overture Maps Foundation, and our engineering team will match the features in your dataset to features in Overture. Matched features may be assigned an existing GERS ID, and we may generate new IDs for new features.

You'll find theme-specific examples of GERS use cases in the GERS demonstrations section of this documentation.