From eda20199b602fe3af0eee564ce9b857d8442fb12 Mon Sep 17 00:00:00 2001 From: chilithug <67874619+chilithug@users.noreply.github.com> Date: Fri, 23 Aug 2024 10:37:09 -0700 Subject: [PATCH] Fixed chapter title in docstring (#2) --- .../F10a Checkpoint.ipynb | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/book/Part F - Fundamentals/F1 - Programming and Remote Sensing Basics/F1.0 Javascript and the Earth Engine API/F10a Checkpoint.ipynb b/docs/book/Part F - Fundamentals/F1 - Programming and Remote Sensing Basics/F1.0 Javascript and the Earth Engine API/F10a Checkpoint.ipynb index 84314d7..aa4649d 100644 --- a/docs/book/Part F - Fundamentals/F1 - Programming and Remote Sensing Basics/F1.0 Javascript and the Earth Engine API/F10a Checkpoint.ipynb +++ b/docs/book/Part F - Fundamentals/F1 - Programming and Remote Sensing Basics/F1.0 Javascript and the Earth Engine API/F10a 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: F10a\n", "# Author: Ujaval Gandhi\n", "# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n", @@ -83,9 +85,7 @@ "# CHECKPOINT\n", "# -----------------------------------------------------------------------\n", "\n" - ], - "outputs": [], - "execution_count": null + ] }, { "cell_type": "markdown", @@ -96,12 +96,12 @@ }, { "cell_type": "code", + "execution_count": null, "metadata": {}, + "outputs": [], "source": [ "Map" - ], - "outputs": [], - "execution_count": null + ] } ], "metadata": { @@ -126,4 +126,4 @@ }, "nbformat": 4, "nbformat_minor": 4 -} \ No newline at end of file +}