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