Calculates the normalized difference vegetation index (NDVI) from near-infrared and red imagery.
normalized_difference_vegetation_index(nir, red, output, clip = 0,
osavi = FALSE, verbose_mode = FALSE)
Input near-infrared band image.
Input red band image.
Output raster file.
Optional amount to clip the distribution tails by, in percent.
Optional flag indicating whether the optimized soil-adjusted veg index (OSAVI) should be used.
Sets verbose mode. If verbose mode is False, tools will not print output messages.
Returns the tool text outputs.