File tree Expand file tree Collapse file tree 3 files changed +15
-9
lines changed
python/plugins/processing/algs/saga/description/2.1.3 Expand file tree Collapse file tree 3 files changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ Inverse Distance Weighted
22grid_gridding
33ParameterVector|SHAPES|Points|0|False
44ParameterTableField|FIELD|Attribute|SHAPES|-1|False
5- Hardcoded|-TARGET_DEFINITION 0
5+ ParameterRaster|TARGET_TEMPLATE|Target System|True
66ParameterSelection|WEIGHTING|Distance Weighting|[0] inverse distance to a power;[1] linearly decreasing within search radius;[2] exponential weighting scheme;[3] gaussian weighting scheme
77ParameterNumber|WEIGHT_POWER|Inverse Distance Power|0.0|None|2
88ParameterNumber|WEIGHT_BANDWIDTH|Exponential and Gaussian Weighting Bandwidth|0.0|None|1
99ParameterSelection|SEARCH_RANGE|Search Range|[0] search radius (local);[1] no search radius (global)
1010ParameterNumber|SEARCH_RADIUS|Search Radius|None|None|100.0
1111ParameterSelection|SEARCH_DIRECTION|Search Mode|[0] all directions;[1] quadrants
12- ParameterSelection|SEARCH_POINTS_ALL|Number of Points|[0] maximum number of nearest points;[1] all points
13- ParameterNumber|SEARCH_POINTS_MAX|Maximum Number of Points|None|None|10
1412Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
15- ParameterNumber|USER_SIZE|Cellsize|None|None|100.0
16- OutputRaster|USER_GRID|Grid
13+ ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
14+ ParameterSelection|TARGET_DEFINITION|Target Grid System|[0] user defined;[1] grid or grid system
15+ ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
16+ OutputRaster|TARGET_OUT_GRID|Grid
Original file line number Diff line number Diff line change @@ -2,10 +2,12 @@ Multilevel B-Spline Interpolation
22grid_spline
33ParameterVector|SHAPES|Points|0|False
44ParameterTableField|FIELD|Attribute|SHAPES|-1|False
5- Hardcoded|-TARGET_DEFINITION 0
5+ ParameterRaster|TARGET_TEMPLATE|Target System|True
66ParameterSelection|METHOD|Method|[0] without B-spline refinement;[1] with B-spline refinement
77ParameterNumber|EPSILON|Threshold Error|None|None|0.0001
8- ParameterNumber|LEVEL_MAX|Maximum Level|None|None|11.0
8+ ParameterBoolean|UPDATE|Update View|False
99Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
1010ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
11- OutputRaster|TARGET_OUT_GRID|Grid
11+ ParameterSelection|TARGET_DEFINITION|Target Grid System|[0] user defined;[1] grid or grid system
12+ ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
13+ OutputRaster|TARGET_OUT_GRID|Grid
Original file line number Diff line number Diff line change 11Statistics for Grids
22statistics_grid
33ParameterMultipleInput|GRIDS|Grids|3|False
4+ ParameterNumber|PCTL_VAL|Percentile|0.0|100.0|50.0
45OutputRaster|MEAN|Arithmetic Mean
56OutputRaster|MIN|Minimum
67OutputRaster|MAX|Maximum
78OutputRaster|VAR|Variance
9+ OutputRaster|SUM|Sum
10+ OutputRaster|RANGE|Range
11+ OutputRaster|PCTL|Percentile
812OutputRaster|STDDEV|Standard Deviation
913OutputRaster|STDDEVLO|Mean less Standard Deviation
10- OutputRaster|STDDEVHI|Mean plus Standard Deviation
14+ OutputRaster|STDDEVHI|Mean plus Standard Devia
You can’t perform that action at this time.
0 commit comments