From 20519bcce3795c84cbc82cff39734b5860b4f0c4 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Wed, 25 Oct 2023 12:50:58 -0400 Subject: [PATCH] Add notebook 138 to docs --- docs/tutorials.md | 1 + examples/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/tutorials.md b/docs/tutorials.md index 717a720001..2df77703c9 100644 --- a/docs/tutorials.md +++ b/docs/tutorials.md @@ -149,3 +149,4 @@ More video tutorials for geemap and Earth Engine are available on my [YouTube ch 135. Earth Engine Image Segmentation with the Segment Anything Model ([notebook](https://geemap.org/notebooks/135_segmentation)) 136. Downloading Earth Engine images in parallel ([notebook](https://geemap.org/notebooks/136_download_parallel)) 137. Creating a rectangular grid covering a region of interest for computing zonal statistics ([notebook](https://geemap.org/notebooks/137_create_grid)) +138. Clipping Earth Engine images interactively with the Draw Control ([notebook](https://geemap.org/notebooks/138_draw_control)) diff --git a/examples/README.md b/examples/README.md index 9dcdce7885..ebcc1190dd 100644 --- a/examples/README.md +++ b/examples/README.md @@ -154,6 +154,7 @@ More video tutorials for geemap and Earth Engine are available on my [YouTube ch 135. Earth Engine Image Segmentation with the Segment Anything Model ([notebook](https://geemap.org/notebooks/135_segmentation)) 136. Downloading Earth Engine images in parallel ([notebook](https://geemap.org/notebooks/136_download_parallel)) 137. Creating a rectangular grid covering a region of interest for computing zonal statistics ([notebook](https://geemap.org/notebooks/137_create_grid)) +138. Clipping Earth Engine images interactively with the Draw Control ([notebook](https://geemap.org/notebooks/138_draw_control)) ### 1. Introducing the geemap Python package for interactive mapping with Google Earth Engine