Abi GEE Index Downloader
========================

A QGIS plugin for generating remote-sensing indices and terrain products
through Google Earth Engine and exporting them as GeoTIFF files or Google
Drive tasks.

Features
--------
* Google Earth Engine project authentication
* Sentinel-2, Landsat-8 and Landsat-9 processing
* NDVI, NDWI, MNDWI, NDBI, UI, NDMI, MSI, GNDVI, NDRE, SAVI, EVI, BSI,
  NBR and Landsat LST
* DEM, DSM and rasterized contour products
* Boundary clipping
* Direct GeoTIFF download or Google Drive export
* QGIS raster symbology

Security
--------
The plugin does not execute pip or any other external command. Missing Python
dependencies are reported to the user rather than installed automatically.

Required Python packages
------------------------
* earthengine-api
* geopandas
* requests

Install these packages in the Python environment used by QGIS before use.
Google Earth Engine authentication and a valid Google Cloud Project ID are
also required.

Compatibility
-------------
Designed for QGIS 3.22+ and prepared for QGIS 4.x / Qt 6 using the
qgis.PyQt compatibility layer and scoped Qt enums.

License
-------
See LICENSE.
