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
2
2
grid_gridding
3
3
ParameterVector|SHAPES|Points|0|False
4
4
ParameterTableField|FIELD|Attribute|SHAPES|-1|False
5
- Hardcoded|-TARGET_DEFINITION 0
5
+ ParameterRaster|TARGET_TEMPLATE|Target System|True
6
6
ParameterSelection|WEIGHTING|Distance Weighting|[0] inverse distance to a power;[1] linearly decreasing within search radius;[2] exponential weighting scheme;[3] gaussian weighting scheme
7
7
ParameterNumber|WEIGHT_POWER|Inverse Distance Power|0.0|None|2
8
8
ParameterNumber|WEIGHT_BANDWIDTH|Exponential and Gaussian Weighting Bandwidth|0.0|None|1
9
9
ParameterSelection|SEARCH_RANGE|Search Range|[0] search radius (local);[1] no search radius (global)
10
10
ParameterNumber|SEARCH_RADIUS|Search Radius|None|None|100.0
11
11
ParameterSelection|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
14
12
Extent 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
2
2
grid_spline
3
3
ParameterVector|SHAPES|Points|0|False
4
4
ParameterTableField|FIELD|Attribute|SHAPES|-1|False
5
- Hardcoded|-TARGET_DEFINITION 0
5
+ ParameterRaster|TARGET_TEMPLATE|Target System|True
6
6
ParameterSelection|METHOD|Method|[0] without B-spline refinement;[1] with B-spline refinement
7
7
ParameterNumber|EPSILON|Threshold Error|None|None|0.0001
8
- ParameterNumber|LEVEL_MAX|Maximum Level|None|None|11.0
8
+ ParameterBoolean|UPDATE|Update View|False
9
9
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
10
10
ParameterNumber|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 1
1
Statistics for Grids
2
2
statistics_grid
3
3
ParameterMultipleInput|GRIDS|Grids|3|False
4
+ ParameterNumber|PCTL_VAL|Percentile|0.0|100.0|50.0
4
5
OutputRaster|MEAN|Arithmetic Mean
5
6
OutputRaster|MIN|Minimum
6
7
OutputRaster|MAX|Maximum
7
8
OutputRaster|VAR|Variance
9
+ OutputRaster|SUM|Sum
10
+ OutputRaster|RANGE|Range
11
+ OutputRaster|PCTL|Percentile
8
12
OutputRaster|STDDEV|Standard Deviation
9
13
OutputRaster|STDDEVLO|Mean less Standard Deviation
10
- OutputRaster|STDDEVHI|Mean plus Standard Deviation
14
+ OutputRaster|STDDEVHI|Mean plus Standard Deviation
You can’t perform that action at this time.
0 commit comments