Skip to content

Commit

Permalink
install and import geoparquet package
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusserhat committed Nov 14, 2023
1 parent 29d58ca commit 80bb29f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/notebooks/84_read_parquet.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"metadata": {},
"outputs": [],
"source": [
"# %pip install -U leafmap lonboard==0.3.0"
"# %pip install -U leafmap lonboard==0.3.0 geoparquet"
]
},
{
Expand All @@ -30,7 +30,8 @@
"metadata": {},
"outputs": [],
"source": [
"import leafmap"
"import leafmap\n",
"import geoparquet"
]
},
{
Expand Down Expand Up @@ -210,7 +211,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"![legend](https://i.imgur.com/fxzHHFN.png)"
"![legend](https://i.imgur.com/fxzHHFN.png)\n"
]
}
],
Expand Down

0 comments on commit 80bb29f

Please sign in to comment.