mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
[processing] fixed a couple of wrong SAGA algorithm descriptions for 2.1.4
This commit is contained in:
parent
59b176d7d0
commit
848cd44d69
@ -5,8 +5,8 @@ ParameterNumber|RADIUS_A_MIN|Min Radius A|None|None|0
|
||||
ParameterNumber|RADIUS_A_MAX|Max Radius A|None|None|100
|
||||
ParameterNumber|RADIUS_B_MIN|Min Radius B|None|None|0
|
||||
ParameterNumber|RADIUS_B_MAX|Max Radius B|None|None|1000
|
||||
ParameterSelection|DISTANCE_WEIGHTING_DW_WEIGHTING|Distance Weighting|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
|
||||
ParameterNumber|DISTANCE_WEIGHTING_DW_IDW_POWER|Inverse Distance Weighting Power|0.0|None|1
|
||||
ParameterBoolean|DISTANCE_WEIGHTING_DW_IDW_OFFSET |Inverse Distance Offset|True
|
||||
ParameterNumber|DISTANCE_WEIGHTING_DW_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|75.0
|
||||
ParameterSelection|DW_WEIGHTING|Distance Weighting|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
|
||||
ParameterNumber|DW_IDW_POWER|Inverse Distance Weighting Power|0.0|None|1
|
||||
ParameterBoolean|DW_IDW_OFFSET |Inverse Distance Offset|True
|
||||
ParameterNumber|DW_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|75.0
|
||||
OutputRaster|LANDFORMS|Landforms
|
||||
|
@ -4,8 +4,8 @@ ParameterRaster|DEM|Elevation|False
|
||||
ParameterBoolean|STANDARD |Standardize|True
|
||||
ParameterNumber|RADIUS_MIN|Min Radius|0.0|None|0.0
|
||||
ParameterNumber|RADIUS_MAX|Max Radius|None|None|100.0
|
||||
ParameterSelection|DISTANCE_WEIGHTING_DW_WEIGHTING|Distance Weighting|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
|
||||
ParameterNumber|DISTANCE_WEIGHTING_DW_IDW_POWER|Inverse Distance Weighting Power|None|None|1
|
||||
ParameterBoolean|DISTANCE_WEIGHTING_DW_IDW_OFFSET |Inverse Distance Offset|True
|
||||
ParameterNumber|DISTANCE_WEIGHTING_DW_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|75.0
|
||||
ParameterSelection|DW_WEIGHTING|Distance Weighting|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
|
||||
ParameterNumber|DW_IDW_POWER|Inverse Distance Weighting Power|None|None|1
|
||||
ParameterBoolean|DW_IDW_OFFSET |Inverse Distance Offset|True
|
||||
ParameterNumber|DW_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|75.0
|
||||
OutputRaster|TPI|Topographic Position Index
|
Loading…
x
Reference in New Issue
Block a user