change_water
Identify water body changes by computing NDWI difference from Green and NIR reflectances of two dates.
Instructions
Water body change detection using NDWI (Normalized Difference Water Index). Computes NDWI for two dates from Green and NIR band reflectance values and interprets the difference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nir_after | Yes | Near-infrared reflectance for the later date | |
| nir_before | Yes | Near-infrared reflectance for the earlier date | |
| green_after | Yes | Green band reflectance for the later date | |
| green_before | Yes | Green band reflectance for the earlier date |