diff --git a/blog/2025-11-19-release-notes.mdx b/blog/2025-11-19-release-notes.mdx new file mode 100644 index 00000000..423d2444 --- /dev/null +++ b/blog/2025-11-19-release-notes.mdx @@ -0,0 +1,128 @@ +--- +title: 2025-11-19 release notes +tags: + - releases +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; +import QueryBuilder from '@site/src/components/queryBuilder'; + +## Overview + +**The `2025-11-19.0` release of Overture data and `v1.14.0` of the Overture schema are now available.** The datasets and release artifacts are available as GeoParquet files stored on both AWS and Azure. This is a [minor breaking change](/release-calendar) release. + +## What's new? + +We added a `roller_coaster` class to our schema this month. Buckle up because next month we're adding rollercoaster data! + +![Rollercoasters!](./assets/roller-coasters.gif) + +## Getting the data and release artifacts + +You can access this month's data and release artifacts by following the process outlined [here](/getting-data). The paths to the data and release artifacts are listed below. We encourage you to ask questions and provide feedback on the Overture Maps [Discussion forum on GitHub](https://github.com/orgs/OvertureMaps/discussions). You can also file issues and report bugs in our [data](https://github.com/OvertureMaps/data/issues) and [schema](https://github.com/OvertureMaps/schema/issues) repositories. If you have a suggestion for a new dataset or if you have data you'd like to contribute to Overture, you can email us at info@overturemaps.org. We’d love to hear from you. + + +### Release data + +**Microsoft Azure:** +``` +az://overturemapswestus2.blob.core.windows.net/release/2025-11-19.0/ +``` + +**Amazon S3:** +``` +s3://overturemaps-us-west-2/release/2025-11-19.0/ +``` +### Data changelog + +**Microsoft Azure:** +``` +az://overturemapswestus2.blob.core.windows.net/changelog/2025-11-19.0/ +``` + +**Amazon S3:** +``` +s3://overturemaps-us-west-2/changelog/2025-11-19.0/ +``` + + +### Bridge files + +**Microsoft Azure:** +``` +az://overturemapswestus2.blob.core.windows.net/bridgefiles/2025-11-19.0/ +``` + +**Amazon S3:** +``` +s3://overturemaps-us-west-2/bridgefiles/2025-11-19.0/ +``` + +### GERS registry + + +**Microsoft Azure:** +``` +az://overturemapswestus2.blob.core.windows.net/registry/ +``` + +**Amazon S3:** +``` +s3://overturemaps-us-west-2/registry/ +``` + + + + + +## Theme-specific updates + +:::info +The base, buildings, divisions, places, and transportation themes are in GA. The addresses theme is in alpha. +::: + +### Addresses + +- repromoted the October data release + + +### Base + +- added a new `roller_coaster` class to the schema (data coming next month!) +- refreshed OSM data +- made minor, incremental updates to the data + + +### Buildings + +- refreshed OSM data +- made minor, incremental updates to the data + + +### Divisions + +- refreshed OSM data on 6 November 2025 +- made minor, incremental updates to the data + + +### Places + +- added ~5,000 new POIs from RenderSEO +- added ~1,500,000 new POIs from AllThePlaces +- known issue: GERS ID churn on 12 million place records + + +### Transportation + +- added new TomTom-sourced `segment` data to bring the total length of road segments from TomTom to more than 1 million kilometers across 115 countries +- refreshed OSM data on 2 November 2025 + + + +## Schema changelog + +The changelog for Overture schema `v1.14.0` is [here](https://github.com/OvertureMaps/schema/releases/tag/v1.14.0). + +## Attribution + +You'll find information about attribution and licensing [here](/attribution). diff --git a/blog/assets/roller-coasters.gif b/blog/assets/roller-coasters.gif new file mode 100644 index 00000000..b571903f Binary files /dev/null and b/blog/assets/roller-coasters.gif differ diff --git a/docs/release-calendar.mdx b/docs/release-calendar.mdx index 1248c687..fcf67c28 100644 --- a/docs/release-calendar.mdx +++ b/docs/release-calendar.mdx @@ -2,20 +2,23 @@ title: Releases --- +import QueryBuilder from '@site/src/components/queryBuilder'; + This page provides information about Overture's data and schema releases, including upcoming release dates, our versioning and schema change policies, data retention practices, and a complete history of past releases with links to release notes. ## Current release -The latest Overture data release is `2025-10-22.0`. The schema version is `v1.13.0`. See the [release notes](https://docs.overturemaps.org/blog/2025/10/22/release-notes/) for the full data access paths and more. +The latest Overture data release is: . ## Release schedule -Our planned release schedule for the next two months is below. The release dates and schema versions are subject to change. +Our planned release schedule is below. Release dates and schema versions are subject to change. | Date | Data version | Schema version | | ----- | ----- | ----- | -| 19 November 2025 | `2025-11-19.0` | `v1.14.0` | -| TBA | `2025-12-XX.0` | `v1.1X.0` | +| 17 December 2025* | `2025-12-17.0` | TBD | + +*quarterly major breaking change release ## Versioning and schema changes @@ -50,6 +53,7 @@ Overture has been releasing data monthly since October 2023. Past releases are l | Date | Data version | Schema version | | ----- | ----- | ----- | +| 19 November 2025 | [`2025-11-19.0`](https://docs.overturemaps.org/blog/2025/11/19/release-notes/) | [`v1.14.0`](https://github.com/OvertureMaps/schema/releases/tag/v1.14.0) | | 22 October 2025 | [`2025-10-22.0`](https://docs.overturemaps.org/blog/2025/10/22/release-notes/) | [`v1.13.0`](https://github.com/OvertureMaps/schema/releases/tag/v1.13.0) | | 24 September 2025 | [`2025-09-24.0`](https://docs.overturemaps.org/blog/2025/09/24/release-notes/) | [`v1.12.0`](https://github.com/OvertureMaps/schema/releases/tag/v1.12.0) | | 20 August 2025 | [`2025-08-20.0`](https://docs.overturemaps.org/blog/2025/08/20/release-notes/) | [`v1.11.0`](https://github.com/OvertureMaps/schema/releases/tag/v1.11.0) | diff --git a/docusaurus.config.js b/docusaurus.config.js index 9df8298b..15e8a042 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -21,8 +21,8 @@ const config = { favicon: 'img/favicon.png', customFields: { - overtureRelease: '2025-10-22.0', - pmtiles_path: 'https://d3c1b7bog2u1nn.cloudfront.net/2025-07-23' + overtureRelease: '2025-11-19.0', + pmtiles_path: 'https://d3c1b7bog2u1nn.cloudfront.net/2025-10-22' }, /** future: {