From 209c07b3c29e20f493efa04f3295889f0ca0f371 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Sun, 8 Oct 2023 15:45:48 -0700 Subject: [PATCH] Minor updates to G4G notebook --- README.rst | 3 +++ docs/index.md | 1 + docs/workshops/G4G_2023.ipynb | 32 +++---------------------------- examples/workshops/G4G_2023.ipynb | 32 +++---------------------------- 4 files changed, 10 insertions(+), 58 deletions(-) diff --git a/README.rst b/README.rst index 49b109ee4a..143bcaa0a7 100644 --- a/README.rst +++ b/README.rst @@ -41,6 +41,9 @@ geemap .. image:: https://joss.theoj.org/papers/10.21105/joss.02305/status.svg :target: https://joss.theoj.org/papers/10.21105/joss.02305 +.. image:: https://badges.gitter.im/Join%20Chat.svg + :target: https://matrix.to/#/#geemap:gitter.im + **A Python package for interactive geospatial analysis and visualization with Google Earth Engine.** * GitHub repo: https://github.com/gee-community/geemap diff --git a/docs/index.md b/docs/index.md index 670b2a7b49..a5310ba7c7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,6 +12,7 @@ [![image](https://img.shields.io/badge/YouTube-Channel-red)](https://youtube.com/@giswqs) [![image](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![image](https://joss.theoj.org/papers/10.21105/joss.02305/status.svg)](https://joss.theoj.org/papers/10.21105/joss.02305) +[![chat](https://badges.gitter.im/Join%20Chat.svg)](https://matrix.to/#/#geemap:gitter.im) [![logo](https://i.imgur.com/9OOSpDm.png)](https://github.com/gee-community/geemap/blob/master/docs/assets/logo.png) diff --git a/docs/workshops/G4G_2023.ipynb b/docs/workshops/G4G_2023.ipynb index eb468863f6..bdec022c67 100644 --- a/docs/workshops/G4G_2023.ipynb +++ b/docs/workshops/G4G_2023.ipynb @@ -557,7 +557,7 @@ "source": [ "### Earth Engine Data Catalog\n", "\n", - "The [Earth Engine Data Catalog](https://developers.google.com/earth-engine/datasets) hosts a variety of geospatial datasets. As of March 2023, the catalog contains over [1,000 datasets](https://github.com/samapriya/Earth-Engine-Datasets-List) with a total size of over 80 petabytes. Some notable datasets include: Landsat, Sentinel, MODIS, NAIP, etc. For a complete list of datasets in CSV or JSON formats, see the [Earth Engine Datasets List](https://github.com/giswqs/Earth-Engine-Catalog/blob/master/gee_catalog.tsv).\n", + "The [Earth Engine Data Catalog](https://developers.google.com/earth-engine/datasets) hosts a variety of geospatial datasets. As of October 2023, the catalog contains over [1,000 datasets](https://github.com/opengeos/Earth-Engine-Catalog/blob/master/gee_catalog.tsv) with a total size of over 80 petabytes. Some notable datasets include: Landsat, Sentinel, MODIS, NAIP, etc. For a complete list of datasets in CSV or JSON formats, see the [Earth Engine Datasets List](https://github.com/giswqs/Earth-Engine-Catalog/blob/master/gee_catalog.tsv).\n", "\n", "#### Searching for datasets\n", "\n", @@ -2630,39 +2630,13 @@ "execution_count": null, "metadata": {}, "outputs": [], - "source": [ - "fishnet = geemap.fishnet(region, h_interval=4.0, v_interval=4.0, delta=0.5)\n", - "style = {'color': 'ffff00ff', 'fillColor': '00000000'}\n", - "m.add_layer(fishnet.style(**style), {}, 'Fishnet')" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "geemap.download_ee_image_tiles(\n", - " image, fishnet, out_dir='tiles', scale=1000, crs='EPSG:3857'\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "geemap.download_ee_image_tiles_parallel(\n", - " image, fishnet, out_dir='tiles', scale=1000, crs='EPSG:3857'\n", - ")" - ] + "source": [] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "## Creating Satellite timelapse animations (30 mins)\n", + "## Creating satellite timelapse animations (30 mins)\n", "\n", "### Creating satellite timeseries\n", "\n", diff --git a/examples/workshops/G4G_2023.ipynb b/examples/workshops/G4G_2023.ipynb index eb468863f6..bdec022c67 100644 --- a/examples/workshops/G4G_2023.ipynb +++ b/examples/workshops/G4G_2023.ipynb @@ -557,7 +557,7 @@ "source": [ "### Earth Engine Data Catalog\n", "\n", - "The [Earth Engine Data Catalog](https://developers.google.com/earth-engine/datasets) hosts a variety of geospatial datasets. As of March 2023, the catalog contains over [1,000 datasets](https://github.com/samapriya/Earth-Engine-Datasets-List) with a total size of over 80 petabytes. Some notable datasets include: Landsat, Sentinel, MODIS, NAIP, etc. For a complete list of datasets in CSV or JSON formats, see the [Earth Engine Datasets List](https://github.com/giswqs/Earth-Engine-Catalog/blob/master/gee_catalog.tsv).\n", + "The [Earth Engine Data Catalog](https://developers.google.com/earth-engine/datasets) hosts a variety of geospatial datasets. As of October 2023, the catalog contains over [1,000 datasets](https://github.com/opengeos/Earth-Engine-Catalog/blob/master/gee_catalog.tsv) with a total size of over 80 petabytes. Some notable datasets include: Landsat, Sentinel, MODIS, NAIP, etc. For a complete list of datasets in CSV or JSON formats, see the [Earth Engine Datasets List](https://github.com/giswqs/Earth-Engine-Catalog/blob/master/gee_catalog.tsv).\n", "\n", "#### Searching for datasets\n", "\n", @@ -2630,39 +2630,13 @@ "execution_count": null, "metadata": {}, "outputs": [], - "source": [ - "fishnet = geemap.fishnet(region, h_interval=4.0, v_interval=4.0, delta=0.5)\n", - "style = {'color': 'ffff00ff', 'fillColor': '00000000'}\n", - "m.add_layer(fishnet.style(**style), {}, 'Fishnet')" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "geemap.download_ee_image_tiles(\n", - " image, fishnet, out_dir='tiles', scale=1000, crs='EPSG:3857'\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "geemap.download_ee_image_tiles_parallel(\n", - " image, fishnet, out_dir='tiles', scale=1000, crs='EPSG:3857'\n", - ")" - ] + "source": [] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "## Creating Satellite timelapse animations (30 mins)\n", + "## Creating satellite timelapse animations (30 mins)\n", "\n", "### Creating satellite timeseries\n", "\n",