Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/csaybar/EEwPython

A series of Jupyter notebook to learn Google Earth Engine with Python
https://github.com/csaybar/EEwPython

gee google-earth-engine r

Last synced: about 1 month ago
JSON representation

A series of Jupyter notebook to learn Google Earth Engine with Python

Lists

README

        

# Google Earth Engine with Python

Open in Colab


Maintainer:
- [*`Cesar Aybar Camacho`*](https://csaybar.github.io) < [email protected] >
- [*`Roy Yali Samaniego`*]() < [email protected] >

**Welcome!**

The course **"EEwPython"** is a series of Jupyter notebook (colabs) to learn Google Earth Engine (GEE) with python. EEwPython is structured in two parts. The first one is an adaptation from all [Google Earth Engine Documentation](https://developers.google.com/earth-engine/) to be able to run in python, and the second one is a recompilation of different reproducible examples. If you want to contribute with EEwPython, do not doubt to keep in touch with us. All the material is released under the Apache 2.0 license.

## Table of Contents

### 1. Google Earth Engine Guides
- [1. Developer's Guide](1_Introduction.ipynb)
- [2. Image](2_eeImage.ipynb)
- [3. ImageCollection](3_eeImageCollection.ipynb)
- [4. Geometry, Feature & FeatureCollections](4_features.ipynb)
- [5. Reducer](5_Reducer.ipynb)
- [6. Joins](6_Joins.ipynb)
- [7. Chart](7_Chart.ipynb)
- [8. Array](8_Array.ipynb)
- [9. Specialized Algorithms](9_SpecializedAlgorithms.ipynb)
- [10. Export data](10_Export.ipynb)

### 2. Applications
- [1. Climate Change - CMIP5 (plotly + GEE)](cmip5.ipynb)
- [2. Crop Area estimation in Camana Valley using a Deep Neural Network (tensorflow)](dnn_demo.ipynb)
- [3. U-Net + EarthEngine](cnn_demo.ipynb)