Skip to main content

2024-08-20.0

Overview

Overture's 2024-08-20.0 data release is now available. The base, buildings, divisions, and places themes are stable, which means the only changes this month are data improvements and bug fixes. The transportation theme remains in beta and we have made several significant changes to the schema in this release. The addresses theme is in alpha.

The datasets are available as GeoParquet files stored on both AWS and Azure. The release paths are:

Microsoft Azure:

wasbs://release@overturemapswestus2.blob.core.windows.net/2024-08-20.0

Amazon S3:

s3://overturemaps-us-west-2/release/2024-08-20.0

You can access the datasets by following the process outlined here. We encourage users to report bugs and provide feedback on the data, schema, and GERS on one of our Overture GitHub repositories:

Breaking changes

Changes were made to the transportation theme in this release to better support a variety of routing use cases. A summary of those changes, below:

  • we added a subclass property that refines the descriptions of segments by:

    • clearly specifying the usage of a length of road and using linear referencing, instead of further segmentation, to pinpoint a change in how the road is used
    • properly classifying information from OpenStreetMap
  • to better support routing use cases, we added to the segment feature type a new property called connectors: an array of IDs with pre-computed linear reference values that explicitly link segment geometry with connector coordinates. This new property—a replacement for the existing connector_ids property—will reduce complexity and improve accuracy as we calculate the intersections between segments and connectors.

  • we added a destinations property to the segment feature type. This property describes the transitions from one segment to another on the way to a specified location

You can read more about these changes on the engineering blog.

Deprecations

In this release, we deprecated the connector_ids property in the transportation schema and plan to remove it by the October release. It will be replaced by the new connectors property, introduced in the schema this month.

Theme-specific updates

info

The base, buildings, divisions, and places themes are in GA. The transportation theme is in beta, and the addresses theme is in alpha.

Addresses

  • 3.15M new address features were added in Switzerland.
  • addresses in 15 countries are now available.

Base

  • made incremental changes to improve the accuracy and quality of the dataset. Built from Daylight v1.52

Buildings

  • removed 60M buildings over water and transportation segments.

Divisions

  • added 12 features at the region subtype in the country of Georgia.

Places

  • made incremental changes to improve the accuracy and quality of the dataset

Transportation

  • we added a new subclass property that refines the descriptions of segments.
  • to better support routing use cases, we added to the segment feature type a new property called connectors, replacing the existing connector_ids property.
  • we added a destinations property to the segment feature type.
  • our transportation splitter tool was made available in a public GitHub repository.
  • fixed a bug that caused segments to be missing sources or other attributes, affecting ~100K segments.
  • fixed name filtering to avoid including names with an invalid BCP-47 tag.

Global Entity Reference System (GERS) changelog

The GERS changelog captures any changes in Overture features between this release and the previous release. The changelog is available as Parquet files - partitioned by theme, type, and change type - at the following locations on Azure and AWS:

wasbs://changelog@overturemapswestus2.blob.core.windows.net/2024-08-20.0
s3://overturemaps-us-west-2/changelog/2024-08-20.0

You can find more information about using the GERS Changelog in our documentation.

Schema Changelog

There are no schema changes this month, other than minor improvements to the schema documentation. The schema changelog is here.

Attribution

You'll find information about attribution and licensing here.