Use Cases
Live Traffic Data Provider
A company providing live traffic data operates by ingesting sensor data and then conflating, cleaning, and calculating traffic density for a variety of locations through proprietary methods. Ultimately, they provide a data feed of live traffic conditions that customers subscribe to for a monthly access fee.
Before GERS + Overture: This company maintains a version of the OpenStreetMap road network to which they associate their traffic density information. The data-feed product is made of GeoJSON features, each with a LineString geometry representing a segment of the road (from OSM) and properties including a timestamp and traffic information along that section of the road. Using OSM is preferred because the geometries in the data feed will match road segment geometries for any customer using OSM. However, a more computationally expensive geospatial match operation is required to associate the traffic information with the road network.
With GERS + Overture: The company uses the Overture road network internally. When they associate their traffic information with a road segment, they can publish the data feed with a GERS ID that represents the given road segment. Consumers that are also using Overture can then match this data by GERS ID to the Overture road segment, not needing to perform any geospatial computation. Additionally, even the geometry of the road segment could be omitted from the feed, since the ID will match for any customer also using the Overture road network.
What if the company has proprietary (better) road segment data extracted from their sensor network that they do not / cannot share?
Because these road segments are not shared with Overture, they cannot be assigned GERS-IDs. A GERS-ID is of little value to these segments because they do not exist in other datasets, so conflating or matching them is meaningless.
However, by sharing just the new road segment geometries with Overture (not the entire proprietary traffic feed), Overture will add it to the Overture corpus and generate GERS IDs accordingly. The Overture road network will be improved and 100% of the company's data feed can become GERS-enabled.
Place Enrichment
Venues – both private and public – are often an atomic unit in data environments. For example:
- Businesses organize customer records based on home addresses.
- Municipalities map property information and status by parcel identifiers.
- Insurance companies use various building identifiers to organize policy information.
- Retailers organize and analyze market opportunities and challenges through their own competitive retail outlets.
- Delivery companies optimize services by destination address.
Despite these common use cases, location is under-utilized as an organizing mechanism for data, applications, and analytics. Addresses are often inconsistent, messy, or simply wrong. Coordinate pairs are precise but often inaccurate and can be difficult to cluster correctly. GIS infrastructure on the whole is often out of reach for many teams or is maintained by a small, specialty group at the fringes of the organization.
If location data can be associated with easy-to-use standard identifiers, data owners and consumers can use locations as a common denominator data element that facilitates joins, enrichment, and data sharing. GERS has the opportunity to make location a connector as valuable as phone numbers or email addresses, unlocking the incredible value of complex GIS data that is currently beyond the reach of most teams.
Scenario
A data analyst at a pet-focused retail company is evaluating a metropolitan area in order to understand supply and demand, relative to their offerings, in the region. In their environment they have 1st party customer data organized by delivery address, addresses for their own retail locations, and a list of potential store locations provided by their real estate team. Their data infrastructure team has staged an Overture dataset in their environment, which they use as a foundational ground truth for the region. The company's executive team has asked the data analyst to review the potential store locations, recommend the most valuable sites for new stores, and model the expected market impact if they opened a new store at each site.
The data analyst plans on using Overture's GERS to quickly onboard necessary external data for their analysis.
- They match customer residences and store locations to GERS by conflating street addresses with venues in their local Overture basemap.
- They request retail foot traffic data and residential demographic data from external vendors, specifying the data should be organized by GERS ID.
- The external data vendors maintain a version of their data products keyed off GERS ID (matched via a conflation pipeline that accounts for street address, business name, and coordinate pair), which they provide to the requesting analyst.
- The analyst is able to quickly ingest and join the external datasets in their own environment, without relying on their data infrastructure team, thanks to the simplicity of joining using consistent GERS identifiers.
- The analyst performs their work, taking into account their current customer base, market potential, competitive footprint, and more.
This is ad-hoc enrichment; enrichment that occurs within the confines of a single project. However, there are many datasets this company may choose to continually subscribe to which will be managed by the data ops or infrastructure teams. GERS has significant benefits in this scenario as well as it reduces the time to usage, allows for easy updates (vendors simply ship diff files keyed to GERS ID), and facilitates the sharing of data both internally and externally.