diff --git a/docs/book/Part F - Fundamentals/F1 - Programming and Remote Sensing Basics/F1.0 Javascript and the Earth Engine API/F10a Checkpoint.js b/docs/book/Part F - Fundamentals/F1 - Programming and Remote Sensing Basics/F1.0 Javascript and the Earth Engine API/F10a Checkpoint.js index 957a94f..a49b32d 100644 --- a/docs/book/Part F - Fundamentals/F1 - Programming and Remote Sensing Basics/F1.0 Javascript and the Earth Engine API/F10a Checkpoint.js +++ b/docs/book/Part F - Fundamentals/F1 - Programming and Remote Sensing Basics/F1.0 Javascript and the Earth Engine API/F10a Checkpoint.js @@ -1,5 +1,5 @@ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -// Chapter: F1.0 Exploring images +// Chapter: F1.0 Javascript and the Earth Engine API // Checkpoint: F10a // Author: Ujaval Gandhi // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/book/Part F - Fundamentals/F1 - Programming and Remote Sensing Basics/F1.0 Javascript and the Earth Engine API/F10a Checkpoint.py b/docs/book/Part F - Fundamentals/F1 - Programming and Remote Sensing Basics/F1.0 Javascript and the Earth Engine API/F10a Checkpoint.py index 7be474b..f4fc504 100644 --- a/docs/book/Part F - Fundamentals/F1 - Programming and Remote Sensing Basics/F1.0 Javascript and the Earth Engine API/F10a Checkpoint.py +++ b/docs/book/Part F - Fundamentals/F1 - Programming and Remote Sensing Basics/F1.0 Javascript and the Earth Engine API/F10a Checkpoint.py @@ -4,7 +4,7 @@ Map = geemap.Map() # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# Chapter: F1.0 Exploring images +# Chapter: F1.0 Javascript and the Earth Engine API # Checkpoint: F10a # Author: Ujaval Gandhi # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/book/Part F - Fundamentals/F1 - Programming and Remote Sensing Basics/F1.0 Javascript and the Earth Engine API/F10b Checkpoint.ipynb b/docs/book/Part F - Fundamentals/F1 - Programming and Remote Sensing Basics/F1.0 Javascript and the Earth Engine API/F10b Checkpoint.ipynb index 2b4e69e..7bb9166 100644 --- a/docs/book/Part F - Fundamentals/F1 - Programming and Remote Sensing Basics/F1.0 Javascript and the Earth Engine API/F10b Checkpoint.ipynb +++ b/docs/book/Part F - Fundamentals/F1 - Programming and Remote Sensing Basics/F1.0 Javascript and the Earth Engine API/F10b Checkpoint.ipynb @@ -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", @@ -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", @@ -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: F10b\n", "# Author: Ujaval Gandhi\n", "# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n", @@ -65,9 +67,7 @@ "# -----------------------------------------------------------------------\n", "# CHECKPOINT\n", "# -----------------------------------------------------------------------\n" - ], - "outputs": [], - "execution_count": null + ] }, { "cell_type": "markdown", @@ -78,12 +78,12 @@ }, { "cell_type": "code", + "execution_count": null, "metadata": {}, + "outputs": [], "source": [ "Map" - ], - "outputs": [], - "execution_count": null + ] } ], "metadata": { @@ -108,4 +108,4 @@ }, "nbformat": 4, "nbformat_minor": 4 -} \ No newline at end of file +} diff --git a/docs/book/Part F - Fundamentals/F1 - Programming and Remote Sensing Basics/F1.0 Javascript and the Earth Engine API/F10b Checkpoint.js b/docs/book/Part F - Fundamentals/F1 - Programming and Remote Sensing Basics/F1.0 Javascript and the Earth Engine API/F10b Checkpoint.js index 5687f95..fa9eef3 100644 --- a/docs/book/Part F - Fundamentals/F1 - Programming and Remote Sensing Basics/F1.0 Javascript and the Earth Engine API/F10b Checkpoint.js +++ b/docs/book/Part F - Fundamentals/F1 - Programming and Remote Sensing Basics/F1.0 Javascript and the Earth Engine API/F10b Checkpoint.js @@ -1,5 +1,5 @@ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -// Chapter: F1.0 Exploring images +// Chapter: F1.0 Javascript and the Earth Engine API // Checkpoint: F10b // Author: Ujaval Gandhi // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/book/Part F - Fundamentals/F1 - Programming and Remote Sensing Basics/F1.0 Javascript and the Earth Engine API/F10b Checkpoint.py b/docs/book/Part F - Fundamentals/F1 - Programming and Remote Sensing Basics/F1.0 Javascript and the Earth Engine API/F10b Checkpoint.py index 57a9636..8903239 100644 --- a/docs/book/Part F - Fundamentals/F1 - Programming and Remote Sensing Basics/F1.0 Javascript and the Earth Engine API/F10b Checkpoint.py +++ b/docs/book/Part F - Fundamentals/F1 - Programming and Remote Sensing Basics/F1.0 Javascript and the Earth Engine API/F10b Checkpoint.py @@ -4,7 +4,7 @@ Map = geemap.Map() # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# Chapter: F1.0 Exploring images +# Chapter: F1.0 Javascript and the Earth Engine API # Checkpoint: F10b # Author: Ujaval Gandhi # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~