compute_ndvi
Compute Normalized Difference Vegetation Index (NDVI) from a raster by specifying red and near-infrared band indices and save the result as a GeoTIFF file.
Instructions
Compute NDVI (Normalized Difference Vegetation Index) and save to GeoTIFF.
Parameters:
source: input raster path.
red_band_index: index of red band (1-based).
nir_band_index: index of near-infrared band (1-based).
destination: output NDVI raster path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| red_band_index | Yes | ||
| nir_band_index | Yes | ||
| destination | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||