Skip to content

Commit 848cd44

Browse files
committedJun 24, 2015
[processing] fixed a couple of wrong SAGA algorithm descriptions for 2.1.4
1 parent 59b176d commit 848cd44

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
 

‎python/plugins/processing/algs/saga/description/2.1.3/TPIBasedLandformClassification.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ParameterNumber|RADIUS_A_MIN|Min Radius A|None|None|0
55
ParameterNumber|RADIUS_A_MAX|Max Radius A|None|None|100
66
ParameterNumber|RADIUS_B_MIN|Min Radius B|None|None|0
77
ParameterNumber|RADIUS_B_MAX|Max Radius B|None|None|1000
8-
ParameterSelection|DISTANCE_WEIGHTING_DW_WEIGHTING|Distance Weighting|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
9-
ParameterNumber|DISTANCE_WEIGHTING_DW_IDW_POWER|Inverse Distance Weighting Power|0.0|None|1
10-
ParameterBoolean|DISTANCE_WEIGHTING_DW_IDW_OFFSET |Inverse Distance Offset|True
11-
ParameterNumber|DISTANCE_WEIGHTING_DW_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|75.0
8+
ParameterSelection|DW_WEIGHTING|Distance Weighting|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
9+
ParameterNumber|DW_IDW_POWER|Inverse Distance Weighting Power|0.0|None|1
10+
ParameterBoolean|DW_IDW_OFFSET |Inverse Distance Offset|True
11+
ParameterNumber|DW_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|75.0
1212
OutputRaster|LANDFORMS|Landforms

‎python/plugins/processing/algs/saga/description/2.1.3/TopographicPositionIndex(TPI).txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ ParameterRaster|DEM|Elevation|False
44
ParameterBoolean|STANDARD |Standardize|True
55
ParameterNumber|RADIUS_MIN|Min Radius|0.0|None|0.0
66
ParameterNumber|RADIUS_MAX|Max Radius|None|None|100.0
7-
ParameterSelection|DISTANCE_WEIGHTING_DW_WEIGHTING|Distance Weighting|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
8-
ParameterNumber|DISTANCE_WEIGHTING_DW_IDW_POWER|Inverse Distance Weighting Power|None|None|1
9-
ParameterBoolean|DISTANCE_WEIGHTING_DW_IDW_OFFSET |Inverse Distance Offset|True
10-
ParameterNumber|DISTANCE_WEIGHTING_DW_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|75.0
7+
ParameterSelection|DW_WEIGHTING|Distance Weighting|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
8+
ParameterNumber|DW_IDW_POWER|Inverse Distance Weighting Power|None|None|1
9+
ParameterBoolean|DW_IDW_OFFSET |Inverse Distance Offset|True
10+
ParameterNumber|DW_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|75.0
1111
OutputRaster|TPI|Topographic Position Index

0 commit comments

Comments
 (0)
Please sign in to comment.