Skip to content

Commit a42faf3

Browse files
authored
docs: Shorter sidebar title for example (#922)
Closes #900 <img width="909" height="363" alt="image" src="https://github.com/user-attachments/assets/28f4c0df-a9eb-4904-9e0b-1e1e4022a020" />
1 parent ee395a6 commit a42faf3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

examples/overture-geoparquet.ipynb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
"id": "250a25da-9547-4a0a-b709-8659e0669545",
3232
"metadata": {},
3333
"source": [
34-
"# Visualizing Spatially-Partitioned GeoParquet with Lonboard, Obstore & GeoArrow-Rust\n",
34+
"# Spatially-Partitioned GeoParquet\n",
35+
"\n",
36+
"## Visualizing Spatially-Partitioned GeoParquet with Lonboard, Obstore & GeoArrow-Rust\n",
3537
"\n",
3638
"[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",
3739
"\n",
@@ -538,9 +540,9 @@
538540
],
539541
"metadata": {
540542
"kernelspec": {
541-
"display_name": "lonboard",
543+
"display_name": ".venv",
542544
"language": "python",
543-
"name": "lonboard"
545+
"name": "python3"
544546
},
545547
"language_info": {
546548
"codemirror_mode": {

0 commit comments

Comments
 (0)