Skip to content

Commit

Permalink
[BUGFIX][Processing] Reset SAGA InverseDistanceWeighted algorithm
Browse files Browse the repository at this point in the history
Reset 2 parameters :
* SEARCH_POINTS_ALL
* SEARCH_POINTS_MAX

These parameters was defined in 2.1.2 but are available in the next version :
http://www.saga-gis.org/saga_module_doc/2.1.3/grid_gridding_1.html
  • Loading branch information
rldhont committed Feb 25, 2016
1 parent d09d71f commit ab0be95
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -9,6 +9,8 @@ ParameterNumber|WEIGHT_BANDWIDTH|Exponential and Gaussian Weighting Bandwidth|0.
ParameterSelection|SEARCH_RANGE|Search Range|[0] search radius (local);[1] no search radius (global)
ParameterNumber|SEARCH_RADIUS|Search Radius|None|None|100.0
ParameterSelection|SEARCH_DIRECTION|Search Mode|[0] all directions;[1] quadrants
ParameterSelection|SEARCH_POINTS_ALL|Number of Points|[0] maximum number of nearest points;[1] all points
ParameterNumber|SEARCH_POINTS_MAX|Maximum Number of Points|None|None|10
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
ParameterSelection|TARGET_DEFINITION|Target Grid System|[0] user defined;[1] grid or grid system
Expand Down

0 comments on commit ab0be95

Please sign in to comment.