Welcome to the Overture Maps Data Repo
October 14, 2024 ยท View on GitHub
See complete instructions on accessing Overture data in our documentation at docs.overturemaps.org.
We welcome feedback about Overture Maps data in the Discussions. Feedback on the data schema, is best provided in the discussions in the schema repository.
Overture Maps Data
Overture Maps data is available in cloud-native Parquet format.
There is no single Overture "entire planet" file to download. Instead, the data is partitioned by both theme and type and made available on Amazon S3 and Microsoft Azure Blob Storage. Read more about Overture data and schema at docs.overturemaps.org
The latest data release is available at the following locations:
Amazon S3
s3://overturemaps-us-west-2/release/__OVERTURE_RELEASE/
|-- theme=addresses/
|-- theme=base/
|-- theme=buildings/
|-- theme=divisions/
|-- theme=places/
|-- theme=transportation/
Microsft Azure
https://overturemapswestus2.blob.core.windows.net/release/__OVERTURE_RELEASE/
|- theme=addresses
|- theme=base
|- theme=buildings
|- theme=divisions
|- theme=places
|- theme=transportation
Parquet Schema
The Parquet files match the Overture Data Schema for each theme with the following enhancements:
- The
idcolumn contains unique identifiers in the Global Entity Reference System (GERS) format. - The
bboxcolumn is astructwith the following attributes:xmin,xmax,ymin,ymax. This column allows you to craft more efficient spatial queries when running SQL against the cloud. - The
geometrycolumn is encoded as WKB (the files are geoparquet).
Data Release Feedback
We are very interested in feedback on the Overture data. Please use the Discussion section of this repo to comment. Tagging it with the release and relevant theme name (Places, Transportation) will help direct your ideas. Please include as much detail as possible. The associated Task Force will carefully review each submission and offer feedback where required.