GT-Master / qgis-earthengine-examples

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qgis-earthengine-examples

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

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

1. Description

This repository is a collection of 200+ Python examples for the Google Earth Engine plugin for QGIS. I developed these Python examples by converting all (except those unsupported by QGIS) the JavaScript examples 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

  • Step 1: Sign up for Google Earth Engine.
  • Step 2: Install QGIS.
  • Step 3: Install the Google Earth Engine Plugin for QGIS and authenticate Google Earth Engine.
  • Step 4: Git clone or download this repository.
  • Step 5: Open the Python console in QGIS and load any downloaded Python script into the QGIS Python Editor.
  • Step 6: Click the Run script button on the Python Editor to execute the script.
  • Step 7: Zoom in/out the QGIS Canvas to inspect the results.

3. Demo

qgis-gee-demo

4. 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.

About

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

License:MIT License


Languages

Language:Python 100.0%