# EEwPython
**Repository Path**: wolfalpha/EEwPython
## Basic Information
- **Project Name**: EEwPython
- **Description**: No description available
- **Primary Language**: Python
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2020-06-01
- **Last Updated**: 2024-11-23
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Google Earth Engine with Python
Maintainer:
- [*`Cesar Aybar Camacho`*](https://csaybar.github.io) < csaybar@gmail.com >
- [*`Roy Yali Samaniego`*]() < ryali93@gmail.com >
**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)