Skip to content

Commit

Permalink
Added contour notebook #688
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Oct 27, 2021
1 parent 0e0a321 commit f9cc158
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions docs/tutorials.md
Expand Up @@ -93,3 +93,4 @@ More video tutorials for geemap and Earth Engine are available on my [YouTube ch
79. Creating histograms using the geemap chart module (video | gif | [notebook](https://geemap.org/notebooks/79_chart_histogram/))
80. Adding a point layer with popup attributes (video | gif | [notebook](https://geemap.org/notebooks/80_point_layer))
81. Creating timelapse animations from GEOS weather satellites (video | gif | [notebook](https://geemap.org/notebooks/81_goes_timelapse))
82. Creating elevation contours for any location around the globe (video | gif | [notebook](https://geemap.org/notebooks/82_contours))
2 changes: 2 additions & 0 deletions examples/README.md
Expand Up @@ -100,6 +100,8 @@ More video tutorials for geemap and Earth Engine are available on my [YouTube ch
79. Creating histograms using the geemap chart module (video | gif | [notebook](https://geemap.org/notebooks/79_chart_histogram/))
80. Adding a point layer with popup attributes (video | gif | [notebook](https://geemap.org/notebooks/80_point_layer))
81. Creating timelapse animations from GEOS weather satellites (video | gif | [notebook](https://geemap.org/notebooks/81_goes_timelapse))
82. Creating elevation contours for any location around the globe (video | gif | [notebook](https://geemap.org/notebooks/82_contours))

### 1. Introducing the geemap Python package for interactive mapping with Google Earth Engine

![Intro geemap](https://i.imgur.com/pI39k7v.gif)
Expand Down
Expand Up @@ -94,7 +94,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
Expand All @@ -108,7 +108,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.8.5"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Expand Up @@ -156,14 +156,14 @@ nav:
- notebooks/79_chart_histogram.ipynb
- notebooks/80_point_layer.ipynb
- notebooks/81_goes_timelapse.ipynb
- notebooks/82_contours.ipynb
- miscellaneous:
- notebooks/cartoee_colab.ipynb
- notebooks/cartoee_colorbar.ipynb
- notebooks/cartoee_projections.ipynb
- notebooks/cartoee_quickstart.ipynb
- notebooks/cartoee_scalebar.ipynb
- notebooks/cartoee_subplots.ipynb
- notebooks/contours.ipynb
- notebooks/file_browser.ipynb
- notebooks/geemap_and_earthengine.ipynb
- notebooks/geemap_and_folium.ipynb
Expand Down

0 comments on commit f9cc158

Please sign in to comment.