compute_ndvi
Calculate NDVI (Normalized Difference Vegetation Index) from input raster bands, specifying red and near-infrared band indices, and save the result as a GeoTIFF file for vegetation analysis.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
destination | Yes | ||
nir_band_index | Yes | ||
red_band_index | Yes | ||
source | Yes |