Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 516 Bytes

File metadata and controls

15 lines (10 loc) · 516 Bytes

Python GEE workshop!

Here you can find some simple examples of the following operations using Python and Google Earth Engine module.

The main operations we are gonna cover are:

  1. Query, filter, mask and visualize (geemap) images
  2. Map function over the image collection
  3. Apply reduce function to summarize data over time and space
  4. Import/export data
  5. Understanding the logic behind the image array operations
  6. Plot data using Matplotlib
  7. Training and predicting using ML models