Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions examples/overture-geoparquet.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
"id": "250a25da-9547-4a0a-b709-8659e0669545",
"metadata": {},
"source": [
"# Visualizing Spatially-Partitioned GeoParquet with Lonboard, Obstore & GeoArrow-Rust\n",
"# Spatially-Partitioned GeoParquet\n",
"\n",
"## Visualizing Spatially-Partitioned GeoParquet with Lonboard, Obstore & GeoArrow-Rust\n",
"\n",
"[GeoParquet](https://geoparquet.org/) is a fast, cloud-native file format for geospatial vector data. There's a lot of excitement around _spatially-partitioned_ GeoParquet, where the data within one or more GeoParquet files is arranged spatially. This allows GeoParquet readers to select data from a spatial query without loading and parsing the entire dataset.\n",
"\n",
Expand Down Expand Up @@ -538,9 +540,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "lonboard",
"display_name": ".venv",
"language": "python",
"name": "lonboard"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand Down