0:00
/
0:00

Paid episode

The full episode is only available to paid subscribers of Milan's Data Science Insights

Overture vs OSM - Building Footprints

#30DayMapChallenge - Day 29 - Overture

My first Python tutorial using Overture data - comparing its building footprint coverage to OSM. First tests show that its coverage is slightly better - even in densely populated, central areas. More comparisons are coming soon!

1. Imports, setting up, data sources, data preparation

import osmnx as ox
import geopandas as gpd
from shapely.geometry import P…

This post is for paid subscribers