spectral_ndvi
Calculate the Normalized Difference Vegetation Index (NDVI) from NIR and Red band reflectance to assess vegetation health and density for agricultural and environmental monitoring.
Instructions
Calculate Normalized Difference Vegetation Index (NDVI) from NIR and Red band reflectance values. NDVI = (NIR - Red) / (NIR + Red). Values range from -1 to 1. Widely used for assessing vegetation health, density, and agricultural monitoring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nir | Yes | NIR band reflectance value (0–1). Near-Infrared band, typically Sentinel-2 Band 8 or Landsat Band 5. | |
| red | Yes | Red band reflectance value (0–1). Red visible band, typically Sentinel-2 Band 4 or Landsat Band 4. |