Skip to content

xyt556/qgis-earthengine-plugin

 
 

Repository files navigation

Google Earth Engine plugin for QGIS

Integrates Google Earth Engine with QGIS using Python API.

Check User Guide to get started.

Gitter

Add Sentinel-2 image

Roadmap

Alpha 0.1 (Q4 2019)

  • Create a new QGIS plugin skeleton
  • Migrate to QGIS3
  • Embed GEE Python library
  • Implement Map.addLayer() for ee.Image
  • Implement Map.addLayer() for ee.Geometry, ee.Feature and ee.FeatureCollection
  • Implement Map.centerObject()
  • Implement Map.getBounds()
  • Implement Map.getCenter()
  • Implement Map.setCenter()
  • Implement Map.getScale()
  • Implement Map.getZoom()
  • Implement Map.setZoom()
  • Upload to QGIS plugin repository: https://plugins.qgis.org/plugins/

Alpha 0.2 (Q1 2020)

  • EE layer inspector
  • Make print(ee_object) more user-friendly, without requiring getInfo(), maybe async ...

Beta

  • Add support for map layers in a way similar to EE Code Editor
  • Add support for Data Catalog, allowing adding assets without the need to write scripts (select time, styling)
  • Custom EE scripts as Processing algorithms, so that users can use it within Graphical Modeller
  • Fetch (cache?) raster assets locally (EE > QGIS), for a given rectangle / CRS, as a Processing tool
  • Export vector and raster data (QGIS > EE) either via Tasks or some other way
  • Use QGIS vector/raster style editors to edit EE layer styles

Contributors

@gena @XavierCLL @hcwinsemius @siggyf

For Developers

This section is for developers-only.

The ee_plugin uses paver for packaging. If you do not have paver (https://github.com/paver/paver) installed, install it by typing the following in a console:

pip install paver

Open a console in the folder created in the first step, and type

paver setup

This will get all the dependencies needed by the plugin.

Install into QGIS by running

paver install

This should create a symbolic link to the plugin directory wihin the QGIS plugins deployment directory. Check Settings > User Profiles > Open Active Profile Folder, and then go to python/plugins. To reload any changes made in the plugin into Qgis, it is recommended to use the plugin reloader.

To generate the installable zip package

paver package

Random Links

About

Integrates Google Earth Engine and QGIS using Python API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 93.0%
  • Makefile 3.1%
  • Batchfile 2.8%
  • QML 1.1%