mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-15 00:04:37 -04:00
34 lines
591 B
ReStructuredText
34 lines
591 B
ReStructuredText
|
VEGETATION INDEX[DISTANCE BASED]
|
||
|
================================
|
||
|
|
||
|
Description
|
||
|
-----------
|
||
|
|
||
|
Parameters
|
||
|
----------
|
||
|
|
||
|
- ``Near Infrared Band[Raster]``:
|
||
|
- ``Red Band[Raster]``:
|
||
|
- ``Slope of the soil line[Number]``:
|
||
|
- ``Intercept of the soil line[Number]``:
|
||
|
|
||
|
Outputs
|
||
|
-------
|
||
|
|
||
|
- ``PVI (Richardson and Wiegand)[Raster]``:
|
||
|
- ``PVI (Perry & Lautenschlager)[Raster]``:
|
||
|
- ``PVI (Walther & Shabaani)[Raster]``:
|
||
|
- ``PVI (Qi, et al)[Raster]``:
|
||
|
|
||
|
See also
|
||
|
---------
|
||
|
|
||
|
|
||
|
Console usage
|
||
|
-------------
|
||
|
|
||
|
|
||
|
::
|
||
|
|
||
|
sextante.runalg('saga:vegetationindexdistancebased', nir, red, slope, intercept, pvi, pvi1, pvi2, pvi3)
|