Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor updates to G4G notebook #1766

Merged
merged 1 commit into from
Oct 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
32 changes: 3 additions & 29 deletions docs/workshops/G4G_2023.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
32 changes: 3 additions & 29 deletions examples/workshops/G4G_2023.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down