Skip to content

Commit

Permalink
deploy: f2fb25b
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Oct 23, 2024
1 parent f7b88e8 commit 631bd48
Show file tree
Hide file tree
Showing 51 changed files with 1,514 additions and 274 deletions.
2 changes: 1 addition & 1 deletion _sources/book/about/instructor.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "a6ec0e00",
"id": "206ed75f",
"metadata": {},
"source": [
"# Instructor\n",
Expand Down
2 changes: 1 addition & 1 deletion _sources/book/about/schedule.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "8f931bf9",
"id": "378c402f",
"metadata": {},
"source": [
"# Schedule\n",
Expand Down
2 changes: 1 addition & 1 deletion _sources/book/about/syllabus.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "6ab33396",
"id": "d2f7629d",
"metadata": {},
"source": [
"# Syllabus\n",
Expand Down
4 changes: 2 additions & 2 deletions _sources/book/geospatial/leafmap.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,7 @@
" \"90\": \"#b8d9eb\",\n",
" \"95\": \"#6c9fb8\",\n",
"}\n",
"m = leafmap.Map(center=[40, -100], zoom=4, height=\"700px\")\n",
"m = leafmap.Map(center=[40, -100], zoom=4, height=\"650px\")\n",
"m.add_basemap(\"Satellite\")\n",
"m.add_cog_layer(url, colormap=colormap, name=\"NLCD Land Cover\", nodata=0)\n",
"m.add_legend(title=\"NLCD Land Cover Type\", builtin_legend=\"NLCD\")\n",
Expand Down Expand Up @@ -1818,7 +1818,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "geo",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand Down
Loading

0 comments on commit 631bd48

Please sign in to comment.