|
| 1 | +--- |
| 2 | +title: 2025-09-24 release notes |
| 3 | +tags: |
| 4 | + - releases |
| 5 | +--- |
| 6 | +import Tabs from '@theme/Tabs'; |
| 7 | +import TabItem from '@theme/TabItem'; |
| 8 | +import QueryBuilder from '@site/src/components/queryBuilder'; |
| 9 | + |
| 10 | +:::warning |
| 11 | +With the September release, Overture is implementing a data retention policy for publicly available data releases. |
| 12 | + |
| 13 | +#### What's changing: |
| 14 | +- Data releases will be publicly available for a maximum of 60 days (approximately two monthly releases) |
| 15 | +- Data files will be automatically removed from public distribution after this period using cloud storage lifecycle policies |
| 16 | + |
| 17 | +#### What remains available: |
| 18 | +- The most recent two monthly data releases (last 60 days) |
| 19 | +- Versioned changelogs and bridgefiles for all releases |
| 20 | +- GERS registry |
| 21 | +- Release notes from all past releases |
| 22 | + |
| 23 | +#### Why we're implementing this: |
| 24 | +This policy ensures compliance with data protection regulations, including GDPR "right to be forgotten" requirements. |
| 25 | + |
| 26 | +You can find complete details about our release schedule and policies on the [releases](https://docs.overturemaps.org/release-calendar/) page in the Overture documentation. Questions? Comments? Please contribute to [this thread on our GitHub Discussions forum](https://github.com/orgs/OvertureMaps/discussions/422) or reach out to us at info@overturemaps.org. |
| 27 | + |
| 28 | +::: |
| 29 | + |
| 30 | + |
| 31 | +## Overview |
| 32 | + |
| 33 | +**The `2025-09-24.0` release of Overture data and `v1.12.0` of the Overture schema are now available.** The datasets and release artifacts are available as GeoParquet files stored on both AWS and Azure. There are several data updates and (minor) breaking schema changes in this release. |
| 34 | + |
| 35 | +## What's new? |
| 36 | + |
| 37 | +### New POIs from Foursquare Open Source Places |
| 38 | + |
| 39 | +This release adds approximately 6 million new POIs from Foursquare Open Source Places (FSQ OS Places) to grow the coverage of our data. We selected these records as POIs not previously included in Overture. We plan to add more Foursquare data as our validation models mature. |
| 40 | +You can find the original source for FSQ OS Places [here](https://opensource.foursquare.com/os-places/). |
| 41 | + |
| 42 | +#### Overture Places is now a multi-license dataset |
| 43 | +Previously, all Places data was under CDLA, but now each place has a license based on its source property: |
| 44 | +- Foursquare-sourced data is licensed under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0). |
| 45 | +- Data from other sources remains licensed under [CDLA 2.0](https://cdla.dev/permissive-2-0/). |
| 46 | +Note that all Foursquare-sourced data is single sourced, meaning we do not blend its attributes with any other sources. |
| 47 | + |
| 48 | +#### License requirements |
| 49 | +If you use, modify, or redistribute the Foursquare data, you must: |
| 50 | +- Provide a copy of the Apache 2.0 license. |
| 51 | +- State that you changed the files and include the date of any changes. |
| 52 | +- Preserve attribution notices from the source NOTICE file, including at minimum: `Copyright 2024 Foursquare Labs, Inc. All rights reserved.` |
| 53 | + |
| 54 | +More information on license requirements and data usage is available on Foursquare’s [website](https://docs.foursquare.com/data-products/docs/access-fsq-os-places). General information on Overture licensing is available in the [licensing and attribution section](https://docs.overturemaps.org/attribution/) of Overture's documentation. |
| 55 | + |
| 56 | +#### How to filter for CDLA-only data |
| 57 | +To create a purely CDLA-licensed dataset, filter out all records where the source property is “Foursquare”. |
| 58 | + |
| 59 | +## New schema properties |
| 60 | + |
| 61 | +This month we added a new `license` sub-property within the `sources` property to more clearly link entities to the licensing information for their source data. This change affects all Overture themes, as `sources` is [a top-level property](https://docs.overturemaps.org/schema/#top-level-properties) in the Overture schema. |
| 62 | + |
| 63 | +In the places theme, we're added a new `operating_status` property, with all values set to `open`. In future releases, we plan to update this property with data that indicates whether a place is `open`, `permanently_closed`, or `temporarily_closed`. |
| 64 | + |
| 65 | +## Signal "patches" |
| 66 | +About a million POIs in our Places theme now have a signal "patch" that affects the calculation of the score in the `confidence` property. POIs enhanced by these patches have `SparkGeo-confidence-conflation` in the `sources` property. |
| 67 | + |
| 68 | + |
| 69 | +## Getting the data |
| 70 | + |
| 71 | +You can access this month's data and release artifacts by following the process outlined [here](/getting-data). 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 data@overturemaps.org. We’d love to hear from you. |
| 72 | + |
| 73 | +The paths are: |
| 74 | + |
| 75 | +### Release data |
| 76 | + |
| 77 | +**Microsoft Azure:** |
| 78 | +``` |
| 79 | +az://overturemapswestus2.blob.core.windows.net/release/2025-09-24.0/ |
| 80 | +``` |
| 81 | + |
| 82 | +**Amazon S3:** |
| 83 | +``` |
| 84 | +s3://overturemaps-us-west-2/release/2025-09-24.0/ |
| 85 | +``` |
| 86 | +### Data changelog |
| 87 | + |
| 88 | +**Microsoft Azure:** |
| 89 | +``` |
| 90 | +az://overturemapswestus2.blob.core.windows.net/changelog/2025-09-24.0/ |
| 91 | +``` |
| 92 | + |
| 93 | +**Amazon S3:** |
| 94 | +``` |
| 95 | +s3://overturemaps-us-west-2/changelog/2025-09-24.0/ |
| 96 | +``` |
| 97 | + |
| 98 | + |
| 99 | +### Bridge files |
| 100 | + |
| 101 | +**Microsoft Azure:** |
| 102 | +``` |
| 103 | +az://overturemapswestus2.blob.core.windows.net/bridgefiles/2025-09-24.0/ |
| 104 | +``` |
| 105 | + |
| 106 | +**Amazon S3:** |
| 107 | +``` |
| 108 | +s3://overturemaps-us-west-2/bridgefiles/2025-09-24.0/ |
| 109 | +``` |
| 110 | + |
| 111 | +### GERS Registry |
| 112 | + |
| 113 | +**Microsoft Azure:** |
| 114 | +``` |
| 115 | +az://overturemapswestus2.blob.core.windows.net/registry/ |
| 116 | +``` |
| 117 | + |
| 118 | +**Amazon S3:** |
| 119 | +``` |
| 120 | +s3://overturemaps-us-west-2/registry/ |
| 121 | +``` |
| 122 | + |
| 123 | + |
| 124 | +<!-- truncate --> |
| 125 | + |
| 126 | + |
| 127 | +## Theme-specific updates |
| 128 | + |
| 129 | +:::info |
| 130 | +The base, buildings, divisions, places, and transportation themes are in GA. The addresses theme is in alpha. |
| 131 | +::: |
| 132 | + |
| 133 | +### Addresses |
| 134 | + |
| 135 | +- added a new `license` property within `sources` |
| 136 | + |
| 137 | + |
| 138 | +### Base |
| 139 | + |
| 140 | +- added a new `license` property within `sources` and populated with applicable license information |
| 141 | + |
| 142 | +### Buildings |
| 143 | + |
| 144 | +- added a new `license` property within `sources` and populated with applicable license information for Microsoft and OSM features. |
| 145 | + |
| 146 | + |
| 147 | +### Divisions |
| 148 | + |
| 149 | +- added a new `license` property within `sources` and populated with applicable license information |
| 150 | + |
| 151 | +- added geoBoundaries-sourced counties in New Zealand |
| 152 | + |
| 153 | +- added LINZ-sourced localities and neighborhoods in New Zealand |
| 154 | + |
| 155 | +- mapped OSM features with an admin_level=7 tag in Argentina to `localadmin` |
| 156 | + |
| 157 | +- fixed `local_type` for geoBoundaries-sourced counties |
| 158 | + |
| 159 | +- refreshed OSM with updates to 2025-08-29 |
| 160 | + |
| 161 | +### Places |
| 162 | + |
| 163 | +- added a new `license` property within `sources` and populated with applicable license information |
| 164 | + |
| 165 | +- added a new `operating_status` property, indicating the operating status of a place (`open`, `permanently_closed`, `temporarily_closed`); set all values to `open` for the September release. |
| 166 | + |
| 167 | +- added six million POIs from Foursquare |
| 168 | + |
| 169 | +- implemented signal “patches” to dynamically update `confidence` property based on signals |
| 170 | + |
| 171 | + |
| 172 | +### Transportation |
| 173 | + |
| 174 | +- added a new `license` property within `sources` and populated with applicable license information |
| 175 | + |
| 176 | +- added new TomTom-sourced segments |
| 177 | + |
| 178 | +- made significant additions to the data in Italy, Portugal, Mexico, Egypt, Sweden, Indonesia |
| 179 | + |
| 180 | + |
| 181 | +## Schema changelog |
| 182 | + |
| 183 | +The changelog for Overture schema `v1.12.0` is [here](https://github.com/OvertureMaps/schema/tree/v1.12.0). |
| 184 | + |
| 185 | +## Attribution |
| 186 | + |
| 187 | +You'll find information about attribution and licensing [here](/attribution). |
0 commit comments