File tree Expand file tree Collapse file tree 13 files changed +33
-20
lines changed
python/plugins/processing/algs/saga/description Expand file tree Collapse file tree 13 files changed +33
-20
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,5 @@ ParameterNumber|LEVEL|Resolution|0.001|None|1.0
7
7
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
8
8
ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
9
9
ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
10
- OutputRaster|TARGET_OUT_GRID|Grid
10
+ ParameterRaster|TARGET_TEMPLATE|Target system|True
11
+ OutputRaster|TARGET_OUT_GRID|Gri
Original file line number Diff line number Diff line change @@ -6,8 +6,9 @@ Hardcoded|-TARGET_DEFINITION 0
6
6
ParameterNumber|NPMIN|Minimal Number of Points|0|None|3
7
7
ParameterNumber|NPMAX|Maximal Number of Points|11|59|20
8
8
ParameterNumber|NPPC|Points per Square|1|None|5
9
- ParameterNumber|K|Tolerance|0|None|140.0
9
+ ParameterNumber|K|Tolerance|0|None|140
10
10
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
11
11
ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
12
12
ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
13
+ ParameterRaster|TARGET_TEMPLATE|Target system|True
13
14
OutputRaster|TARGET_OUT_GRID|Grid
Original file line number Diff line number Diff line change @@ -4,10 +4,11 @@ ParameterRaster|GRID|Grid|False
4
4
Hardcoded|-TARGET_DEFINITION 0
5
5
ParameterSelection|METHOD|Method|[0] without B-spline refinement;[1] with B-spline refinement
6
6
ParameterNumber|EPSILON|Threshold Error|0|None|0.0001
7
- ParameterNumber|LEVEL_MAX|Maximum Level|1|14|11.0
7
+ ParameterNumber|LEVEL_MAX|Maximum Level|1|14|11
8
8
ParameterBoolean|UPDATE|Update View|False
9
9
ParameterSelection|DATATYPE|Data Type|[0] same as input grid;[1] floating point
10
10
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
11
11
ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
12
12
ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
13
+ ParameterRaster|TARGET_TEMPLATE|Target system|True
13
14
OutputRaster|TARGET_OUT_GRID|Grid
Original file line number Diff line number Diff line change @@ -4,9 +4,11 @@ ParameterVector|SHAPES|Points|0|False
4
4
ParameterTableField|FIELD|Attribute|SHAPES|-1|False
5
5
ParameterSelection|METHOD|Method|[0] without B-spline refinement;[1] with B-spline refinement
6
6
ParameterNumber|EPSILON|Threshold Error|0|None|0.0001
7
+ ParameterNumber|LEVEL_MAX|Maximum level|1|14|11
7
8
ParameterBoolean|UPDATE|Update View|False
8
9
Hardcoded|-TARGET_DEFINITION 0
9
10
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
10
11
ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
11
12
ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
13
+ ParameterRaster|TARGET_TEMPLATE|Target system|True
12
14
OutputRaster|TARGET_OUT_GRID|Grid
Original file line number Diff line number Diff line change 1
- Thin Plate Spline (Global)
1
+ Multilevel B- Spline Interpolation for Categories
2
2
grid_spline
3
3
ParameterVector|SHAPES|Points|0|False
4
4
ParameterTableField|FIELD|Attribute|SHAPES|-1|False
5
5
Hardcoded|-TARGET_DEFINITION 0
6
- ParameterNumber|REGULARISATION|Regularisation|0.0000|None|0.0001
7
6
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
8
7
ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
9
8
ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
10
- OutputRaster|TARGET_OUT_GRID|Grid
9
+ ParameterRaster|TARGET_TEMPLATE|Target system|True
10
+ OutputRaster|TARGET_CATEGORIES|Categories
11
+ OutputRaster|TARGET_PROPABILITY|Propability
Original file line number Diff line number Diff line change @@ -9,4 +9,5 @@ ParameterBoolean|FRAME|Add Frame|True
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
11
ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
12
+ ParameterRaster|TARGET_TEMPLATE|Target system|True
12
13
OutputRaster|TARGET_OUT_GRID|Grid
Original file line number Diff line number Diff line change 1
- Thin Plate Spline (Local)
1
+ Thin Plate Spline
2
2
grid_spline
3
3
ParameterVector|SHAPES|Points|0|False
4
4
ParameterTableField|FIELD|Attribute|SHAPES|-1|False
@@ -7,9 +7,11 @@ ParameterNumber|REGULARISATION|Regularisation|0.0000|None|0.0001
7
7
ParameterSelection|SEARCH_RANGE|Search Range|[0] local;[1] global
8
8
ParameterNumber|SEARCH_RADIUS|Search Radius|0.0|None|1000.0
9
9
ParameterSelection|SEARCH_POINTS_ALL|Number of Points|[0] maximum number of nearest points;[1] all points within search distance
10
+ ParameterNumber|SEARCH_POINTS_MIN|Maximum Number of Points|1|None|16
10
11
ParameterNumber|SEARCH_POINTS_MAX|Maximum Number of Points|1|None|20
11
12
ParameterSelection|SEARCH_DIRECTION|Search Direction|[0] all directions;[1] quadrants
12
13
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
13
14
ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
14
15
ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
15
- OutputRaster|TARGET_OUT_GRID|Grid
16
+ ParameterRaster|TARGET_TEMPLATE|Target system|True
17
+ OutputRaster|TARGET_OUT_GRID|Grid
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ ParameterVector|SHAPES|Points|0|False
4
4
ParameterTableField|FIELD|Attribute|SHAPES|-1|False
5
5
ParameterSelection|METHOD|Method|[0] without B-spline refinement;[1] with B-spline refinement
6
6
ParameterNumber|EPSILON|Threshold Error|0|None|0.0001
7
- ParameterBoolean|UPDATE|Update View|False
8
7
Hardcoded|-TARGET_DEFINITION 0
9
8
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
10
9
ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
Original file line number Diff line number Diff line change 1
- Thin Plate Spline (Global)
1
+ Multilevel B- Spline Interpolation for Categories
2
2
grid_spline
3
3
ParameterVector|SHAPES|Points|0|False
4
4
ParameterTableField|FIELD|Attribute|SHAPES|-1|False
5
5
Hardcoded|-TARGET_DEFINITION 0
6
- ParameterNumber|REGULARISATION|Regularisation|0.0000|None|0.0001
7
6
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
8
7
ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
9
8
ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
10
- OutputRaster|TARGET_OUT_GRID|Grid
9
+ ParameterRaster|TARGET_TEMPLATE|Target system|True
10
+ OutputRaster|TARGET_CATEGORIES|Categories
11
+ OutputRaster|TARGET_PROPABILITY|Propability
Original file line number Diff line number Diff line change 1
- Thin Plate Spline (Local)
1
+ Thin Plate Spline
2
2
grid_spline
3
3
ParameterVector|SHAPES|Points|0|False
4
4
ParameterTableField|FIELD|Attribute|SHAPES|-1|False
@@ -7,9 +7,11 @@ ParameterNumber|REGULARISATION|Regularisation|0.0000|None|0.0001
7
7
ParameterSelection|SEARCH_RANGE|Search Range|[0] local;[1] global
8
8
ParameterNumber|SEARCH_RADIUS|Search Radius|0.0|None|1000.0
9
9
ParameterSelection|SEARCH_POINTS_ALL|Number of Points|[0] maximum number of nearest points;[1] all points within search distance
10
+ ParameterNumber|SEARCH_POINTS_MIN|Maximum Number of Points|1|None|16
10
11
ParameterNumber|SEARCH_POINTS_MAX|Maximum Number of Points|1|None|20
11
12
ParameterSelection|SEARCH_DIRECTION|Search Direction|[0] all directions;[1] quadrants
12
13
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
13
14
ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
14
15
ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
15
- OutputRaster|TARGET_OUT_GRID|Grid
16
+ ParameterRaster|TARGET_TEMPLATE|Target system|True
17
+ OutputRaster|TARGET_OUT_GRID|Grid
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ ParameterVector|SHAPES|Points|0|False
4
4
ParameterTableField|FIELD|Attribute|SHAPES|-1|False
5
5
ParameterSelection|METHOD|Method|[0] without B-spline refinement;[1] with B-spline refinement
6
6
ParameterNumber|EPSILON|Threshold Error|0|None|0.0001
7
- ParameterBoolean|UPDATE|Update View|False
8
7
Hardcoded|-TARGET_DEFINITION 0
9
8
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
10
9
ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
Original file line number Diff line number Diff line change 1
- Thin Plate Spline (Global)
1
+ Multilevel B- Spline Interpolation for Categories
2
2
grid_spline
3
3
ParameterVector|SHAPES|Points|0|False
4
4
ParameterTableField|FIELD|Attribute|SHAPES|-1|False
5
5
Hardcoded|-TARGET_DEFINITION 0
6
- ParameterNumber|REGULARISATION|Regularisation|0.0000|None|0.0001
7
6
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
8
7
ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
9
8
ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
10
- OutputRaster|TARGET_OUT_GRID|Grid
9
+ ParameterRaster|TARGET_TEMPLATE|Target system|True
10
+ OutputRaster|TARGET_CATEGORIES|Categories
11
+ OutputRaster|TARGET_PROPABILITY|Propability
Original file line number Diff line number Diff line change 1
- Thin Plate Spline (Local)
1
+ Thin Plate Spline
2
2
grid_spline
3
3
ParameterVector|SHAPES|Points|0|False
4
4
ParameterTableField|FIELD|Attribute|SHAPES|-1|False
@@ -7,9 +7,11 @@ ParameterNumber|REGULARISATION|Regularisation|0.0000|None|0.0001
7
7
ParameterSelection|SEARCH_RANGE|Search Range|[0] local;[1] global
8
8
ParameterNumber|SEARCH_RADIUS|Search Radius|0.0|None|1000.0
9
9
ParameterSelection|SEARCH_POINTS_ALL|Number of Points|[0] maximum number of nearest points;[1] all points within search distance
10
+ ParameterNumber|SEARCH_POINTS_MIN|Maximum Number of Points|1|None|16
10
11
ParameterNumber|SEARCH_POINTS_MAX|Maximum Number of Points|1|None|20
11
12
ParameterSelection|SEARCH_DIRECTION|Search Direction|[0] all directions;[1] quadrants
12
13
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
13
14
ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
14
15
ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
15
- OutputRaster|TARGET_OUT_GRID|Grid
16
+ ParameterRaster|TARGET_TEMPLATE|Target system|True
17
+ OutputRaster|TARGET_OUT_GRID|Grid
You can’t perform that action at this time.
0 commit comments