Skip to content

Commit ef3de28

Browse files
committed
Merge pull request #3110 from NaturalGIS/master
fix two SAGA statistics_grid modules
2 parents d783635 + 8cd6be5 commit ef3de28

10 files changed

+40
-40
lines changed

python/plugins/processing/algs/saga/description/2.1.2/DirectionalStatisticsforSingleGrid.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ ParameterVector|POINTS|Points|-1|True
55
ParameterNumber|DIRECTION|Direction [Degree]|None|None|0.0
66
ParameterNumber|TOLERANCE|Tolerance [Degree]|None|None|0.0
77
ParameterNumber|MAXDISTANCE|Maximum Distance [Cells]|None|None|0
8-
ParameterSelection|DISTANCE_WEIGHTING_WEIGHTING|Distance Weighting|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
9-
ParameterNumber|DISTANCE_WEIGHTING_IDW_POWER|Inverse Distance Weighting Power|None|None|1
10-
ParameterBoolean|DISTANCE_WEIGHTING_IDW_OFFSET|Inverse Distance Offset|True
11-
ParameterNumber|DISTANCE_WEIGHTING_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|1.0
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|None|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|1.0
1212
OutputRaster|MEAN|Arithmetic Mean
1313
OutputRaster|DIFMEAN|Difference from Arithmetic Mean
1414
OutputRaster|MIN|Minimum

python/plugins/processing/algs/saga/description/2.1.2/ResidualAnalysis(Grid).txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ Residual analysis|Residual Analysis (Grid)
22
statistics_grid
33
ParameterRaster|GRID|Grid|False
44
ParameterNumber|RADIUS|Radius (Cells)|1.0|None|7
5-
ParameterSelection|DISTANCE_WEIGHTING_WEIGHTING|Distance Weighting|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
6-
ParameterNumber|DISTANCE_WEIGHTING_IDW_POWER|Inverse Distance Weighting Power|None|None|1
7-
ParameterBoolean|DISTANCE_WEIGHTING_IDW_OFFSET|Inverse Distance Offset|True
8-
ParameterNumber|DISTANCE_WEIGHTING_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|1.0
5+
ParameterSelection|DISTANCE_WEIGHTING_DW_WEIGHTING|Distance Weighting|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
6+
ParameterNumber|DISTANCE_WEIGHTING_DW_IDW_POWER|Inverse Distance Weighting Power|None|None|1
7+
ParameterBoolean|DISTANCE_WEIGHTING_DW_IDW_OFFSET|Inverse Distance Offset|True
8+
ParameterNumber|DISTANCE_WEIGHTING_DW_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|1.0
99
OutputRaster|MEAN|Mean Value
1010
OutputRaster|DIFF|Difference from Mean Value
1111
OutputRaster|STDDEV|Standard Deviation

python/plugins/processing/algs/saga/description/2.1.3/DirectionalStatisticsforSingleGrid.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ ParameterVector|POINTS|Points|-1|True
55
ParameterNumber|DIRECTION|Direction [Degree]|None|None|0.0
66
ParameterNumber|TOLERANCE|Tolerance [Degree]|None|None|0.0
77
ParameterNumber|MAXDISTANCE|Maximum Distance [Cells]|None|None|0
8-
ParameterSelection|DISTANCE_WEIGHTING_WEIGHTING|Distance Weighting|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
9-
ParameterNumber|DISTANCE_WEIGHTING_IDW_POWER|Inverse Distance Weighting Power|None|None|1
10-
ParameterBoolean|DISTANCE_WEIGHTING_IDW_OFFSET|Inverse Distance Offset|True
11-
ParameterNumber|DISTANCE_WEIGHTING_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|1.0
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|None|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|1.0
1212
OutputRaster|MEAN|Arithmetic Mean
1313
OutputRaster|DIFMEAN|Difference from Arithmetic Mean
1414
OutputRaster|MIN|Minimum

