mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-16 00:02:11 -04:00
Avoid creating temporary helpfiles Added basic converter to convert rst into html on the fly Added SAGA help files
43 lines
957 B
ReStructuredText
43 lines
957 B
ReStructuredText
TOPOGRAPHIC POSITION INDEX (TPI)
|
|
================================
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Elevation[Raster]``:
|
|
- ``Standardize[Boolean]``:
|
|
- ``Min Radius[Number]``:
|
|
- ``Max Radius[Number]``:
|
|
- ``Distance Weighting[Selection]``:
|
|
- ``Inverse Distance Weighting Power[Number]``:
|
|
- ``Inverse Distance Offset[Boolean]``:
|
|
- ``Gaussian and Exponential Weighting Bandwidth[Number]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Topographic Position Index[Raster]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
sextante.runalg('saga:topographicpositionindextpi', dem, standard, radius_min, radius_max, distance_weighting_weighting, distance_weighting_idw_power, distance_weighting_idw_offset, distance_weighting_bandwidth, tpi)
|
|
|
|
Available options for selection parameters:
|
|
|
|
distance_weighting_weighting(Distance Weighting)
|
|
0 - [0] no distance weighting
|
|
1 - [1] inverse distance to a power
|
|
2 - [2] exponential
|
|
3 - [3] gaussian weighting
|