Skip to content

Commit

Permalink
Fixed chapter title in docstring (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
chilithug authored Aug 23, 2024
1 parent 17ff7f2 commit eda2019
Showing 1 changed file with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"import ee\n",
"import geemap"
],
"outputs": [],
"execution_count": null
]
},
{
"cell_type": "markdown",
Expand All @@ -26,12 +26,12 @@
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"Map = geemap.Map(center=[40, -100], zoom=4)"
],
"outputs": [],
"execution_count": null
]
},
{
"cell_type": "markdown",
Expand All @@ -42,13 +42,15 @@
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Add Earth Engine dataset\n",
"image = ee.Image(\"USGS/SRTMGL1_003\")\n",
"\n",
"# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n",
"# Chapter: F1.0 Exploring images\n",
"# Chapter: F1.0 Javascript and the Earth Engine API\n",
"# Checkpoint: F10a\n",
"# Author: Ujaval Gandhi\n",
"# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n",
Expand Down Expand Up @@ -83,9 +85,7 @@
"# CHECKPOINT\n",
"# -----------------------------------------------------------------------\n",
"\n"
],
"outputs": [],
"execution_count": null
]
},
{
"cell_type": "markdown",
Expand All @@ -96,12 +96,12 @@
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"Map"
],
"outputs": [],
"execution_count": null
]
}
],
"metadata": {
Expand All @@ -126,4 +126,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}

0 comments on commit eda2019

Please sign in to comment.