Browse and download satellite imagery from STAC-compliant catalogs (Planetary Computer, AWS Earth Search, custom endpoints)
Open Geodata Browser is a powerful QGIS plugin for accessing satellite imagery from leading STAC data providers. Seamlessly search, filter, and load Cloud-Optimized GeoTIFFs and other geospatial data directly into QGIS with advanced spatial-temporal filtering and batch download capabilities.
Prerequisites
Install Open-Geodata-API in your QGIS Python environment:
Using OSGeo4W Shell (Windows)
pip install open-geodata-api
OR
From QGIS Python Console
from pip._internal.main import main as pip_main
pip_main(['install', '--user', '--upgrade', 'open-geodata-api'])
Plugin Tags