Skip to content

Commit f92fef8

Browse files
authored
typos and links (#221)
1 parent 3e28710 commit f92fef8

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

blog/2025-07-23-release-notes.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,14 @@ The base, buildings, divisions, places, and transportation themes are in GA. The
8383

8484
### Buildings
8585

86-
- added a new data source to populate favelas in Brazil: DadosAbertos
87-
- added `is_land` geometries to the `division_area` type, `country` subtype
86+
- no updates
8887

8988

9089
### Divisions
9190

92-
- added new "land" polygons (`is_land=TRUE`) for regions that have access to oceans
91+
- added a new data source to populate favelas in Brazil: DadosAbertos
92+
- added `is_land` geometries to the `division_area` type `country` subtype
93+
- added new land polygons `is_land=TRUE` for regions that have access to oceans
9394

9495
### Places
9596

@@ -103,7 +104,7 @@ The base, buildings, divisions, places, and transportation themes are in GA. The
103104

104105
## Schema changelog
105106

106-
The changelog for Overture schema `v1.11.0` is [here](https://github.com/OvertureMaps/schema/releases/).
107+
The changelog for Overture schema `v1.11.0` is [here](https://github.com/OvertureMaps/schema/tree/v1.11.0).
107108

108109
## Attribution
109110

docs/examples/wherobots.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Before you get started you need to create a Wherobots account. You can create a
1717

1818
### Setting up your notebook
1919

20-
In your Wherobots account, go to the [notebooks section](https://cloud.wherobots.com/notebooks) and create a “Tiny” instance. This will spin up a Sedona Spark cluster with a Jupyter notebook environment. You'll notice that you have several [example notebooks](https://docs.wherobots.com/latest/get-started/start-notebook/) available to you. For this exercise, you'll need to create a new notebook with a Python 3 kernal. Run the following code in a notebook cell to import the necessary dependencies and create a `SedonaContext` that provides access to powerful spatial operations.
20+
In your Wherobots account, go to the [notebooks section](https://cloud.wherobots.com/notebooks) and create a “Tiny” instance. This will spin up a Sedona Spark cluster with a Jupyter notebook environment. You'll notice that you have several [example notebooks](https://docs.wherobots.com/latest/get-started/start-notebook/) available to you. For this exercise, you'll need to create a new notebook with a Python 3 kernel. Run the following code in a notebook cell to import the necessary dependencies and create a `SedonaContext` that provides access to powerful spatial operations.
2121

2222
```python
2323
from sedona.spark import *

docs/guides/divisions.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ You can find Overture's official Python command-line tool [here](https://github.
191191
This tool helps to download Overture data within a region of interest and converts it to a few different file formats. In this example, a bounding box is passed to obtain all divisions data around Boston, MA:
192192

193193
```
194-
overturemaps download --bbox=-71.068,42.353,-71.058,42.363 -f geojson --type=divisions -o boston.geojson
194+
overturemaps download --bbox=-71.068,42.353,-71.058,42.363 -f geojson --type=division -o boston.geojson
195195
```
196196

197197
Right now there is only one option to the overturemaps utility: download. It will download Overture Maps data with an optional bounding box into the specified file format. When specifying a bounding box, only the minimum data is transferred. The result is streamed out and can handle arbitrarily large bounding boxes.
@@ -239,7 +239,7 @@ First, follow the [setup guide for the Python Command-line Tool](/getting-data/o
239239
You can alter the `bbox` value to download a particular area.
240240

241241
```
242-
overturemaps download --bbox=-71.068,42.353,-71.058,42.363 -f geojson --type=divisions -o boston.geojson
242+
overturemaps download --bbox=-71.068,42.353,-71.058,42.363 -f geojson --type=division -o boston.geojson
243243
```
244244
</TabItem>
245245

docs/release-calendar.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ Overture uses a three-component `<major>.<minor>.<patch>` version number, i.e. `
77

88
## Upcoming releases
99

10-
Our planned release schedule for the next few months is below. The release dates and schema versions are tentative.
10+
Our planned release schedule for the next two months is below. The release dates and schema versions are tentative.
1111

1212
| Date | Data version | Schema version |
1313
| ----- | ----- | ----- |
14-
| 23 July 2025 | `2025-07-23.0` | `v1.11.0` |
1514
| 20 August 2025 | `2025-08-20.0` | `v1.12.0` |
15+
| 17 September 2025 | `2025-09-17` | ? |
1616

1717

1818
## Past releases
@@ -21,6 +21,7 @@ Overture has been releasing data monthly since October 2023. The data releases a
2121

2222
| Date | Data version | Schema version |
2323
| ----- | ----- | ----- |
24+
| 23 July 2025 | [`2025-07-23.0`](https://docs.overturemaps.org/blog/2025/07/23/release-notes/) | [`v1.11.0`](https://github.com/OvertureMaps/schema/releases/tag/v1.11.0) |
2425
| 25 June 2025 | [`2025-06-25.0`](https://docs.overturemaps.org/blog/2025/06/25/release-notes/) | [`v1.10.0`](https://github.com/OvertureMaps/schema/releases/tag/v1.10.0)|
2526
| 21 May 2025 | [`2025-05-21.0`](https://docs.overturemaps.org/blog/2025/05/21/release-notes/) | [`v.1.9.0`](https://github.com/OvertureMaps/schema/releases/tag/v1.9.0) |
2627
| 23 April 2025 | `2025-04-23.0` | [`v.1.8.0`](https://github.com/OvertureMaps/schema/releases/tag/v1.8.0) |

0 commit comments

Comments
 (0)