Skip to content

Commit

Permalink
Fix spatialpandas link (#1337)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored May 22, 2024
1 parent 428d715 commit d0c92dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/user_guide/8_Polygons.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"In addition to points, lines, areas, rasters, and trimeshes, Datashader can quickly render large collections of polygons (filled polylines). Datashader's polygon support depends on data structures provided by the separate [spatialpandas](https://spatialpandas.holoviz.org) library, which extends Pandas and Parquet to support efficient storage and manipulation of \"ragged\" (variable length) data like polygons. \n",
"In addition to points, lines, areas, rasters, and trimeshes, Datashader can quickly render large collections of polygons (filled polylines). Datashader's polygon support depends on data structures provided by the separate [spatialpandas](nbviewer.org/github/holoviz/spatialpandas/blob/main/examples/Overview.ipynb) library, which extends Pandas and Parquet to support efficient storage and manipulation of \"ragged\" (variable length) data like polygons. \n",
"\n",
"Before running these examples, you will need spatialpandas installed with pip:\n",
"\n",
Expand Down

0 comments on commit d0c92dd

Please sign in to comment.