QGIS Python Plugins Repository
Google Earth Engine Data Catalog
This QGIS plug-in lets you explore satellite images and geospatial datasets from Google Earth Engine.
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).
- Author
- Sandro Klippel
- Maintainer
- sandroklippel
- Tags
- raster , search , export , landsat , google , tms , remote sensing , layers , sentinel
- Plugin home page
- https://github.com/sandroklippel/qgis_gee_data_catalog/wiki
- Tracker
- Browse and report bugs
- Code repository
- https://github.com/sandroklippel/qgis_gee_data_catalog
- Latest stable version
- 0.5.0
- Latest experimental version:
- 0.1
- Plugin ID
-
2074
Version | Experimental | Min QGIS version | Max QGIS version | Downloads | Uploaded by | Date |
---|---|---|---|---|---|---|
0.5.0 | no | 3.18.0 | 3.99.0 | 15500 | sandroklippel | 2024-09-25T20:14:10.296031+00:00 |
0.4.3 | no | 3.10.0 | 3.99.0 | 147769 | sandroklippel | 2022-04-13T02:53:24.558211+00:00 |
0.4.2 | no | 3.10.0 | 3.99.0 | 37572 | sandroklippel | 2021-09-13T18:27:25.985297+00:00 |
0.4.1 | no | 3.10.0 | 3.99.0 | 51796 | sandroklippel | 2020-10-13T17:45:23.198158+00:00 |
0.4.0 | no | 3.10.0 | 3.99.0 | 2859 | sandroklippel | 2020-10-01T13:46:54.638763+00:00 |
0.3.0 | no | 3.10.0 | 3.99.0 | 4419 | sandroklippel | 2020-09-10T05:19:34.505918+00:00 |
0.2.1 | no | 3.10.0 | 3.99.0 | 10324 | sandroklippel | 2020-06-29T15:11:48.572632+00:00 |
0.2.0 | no | 3.10.0 | 3.99.0 | 1246 | sandroklippel | 2020-06-23T21:36:11.996668+00:00 |
0.1 | yes | 3.10.0 | 3.99.0 | 1401 | sandroklippel | 2020-05-31T06:54:46.280681+00:00 |