Skip to content

Commit

Permalink
Leafmap version note (#300)
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Lichtman <[email protected]>
  • Loading branch information
777arc and Marc Lichtman authored Nov 14, 2024
1 parent e31d1a6 commit 8c80e6d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions quickstarts/leafmap-example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"\n",
"[Leafmap](https://leafmap.org/) is a Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment.\n",
"\n",
"Leafmap includes great support for visualizing data using STAC metadata. For example, you can provide the name of a collection, item, and asset it visualize."
"Leafmap includes great support for visualizing data using STAC metadata. For example, you can provide the name of a collection, item, and asset it visualize. This was tested to work on Leafmap version 0.8.6."
]
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"id": "daae6609-b02c-4a76-967e-4229d2208d1f",
"metadata": {},
"outputs": [
Expand All @@ -34,7 +34,7 @@
}
],
"source": [
"import leafmap\n",
"import leafmap # tested under leafmap==0.8.6\n",
"\n",
"m = leafmap.Map()\n",
"m.add_stac_layer(\n",
Expand Down Expand Up @@ -153,7 +153,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
Expand All @@ -167,7 +167,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.13"
"version": "3.10.6"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
Expand Down

0 comments on commit 8c80e6d

Please sign in to comment.