Overture Maps Addresses
Overture Addresses provides global geocoded point addresses with street names, house numbers, postal codes, and administrative hierarchy, updated monthly.
Format
GeoJSON / Parquet
Geometry
Point (address locations)
Coverage
Global
Resolution
Address-level point data
About this dataset
Global point address dataset from Overture Maps with street names, house numbers, cities, postal codes, and administrative hierarchy.
Overture Maps Addresses provides a global point address dataset combining OSM, Meta, and other partner data. Each address includes street name, house number, city, state, postal code, country, and freeform address text with geographic coordinates. The schema supports multiple address formats from different countries and is updated monthly.
How to download
- 1 Install Overture CLI ('pip install overturemaps').
- 2 Download the addresses theme for your region ('--type=address').
- 3 Convert Parquet to GeoJSON for GIS use.
- 4 Load into GIS and filter by city, postal code, or street name.
FAQ
What address formats does Overture support?
Overture provides structured address fields (street, house number, city, state, postal code, country) plus a freeform field for local address formats. The schema handles diverse international address conventions.
How can I use this data for geocoding?
The address points come with precise coordinates. You can filter by address components (city, postal code, street) to build your own geocoding service or validate address coverage areas.