mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-05 00:05:32 -04:00
48 lines
1.1 KiB
ReStructuredText
48 lines
1.1 KiB
ReStructuredText
RESIDUAL ANALYSIS
|
|
=================
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Grid[Raster]``:
|
|
- ``Radius (Cells)[Number]``:
|
|
- ``Distance Weighting[Selection]``:
|
|
- ``Inverse Distance Weighting Power[Number]``:
|
|
- ``Inverse Distance Offset[Boolean]``:
|
|
- ``Gaussian and Exponential Weighting Bandwidth[Number]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Mean Value[Raster]``:
|
|
- ``Difference from Mean Value[Raster]``:
|
|
- ``Standard Deviation[Raster]``:
|
|
- ``Value Range[Raster]``:
|
|
- ``Minimum Value[Raster]``:
|
|
- ``Maximum Value[Raster]``:
|
|
- ``Deviation from Mean Value[Raster]``:
|
|
- ``Percentile[Raster]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
processing.runalg('saga:residualanalysisgrid', grid, radius, distance_weighting_weighting, distance_weighting_idw_power, distance_weighting_idw_offset, distance_weighting_bandwidth, mean, diff, stddev, range, min, max, devmean, percent)
|
|
|
|
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
|