python/plugins/processing/algs/saga/description/2.1.3/ResidualAnalysis(Grid).txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ Residual analysis|Residual Analysis (Grid)
22
statistics_grid
33
ParameterRaster|GRID|Grid|False
44
ParameterNumber|RADIUS|Radius (Cells)|1.0|None|7
5-
ParameterSelection|DISTANCE_WEIGHTING_WEIGHTING|Distance Weighting|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
6-
ParameterNumber|DISTANCE_WEIGHTING_IDW_POWER|Inverse Distance Weighting Power|None|None|1
7-
ParameterBoolean|DISTANCE_WEIGHTING_IDW_OFFSET|Inverse Distance Offset|True
8-
ParameterNumber|DISTANCE_WEIGHTING_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|1.0
5+
ParameterSelection|DISTANCE_WEIGHTING_DW_WEIGHTING|Distance Weighting|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
6+
ParameterNumber|DISTANCE_WEIGHTING_DW_IDW_POWER|Inverse Distance Weighting Power|None|None|1
7+
ParameterBoolean|DISTANCE_WEIGHTING_DW_IDW_OFFSET|Inverse Distance Offset|True
8+
ParameterNumber|DISTANCE_WEIGHTING_DW_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|1.0
99
OutputRaster|MEAN|Mean Value
1010
OutputRaster|DIFF|Difference from Mean Value
1111
OutputRaster|STDDEV|Standard Deviation

python/plugins/processing/algs/saga/description/2.1.4/DirectionalStatisticsforSingleGrid.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ ParameterVector|POINTS|Points|-1|True
55
ParameterNumber|DIRECTION|Direction [Degree]|None|None|0.0
66
ParameterNumber|TOLERANCE|Tolerance [Degree]|None|None|0.0
77
ParameterNumber|MAXDISTANCE|Maximum Distance [Cells]|None|None|0
8-
ParameterSelection|DISTANCE_WEIGHTING_WEIGHTING|Distance Weighting|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
9-
ParameterNumber|DISTANCE_WEIGHTING_IDW_POWER|Inverse Distance Weighting Power|None|None|1
10-
ParameterBoolean|DISTANCE_WEIGHTING_IDW_OFFSET|Inverse Distance Offset|True
11-
ParameterNumber|DISTANCE_WEIGHTING_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|1.0
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|None|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|1.0
1212
OutputRaster|MEAN|Arithmetic Mean
1313
OutputRaster|DIFMEAN|Difference from Arithmetic Mean
1414
OutputRaster|MIN|Minimum

python/plugins/processing/algs/saga/description/2.1.4/ResidualAnalysis(Grid).txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ Residual analysis|Residual Analysis (Grid)
22
statistics_grid
33
ParameterRaster|GRID|Grid|False
44
ParameterNumber|RADIUS|Radius (Cells)|1.0|None|7
5-
ParameterSelection|DISTANCE_WEIGHTING_WEIGHTING|Distance Weighting|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
6-
ParameterNumber|DISTANCE_WEIGHTING_IDW_POWER|Inverse Distance Weighting Power|None|None|1
7-
ParameterBoolean|DISTANCE_WEIGHTING_IDW_OFFSET|Inverse Distance Offset|True
8-
ParameterNumber|DISTANCE_WEIGHTING_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|1.0
5+
ParameterSelection|DISTANCE_WEIGHTING_DW_WEIGHTING|Distance Weighting|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
6+
ParameterNumber|DISTANCE_WEIGHTING_DW_IDW_POWER|Inverse Distance Weighting Power|None|None|1
7+
ParameterBoolean|DISTANCE_WEIGHTING_DW_IDW_OFFSET|Inverse Distance Offset|True
8+
ParameterNumber|DISTANCE_WEIGHTING_DW_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|1.0
99
OutputRaster|MEAN|Mean Value
1010
OutputRaster|DIFF|Difference from Mean Value
1111
OutputRaster|STDDEV|Standard Deviation

python/plugins/processing/algs/saga/description/2.2.0/DirectionalStatisticsforSingleGrid.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ ParameterVector|POINTS|Points|-1|True
55
ParameterNumber|DIRECTION|Direction [Degree]|None|None|0.0
66
ParameterNumber|TOLERANCE|Tolerance [Degree]|None|None|0.0
77
ParameterNumber|MAXDISTANCE|Maximum Distance [Cells]|None|None|0
8-
ParameterSelection|DISTANCE_WEIGHTING_WEIGHTING|Distance Weighting|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
9-
ParameterNumber|DISTANCE_WEIGHTING_IDW_POWER|Inverse Distance Weighting Power|None|None|1
10-
ParameterBoolean|DISTANCE_WEIGHTING_IDW_OFFSET|Inverse Distance Offset|True
11-
ParameterNumber|DISTANCE_WEIGHTING_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|1.0
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|None|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|1.0
1212
OutputRaster|MEAN|Arithmetic Mean
1313
OutputRaster|DIFMEAN|Difference from Arithmetic Mean
1414
OutputRaster|MIN|Minimum

