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
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
Loading