# GeoFireGuard Code

This folder contains the main Google Earth Engine (GEE) script used
for wildfire risk assessment in 2025.

## Script
- `GeoFireGuard_FireRisk_Analysis_2025.js` : main analysis script

## Inputs
- AOI geometry (`ee.Geometry` or `FeatureCollection`)
- Satellite and climate datasets: Sentinel-2, Landsat 8/9, CHIRPS, SMAP, ERA5, S5P

## Outputs
- GeoTIFFs exported to Google Drive:
  - NDVI, NBR, NDMI
  - LST (30 m)
  - FAPAR, LAI
  - RGB composites
  - dNBR 2024-2025
  - Fire risk map (4 classes)
  - Wind alert maps

## Notes
- AOI must be defined before running
- Script uses cloud and QA masking
- All datasets are open-source

