Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
spatialthoughts committed Jul 2, 2024
1 parent 976cf5a commit e6651bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/python_dataviz/10_leafmap_basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"source": [
"import os\n",
"import geopandas as gpd\n",
"import leafmap.foliumap as leafmap"
"import leafmap.foliumap as leafmap\n",
"import requests"
]
},
{
Expand Down Expand Up @@ -110,7 +111,7 @@
"data_url = 'https://github.com/spatialthoughts/python-dataviz-web/releases/' \\\n",
" 'download/bangalore/'\n",
"\n",
"for f in json_file, gpkg_file, raster_file:\n",
"for f in json_file, gpkg_file:\n",
" download(data_url + f)"
],
"id": "uKDQ9oX2ojKs"
Expand Down

0 comments on commit e6651bd

Please sign in to comment.