
Software Engineering Radio - the podcast for professional software developers SE Radio 694: Jennings Anderson and Amy Rose on Overture Maps
Nov 12, 2025
Jennings Anderson, a Meta software engineer working on geospatial data and Overture Maps implementation, and Amy Rose, CTO of the Overture Maps Foundation building interoperable open map data. They explore GIS basics, Overture’s unified schema and six data themes, the Global Entity Reference System (GERS), conflation of diverse sources, cloud-native formats like GeoParquet, and practical tools for using and contributing to open map datasets.
AI Snips
Chapters
Transcript
Episode notes
How Geospatial Data Extends Relational Data
- Geospatial data extends relational data by adding spatial relationships like distance, proximity, overlap, and containment.
- Amy Rose explains GIS stores geometry (points, lines, polygons) linked to attributes, enabling queries like customers within a flood zone or distance to a new store.
Points Lines And Polygons Are The Building Blocks
- Points, lines, and polygons are the primitive geospatial types: points for locations, linestrings for roads, polygons for areas.
- Jennings Anderson shows how combining these lets you query spatial relationships, e.g., points within a park polygon or roads surrounding a building.
Why One Schema Matters For Map Data
- A schema defines the structure, types, and relationships of geospatial data, including geometry fields like points or polygons.
- Amy Rose emphasizes normalizing diverse source data into one schema so applications can combine datasets without custom translators.
