Skip to content

Commit 1b34765

Browse files
authored
fix typo in overture example (#481)
## Available PR templates <!-- Github doesn't allow PR template selection the same way that it is possible with issues. Preview this and select the appropriate template --> - [Default](?expand=1&template=default.md) - [Version Release](?expand=1&template=version_release.md) - _Alternatively delete and start empty_
1 parent 45f83bb commit 1b34765

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/overture-maps.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"\n",
1616
"This notebook will give a quick overview of using the new [Overture Maps Python library](https://github.com/OvertureMaps/overturemaps-py) with Lonboard.\n",
1717
"\n",
18-
"We'll pass in a bounding box covering New York City and the Overture Python API will fetch only the data inside that bounding box. While Overture's buildings dataset contains 2.3 rows, by using a relatively small bounding box, we can download data for our query relatively quickly (around 30 seconds on my internet connection).\n",
18+
"We'll pass in a bounding box covering New York City and the Overture Python API will fetch only the data inside that bounding box. While Overture's buildings dataset contains 2.3 **billion** rows, by using a relatively small bounding box, we can download data for our query relatively quickly (around 30 seconds on my internet connection).\n",
1919
"\n",
2020
"This uses the latest advancements of the [GeoParquet specification](https://geoparquet.org/). Data is fetched _directly from the cloud_ with no server in the middle!\n",
2121
"\n",
22-
"You can view a [hosted version of this notebook on Notebook Sharing Space](https://notebooksharing.space/view/f16f8f4c7133c4576938b262f17ce617cf112106bc25a24a08b528f8f0d11828#displayOptions=) (26MB download)."
22+
"You can view a [hosted version of this notebook on Notebook Sharing Space](https://notebooksharing.space/view/f16f8f4c7133c4576938b262f17ce617cf112106bc25a24a08b528f8f0d11828#displayOptions=) (26MB download).\n"
2323
]
2424
},
2525
{

0 commit comments

Comments
 (0)