File tree Expand file tree Collapse file tree 3 files changed +27
-6
lines changed
python/plugins/processing/grass/description Expand file tree Collapse file tree 3 files changed +27
-6
lines changed Original file line number Diff line number Diff line change
1
+ v.surf.bspline
2
+ v.surf.bspline.lambda - Bicubic or bilinear spline interpolation with Tykhonov regularization.
3
+ Vector (v.*)
4
+ ParameterVector|input|Input points layer|-1|False
5
+ ParameterNumber|sie|Length of each spline step in the east-west direction|None|None|4
6
+ ParameterNumber|sin|Length of each spline step in the north-south direction|None|None|4
7
+ ParameterSelection|method|Spline interpolation algorithm|bilinear;bicubic
8
+ ParameterTableField|column|Attribute table column with values to interpolate|input|-1|False
9
+ ParameterBoolean|-c|Find the best Tykhonov regularizing parameter using a "leave-one-out" cross validation method|True
10
+ ParameterBoolean|-e|Estimate point density and distance|False
11
+ ParameterSelection|layer|layer|1;0
12
+ OutputHTML|html|Lambda or Point Density and Distance
Original file line number Diff line number Diff line change
1
+ v.surf.bspline
2
+ v.surf.bspline.sparse - Bicubic or bilinear spline interpolation with Tykhonov regularization.
3
+ Vector (v.*)
4
+ ParameterVector|input|Input points layer|-1|False
5
+ ParameterVector|sparse|Input layer of sparse points|-1|False
6
+ ParameterNumber|sie|Length of each spline step in the east-west direction|None|None|4
7
+ ParameterNumber|sin|Length of each spline step in the north-south direction|None|None|4
8
+ ParameterSelection|method|Spline interpolation algorithm|bilinear;bicubic
9
+ ParameterNumber|lambda_i|Tykhonov regularization parameter (affects smoothing)|None|None|0.01
10
+ ParameterTableField|column|Attribute table column with values to interpolate|input|-1|False
11
+ ParameterSelection|layer|layer|1;0
12
+ OutputRaster|raster|Output raster layer
Original file line number Diff line number Diff line change @@ -2,13 +2,10 @@ v.surf.bspline
2
2
v.surf.bspline - Bicubic or bilinear spline interpolation with Tykhonov regularization.
3
3
Vector (v.*)
4
4
ParameterVector|input|Input points layer|-1|False
5
- ParameterVector|sparse|Input layer of sparse points|-1|False
6
5
ParameterNumber|sie|Length of each spline step in the east-west direction|None|None|4
7
6
ParameterNumber|sin|Length of each spline step in the north-south direction|None|None|4
8
7
ParameterSelection|method|Spline interpolation algorithm|bilinear;bicubic
9
- ParameterNumber|lambda_i|Tykhonov regularization parameter (affects smoothing)|None|None|1
8
+ ParameterNumber|lambda_i|Tykhonov regularization parameter (affects smoothing)|None|None|0.01
10
9
ParameterTableField|column|Attribute table column with values to interpolate|input|-1|False
11
- ParameterBoolean|-c|Find the best Tykhonov regularizing parameter using a "leave-one-out" cross validation method|False
12
- ParameterBoolean|-e|Estimate point density and distance|False
13
- OutputVector|output|Output vector layer
14
- OutputRaster|raster|Output raster layer
10
+ ParameterSelection|layer|layer|1;0
11
+ OutputRaster|raster|Output raster layer
You can’t perform that action at this time.
0 commit comments