Plugin icon

Google Earth Engine Data Catalog

Plugin ID: 2074

This QGIS plug-in lets you explore satellite images and geospatial datasets from Google Earth Engine.

(136) votes 
Download latest
Versions JSON
Latest version
This plugin is deprecated!

Search, view and download satellite imagery and geospatial datasets from Google Earth Engine.

A Google Earth Engine account linked to a Cloud Project is required. Additionally, the EE Python API (earthengine-api) must be installed and authenticated.

To install on Windows (OSGeo4W Shell):

> python -m pip install --upgrade pip
> python -m pip install earthengine-api --user

To install on Linux (Ubuntu based):

$ sudo apt update
$ sudo apt upgrade
$ sudo apt install python3-pip
$ pip3 install earthengine-api --user

To authenticate on QGIS Terminal Python (Ctrl+Alt+P):

>>> import ee
>>> ee.Authenticate()

The Cloud Project name must be assigned to GOOGLE_CLOUD_PROJECT environment variable.
This can be done in QGIS (Settings -> Options -> System -> Environment).

Version QGIS >= QGIS <= Date
0.5.0 - 3.18.0 3.99.0 74386 sandroklippel 2024-09-25T20:14:10.296031+00:00
0.4.3 - 3.10.0 3.99.0 151316 sandroklippel 2022-04-13T02:53:24.558211+00:00
0.4.2 - 3.10.0 3.99.0 37758 sandroklippel 2021-09-13T18:27:25.985297+00:00
0.4.1 - 3.10.0 3.99.0 51943 sandroklippel 2020-10-13T17:45:23.198158+00:00
0.4.0 - 3.10.0 3.99.0 3008 sandroklippel 2020-10-01T13:46:54.638763+00:00
0.3.0 - 3.10.0 3.99.0 4563 sandroklippel 2020-09-10T05:19:34.505918+00:00
0.2.1 - 3.10.0 3.99.0 10467 sandroklippel 2020-06-29T15:11:48.572632+00:00
0.2.0 - 3.10.0 3.99.0 1362 sandroklippel 2020-06-23T21:36:11.996668+00:00
0.1 3.10.0 3.99.0 1836 sandroklippel 2020-05-31T06:54:46.280681+00:00