spectral_evi
Calculate Enhanced Vegetation Index (EVI) from NIR, Red, and Blue band reflectance values to assess vegetation health while reducing atmospheric and soil background effects.
Instructions
Calculate Enhanced Vegetation Index (EVI) from NIR, Red, and Blue band reflectance values. EVI = 2.5 * (NIR - Red) / (NIR + 6Red - 7.5Blue + 1). EVI improves on NDVI by correcting for atmospheric and soil background influences. Particularly useful in high-biomass regions where NDVI saturates.
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. | |
| blue | Yes | Blue band reflectance value (0–1). Blue visible band, typically Sentinel-2 Band 2 or Landsat Band 2. |