python/plugins/processing/algs/saga/description/2.2.0/ResidualAnalysis(Grid).txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ Residual analysis|Residual Analysis (Grid)
22
statistics_grid
33
ParameterRaster|GRID|Grid|False
44
ParameterNumber|RADIUS|Radius (Cells)|1.0|None|7
5-
ParameterSelection|DISTANCE_WEIGHTING_WEIGHTING|Distance Weighting|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
6-
ParameterNumber|DISTANCE_WEIGHTING_IDW_POWER|Inverse Distance Weighting Power|None|None|1
7-
ParameterBoolean|DISTANCE_WEIGHTING_IDW_OFFSET|Inverse Distance Offset|True
8-
ParameterNumber|DISTANCE_WEIGHTING_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|1.0
5+
ParameterSelection|DISTANCE_WEIGHTING_DW_WEIGHTING|Distance Weighting|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
6+
ParameterNumber|DISTANCE_WEIGHTING_DW_IDW_POWER|Inverse Distance Weighting Power|None|None|1
7+
ParameterBoolean|DISTANCE_WEIGHTING_DW_IDW_OFFSET|Inverse Distance Offset|True
8+
ParameterNumber|DISTANCE_WEIGHTING_DW_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|1.0
99
OutputRaster|MEAN|Mean Value
1010
OutputRaster|DIFF|Difference from Mean Value
1111
OutputRaster|STDDEV|Standard Deviation

python/plugins/processing/algs/saga/description/2.2.2/DirectionalStatisticsforSingleGrid.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ ParameterVector|POINTS|Points|-1|True
55
ParameterNumber|DIRECTION|Direction [Degree]|None|None|0.0
66
ParameterNumber|TOLERANCE|Tolerance [Degree]|None|None|0.0
77
ParameterNumber|MAXDISTANCE|Maximum Distance [Cells]|None|None|0
8-
ParameterSelection|DISTANCE_WEIGHTING_WEIGHTING|Distance Weighting|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
9-
ParameterNumber|DISTANCE_WEIGHTING_IDW_POWER|Inverse Distance Weighting Power|None|None|1
10-
ParameterBoolean|DISTANCE_WEIGHTING_IDW_OFFSET|Inverse Distance Offset|True
11-
ParameterNumber|DISTANCE_WEIGHTING_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|1.0
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|None|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|1.0
1212
OutputRaster|MEAN|Arithmetic Mean
1313
OutputRaster|DIFMEAN|Difference from Arithmetic Mean
1414
OutputRaster|MIN|Minimum

python/plugins/processing/algs/saga/description/2.2.3/DirectionalStatisticsforSingleGrid.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ ParameterVector|POINTS|Points|-1|True
55
ParameterNumber|DIRECTION|Direction [Degree]|None|None|0.0
66
ParameterNumber|TOLERANCE|Tolerance [Degree]|None|None|0.0
77
ParameterNumber|MAXDISTANCE|Maximum Distance [Cells]|None|None|0
8-
ParameterSelection|DISTANCE_WEIGHTING_WEIGHTING|Distance Weighting|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
9-
ParameterNumber|DISTANCE_WEIGHTING_IDW_POWER|Inverse Distance Weighting Power|None|None|1
10-
ParameterBoolean|DISTANCE_WEIGHTING_IDW_OFFSET|Inverse Distance Offset|True
11-
ParameterNumber|DISTANCE_WEIGHTING_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|1.0
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|None|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|1.0
1212
OutputRaster|MEAN|Arithmetic Mean
1313
OutputRaster|DIFMEAN|Difference from Arithmetic Mean
1414
OutputRaster|MIN|Minimum

0 commit comments

Comments
 (0)