Overture Maps - Fused-partitioned

The Overture 2024-12-18.0 dataset, geo-partitioned with Fused for convenient access.
Product Details
Visibility
Public
Owner
Fused
Created
6 Mar 2024
Last Updated
3 Apr 2025
README

Overture - Fused-partitioned

Overview

This is the Overture dataset, geo-partitioned with Fused for convenient access. This dataset adheres to the Overture Data Schema.

Banner image showing London, UK

Quickstart

Access to this dataset is facilitated by the Fused platform. Browse the data on Fused Workbench.

To access using Python, the Overture Maps Example UDF shows an example of how to access the data using Fused:

1import fused
2
3udf = fused.load(
4 "https://github.com/fusedio/udfs/tree/main/public/Overture_Maps_Example"
5)
6
7gdf = fused.run(udf, x=2622, y=6333, z=14)
8gdf.plot()
1import fused
2
3udf = fused.load(
4 "https://github.com/fusedio/udfs/tree/main/public/Overture_Maps_Example"
5)
6
7gdf = fused.run(udf, x=2622, y=6333, z=14)
8gdf.plot()

You can query the data visually using our notebook.

Open In Colab

Partitioning

This dataset is geospatially partitioned following Open GeoParquet standards, using Fused.

For technical reasons, the release is named 2024-11-13-0 in S3 (note the dash instead of a period at the end).

Under each release, the data is divided into themes: admins, base, buildings, places, and transportation. Each theme contains one or more tables, which is a collection of GeoParquet files (0.parquet, 1.parquet, etc.), Parquet metadata (_metadata), and Parquet sample (_sample).

The older release, 2024-03-12-alpha-0, has the following themes:

  • theme=admins/type=administrative_boundary/ - Administrative boundaries such as country borders
  • theme=base/type=land_use/ - Land use
  • theme=base/type=water/ - Water boundaries
  • theme=buildings/type=building/ - Building footprints. Because of the size of this table, it is further subdivided into multiple parts. There is no semantic meaning to these parts, they are subdivisions to help partitioning.
    • theme=buildings/type=building/part=0/
    • theme=buildings/type=building/part=1/
    • theme=buildings/type=building/part=2/
    • theme=buildings/type=building/part=3/
    • theme=buildings/type=building/part=4/
  • theme=places/type=place/ - Places (POIs) such as restaurants and other businesses.
  • theme=transportation/type=connector/ - Points where transportation segments, below, are connected.
  • theme=transportation/type=segment/ - Line strings of how human movement is organized, such as roads and walkways.

There are older releases, 2024-03-12-alpha-0 and 2024-02-15-alpha-0 that have slightly different folder structures, where types are named in camel-case. (E.g. administrativeBoundary, landUse.)

Original dataset

The original Overture datasets are downloadable from the Overture website. See the Overture GitHub repo for more information.

Source Cooperative is a Radiant Earth project