|updatedisclaimer| Imagery tools ============= Vegetation index[distance based] -------------------------------- Description ........... Parameters .......... ``Near Infrared Band`` [raster] ``Red Band`` [raster] ``Slope of the soil line`` [number] Default: *0.0* ``Intercept of the soil line`` [number] Default: *0.0* Outputs ....... ``PVI (Richardson and Wiegand)`` [raster] ``PVI (Perry & Lautenschlager)`` [raster] ``PVI (Walther & Shabaani)`` [raster] ``PVI (Qi, et al)`` [raster] Console usage ............. :: processing.runalg('saga:vegetationindexdistancebased', nir, red, slope, intercept, pvi, pvi1, pvi2, pvi3) See also ........ Vegetation index[slope based] ----------------------------- Description ........... Parameters .......... ``Near Infrared Band`` [raster] ``Red Band`` [raster] Outputs ....... ``Normalized Difference Vegetation Index`` [raster] ``Ratio Vegetation Index`` [raster] ``Transformed Vegetation Index`` [raster] ``Corrected Transformed Vegetation Index`` [raster] ``Thiam's Transformed Vegetation Index`` [raster] ``Normalized Ratio Vegetation Index`` [raster] Console usage ............. :: processing.runalg('saga:vegetationindexslopebased', nir, red, ndvi, ratio, tvi, ctvi, ttvi, nratio) See also ........