Skip to content

Commit

Permalink
[processing] fixed wrong param name in SAGA 2.2.0 regression kriging
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Nov 13, 2015
1 parent 54c4f75 commit 358e0f7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@ ParameterBoolean|COORD_X|Include X Coordinate|False
ParameterBoolean|COORD_Y|Include Y Coordinate|False
ParameterBoolean|INTERCEPT|Intercept|True
ParameterSelection|METHOD|Method|[0] include all;[1] forward;[2] backward;[3] stepwise|3
ParameterNumber|P_VALUES|Significance Level|0|100.0|5.0
ParameterNumber|P_VALUE|Significance Level|0|100.0|5.0
ParameterSelection|INTERPOL|Grid Interpolation|[0] Nearest Neighbor;[1] Bilinear Interpolation;[2] Inverse Distance Interpolation;[3] Bicubic Spline Interpolation;[4] B-Spline Interpolation
ParameterSelection|SEARCH_RANGE|Search Range|[0] local;[1] global
ParameterNumber|SEARCH_RADIUS|Maximum Search Distance|0|None|1000
Expand Down

0 comments on commit 358e0f7

Please sign in to comment.