From f8e3ca7efdd15032df6301a56a2df016c9378e55 Mon Sep 17 00:00:00 2001 From: Dana Bauer Date: Wed, 21 Jan 2026 16:54:36 -0500 Subject: [PATCH 1/2] release notes and config --- blog/2026-01-21-release-notes.mdx | 111 ++++++++++++++++++++++++++++++ docs/release-calendar.mdx | 3 +- docusaurus.config.js | 2 +- 3 files changed, 114 insertions(+), 2 deletions(-) create mode 100644 blog/2026-01-21-release-notes.mdx diff --git a/blog/2026-01-21-release-notes.mdx b/blog/2026-01-21-release-notes.mdx new file mode 100644 index 00000000..b6bf4af4 --- /dev/null +++ b/blog/2026-01-21-release-notes.mdx @@ -0,0 +1,111 @@ +--- +title: 2026-01-21 release notes +tags: + - releases +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; +import QueryBuilder from '@site/src/components/queryBuilder'; + +## Overview + +**The `2026-01-21.0` release of Overture data and `v1.15.0` of the Overture schema are now available.** The datasets and release artifacts are available as GeoParquet files stored on both AWS and Azure. + + +## 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/2026-01-21.0/ +``` + +**Amazon S3:** +``` +s3://overturemaps-us-west-2/release/2026-01-21.0/ +``` +### Data changelog + +**Microsoft Azure:** +``` +az://overturemapswestus2.blob.core.windows.net/changelog/2026-01-21.0/ +``` + +**Amazon S3:** +``` +s3://overturemaps-us-west-2/changelog/2026-01-21.0/ +``` + + +### Bridge files + +**Microsoft Azure:** +``` +az://overturemapswestus2.blob.core.windows.net/bridgefiles/2026-01-21.0/ +``` + +**Amazon S3:** +``` +s3://overturemaps-us-west-2/bridgefiles/2026-01-21.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 + +- re-promoted December data, which included new province-level dataset for Quebec from [Le ministère des Ressources naturelles et des Forêts](https://www.quebec.ca/gouvernement/ministeres-organismes/ressources-naturelles-forets) + + +### Base +- made minor, incremental updates to the data + + +### Buildings +- made minor, incremental updates to the data + + +### Divisions +- made minor, incremental updates to the data + + +### Places +- added ~150,000 place records from DAC Group + + +### Transportation + +- added new road segments covering 85,000 km, expanding coverage across ~150 countries + + +## Schema changelog + +The changelog for Overture schema `v1.15.0` is [here](https://github.com/OvertureMaps/schema/releases/tag/v1.15.0). + +## Attribution + +You'll find information about attribution and licensing [here](/attribution). diff --git a/docs/release-calendar.mdx b/docs/release-calendar.mdx index ce7454b4..51aedead 100644 --- a/docs/release-calendar.mdx +++ b/docs/release-calendar.mdx @@ -16,7 +16,7 @@ Our planned release schedule is below. Release dates and schema versions are sub | Date | Data version | Schema version | | ----- | ----- | ----- | -| 21 January 2026 | `2026-01-21.0` | `v1.15.0` | + | 18 February 2026 | `2026-02-18.0` | TBD | | 18 March 2026* | `2026-03-18.0` | TBD | @@ -56,6 +56,7 @@ Overture has been releasing data monthly since October 2023. Past releases are l | Date | Data version | Schema version | | ----- | ----- | ----- | +| 21 January 2026 | `2026-01-21.0` | [`v1.15.0`](https://github.com/OvertureMaps/schema/releases/tag/v1.15.0) | | 17 December 2025 | [`2025-12-17.0`](https://docs.overturemaps.org/blog/2025/12/17/release-notes/) | [`v1.15.0`](https://github.com/OvertureMaps/schema/releases/tag/v1.15.0) | | 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) | diff --git a/docusaurus.config.js b/docusaurus.config.js index aed36d4d..9987b25c 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -21,7 +21,7 @@ const config = { favicon: 'img/favicon.png', customFields: { - overtureRelease: '2025-12-17.0', + overtureRelease: '2026-01-21.0', pmtiles_path: 'https://d3c1b7bog2u1nn.cloudfront.net/2025-10-22' }, /** From 5cd2a703156cd25f481a61838ba13adcb01511d9 Mon Sep 17 00:00:00 2001 From: Dana Bauer Date: Wed, 21 Jan 2026 16:59:44 -0500 Subject: [PATCH 2/2] update links --- blog/2026-01-21-release-notes.mdx | 2 +- docs/release-calendar.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/2026-01-21-release-notes.mdx b/blog/2026-01-21-release-notes.mdx index b6bf4af4..828dbaad 100644 --- a/blog/2026-01-21-release-notes.mdx +++ b/blog/2026-01-21-release-notes.mdx @@ -94,7 +94,7 @@ The base, buildings, divisions, places, and transportation themes are in GA. The ### Places -- added ~150,000 place records from DAC Group +- added ~150,000 place records from [DAC Group](https://www.dacgroup.com/) ### Transportation diff --git a/docs/release-calendar.mdx b/docs/release-calendar.mdx index 51aedead..3dbcfa83 100644 --- a/docs/release-calendar.mdx +++ b/docs/release-calendar.mdx @@ -56,7 +56,7 @@ Overture has been releasing data monthly since October 2023. Past releases are l | Date | Data version | Schema version | | ----- | ----- | ----- | -| 21 January 2026 | `2026-01-21.0` | [`v1.15.0`](https://github.com/OvertureMaps/schema/releases/tag/v1.15.0) | +| 21 January 2026 | [`2026-01-21.0`](https://docs.overturemaps.org/blog/2026/01/21/release-notes/) | [`v1.15.0`](https://github.com/OvertureMaps/schema/releases/tag/v1.15.0) | | 17 December 2025 | [`2025-12-17.0`](https://docs.overturemaps.org/blog/2025/12/17/release-notes/) | [`v1.15.0`](https://github.com/OvertureMaps/schema/releases/tag/v1.15.0) | | 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) |