[general]
name=GeoRisk Pulse
qgisMinimumVersion=3.16
description=Generate a transparent, user-defined Composite Environmental Risk Index from weighted, normalized raster indicators.
version=1.0.0
author=Md Khadem Ali
email=khademgenu22@gmail.com

about=GeoRisk Pulse is a lightweight, research-oriented QGIS plugin that builds a normalized, weighted composite environmental risk/exposure index from multiple raster indicators (e.g. LST, NDVI, NDBI, flood susceptibility, distance to water, population density). It performs min-max normalization, weighted aggregation, five-class risk classification, area/percentage statistics, and CSV/log reporting. The plugin is intentionally scientifically transparent: it does not claim the output is a universally valid "risk" measurement, it is a user-defined decision-support index whose interpretation depends on the selected indicators, weights, normalization method and study context.

tracker=https://github.com/mdkhademali/GeoRiskPulse/issues
repository=https://github.com/mdkhademali/GeoRiskPulse
homepage=https://github.com/mdkhademali/GeoRiskPulse

hasProcessingProvider=yes
tags=risk,raster,composite index,disaster risk,climate,GeoAI,remote sensing,decision support,environmental monitoring,normalization,digital twin

category=Analysis
icon=icon.png
license=GPL-3.0-or-later
experimental=False
deprecated=False

changelog=1.0.0 (Version 1)
    - Initial research-prototype release
    - Min-Max normalization (positive/negative indicators)
    - Weighted composite index with automatic weight normalization
    - Configurable 5-class risk classification
    - Continuous + categorized raster renderers
    - CSV report, processing log, and dynamic methodology panel
    - Optional raster alignment via GDAL warp (never silent)
    - Synthetic demo data generator + unit tests
