qgis-earthengine-examples

License: MIT

A collection of 290+ Python examples for using Google Earth Engine in QGIS

Contact: Qiusheng Wu (https://wetlands.io)

1. Description

This repository is a collection of 290+ Python examples for the Google Earth Engine plugin for QGIS. I developed these Python examples by converting all the JavaScript examples (except those not yet supported by plugin) from the Google Earth Engine API Documentation. Additionally, some examples were adapted from Gena's examples and the Earth Engine API examples. Kudos to Gennadii Donchyts for developing this amazing Google Earth Engine plugin for QGIS.

2. Usage

3. Add QGIS Basemaps

QGIS Basemaps

4. Earth Engine QGIS Plugin Demo

qgis-gee-demo

5. Earth Engine and Folium Interactive Mapping

If you do not have QGIS installed on your computer, you can try Earth Engine API and the folium library for interactive mapping. A Jupyter notebook example can be found here.

6. QGIS Examples

The Table of Contents below mimics the structure of the Google Earth Engine API Documentation. I strongly encourage you to check out the API Documentation if you need an in-depth explanation of each Python example. Please note that the list below does not include all the Python examples contained in this repository. You are welcome to explore the repository and find more examples to suit your needs.

Get Started

Machine Learning

Image

ImageCollection

Geometry, Feature, FeatureCollection

Reducer

Join

Array

Specialized Algorithms

Asset Management

How Earth Engine Works

Filter

Visualization

Datasets

Tutorials

Gena's Examples