File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
python/plugins/processing/algs/saga/description/2.1.3 Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ ParameterNumber|RADIUS_A_MIN|Min Radius A|None|None|0
5
5
ParameterNumber|RADIUS_A_MAX|Max Radius A|None|None|100
6
6
ParameterNumber|RADIUS_B_MIN|Min Radius B|None|None|0
7
7
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
12
12
OutputRaster|LANDFORMS|Landforms
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ ParameterRaster|DEM|Elevation|False
4
4
ParameterBoolean|STANDARD |Standardize|True
5
5
ParameterNumber|RADIUS_MIN|Min Radius|0.0|None|0.0
6
6
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
11
11
OutputRaster|TPI|Topographic Position Index
You can’t perform that action at this time.
0 commit comments