Plugin icon

Geemap

Plugin ID: 4507

A QGIS plugin that integrates geemap for working with Google Earth Engine data.

(19) votes 
Download latest
Versions JSON
Latest version

QGIS Geemap brings the power of geemap and Google Earth Engine to QGIS.

Features:
- Add Earth Engine Image and ImageCollection layers to QGIS
- Add Earth Engine FeatureCollection layers as vector data
- Use familiar geemap Map API within QGIS
- Interactive map controls for center, zoom, and bounds
- Full compatibility with existing geemap code

This plugin allows you to use code like:

import ee
import geemap

m = geemap.Map(center=(40, -100), zoom=4)
dem = ee.Image("USGS/SRTMGL1_003")
m.add_layer(dem, {"min": 0, "max": 4000, "palette": ["green", "white"]}, "DEM")

Version QGIS >= QGIS <= Date
0.4.2 - 3.28.0 4.99.0 3668 giswqs 2026-05-08T22:11:36.274547+00:00
0.4.1 - 3.28.0 4.99.0 403 giswqs 2026-05-05T21:26:47.639915+00:00
0.4.0 - 3.28.0 4.99.0 780 giswqs 2026-04-27T00:54:41.960642+00:00
0.3.0 - 3.28.0 3.99.0 1631 giswqs 2026-02-27T18:14:35.380837+00:00
0.1.0 - 3.28.0 3.99.0 1870 giswqs 2025-12-30T14:09:17.374859+00:00