change_summary
Calculates vegetation, water, urban, burn, and soil indices from two satellite image dates to produce a comprehensive landscape change report.
Instructions
Multi-index change report: computes NDVI (vegetation), NDWI (water), NDBI (urban), NBR (burn), and BSI (soil) for two dates and produces an overall landscape change assessment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nir_after | Yes | Near-infrared reflectance for the later date | |
| red_after | Yes | Red band reflectance for the later date | |
| blue_after | Yes | Blue band reflectance for the later date | |
| nir_before | Yes | Near-infrared reflectance for the earlier date | |
| red_before | Yes | Red band reflectance for the earlier date | |
| swir_after | Yes | Short-wave infrared reflectance for the later date | |
| blue_before | Yes | Blue band reflectance for the earlier date | |
| green_after | Yes | Green band reflectance for the later date | |
| swir_before | Yes | Short-wave infrared reflectance for the earlier date | |
| green_before | Yes | Green band reflectance for the earlier date |