change_vegetation
Detect vegetation change over time by computing NDVI from NIR and red band reflectance for two dates and interpreting the difference.
Instructions
Vegetation change detection using NDVI (Normalized Difference Vegetation Index). Computes NDVI for two dates from NIR and Red band reflectance values and interprets the difference.
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 | |
| nir_before | Yes | Near-infrared reflectance for the earlier date | |
| red_before | Yes | Red band reflectance for the earlier date |