Skip to content

Commit

Permalink
New take on v.surf.bspline in processing toolbox, Fixes #5943
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Manghi committed Oct 6, 2013
1 parent 42b8a96 commit 9ae931c
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 6 deletions.
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,12 @@
v.surf.bspline
v.surf.bspline.lambda - Bicubic or bilinear spline interpolation with Tykhonov regularization.
Vector (v.*)
ParameterVector|input|Input points layer|-1|False
ParameterNumber|sie|Length of each spline step in the east-west direction|None|None|4
ParameterNumber|sin|Length of each spline step in the north-south direction|None|None|4
ParameterSelection|method|Spline interpolation algorithm|bilinear;bicubic
ParameterTableField|column|Attribute table column with values to interpolate|input|-1|False
ParameterBoolean|-c|Find the best Tykhonov regularizing parameter using a "leave-one-out" cross validation method|True
ParameterBoolean|-e|Estimate point density and distance|False
ParameterSelection|layer|layer|1;0
OutputHTML|html|Lambda or Point Density and Distance
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,12 @@
v.surf.bspline
v.surf.bspline.sparse - Bicubic or bilinear spline interpolation with Tykhonov regularization.
Vector (v.*)
ParameterVector|input|Input points layer|-1|False
ParameterVector|sparse|Input layer of sparse points|-1|False
ParameterNumber|sie|Length of each spline step in the east-west direction|None|None|4
ParameterNumber|sin|Length of each spline step in the north-south direction|None|None|4
ParameterSelection|method|Spline interpolation algorithm|bilinear;bicubic
ParameterNumber|lambda_i|Tykhonov regularization parameter (affects smoothing)|None|None|0.01
ParameterTableField|column|Attribute table column with values to interpolate|input|-1|False
ParameterSelection|layer|layer|1;0
OutputRaster|raster|Output raster layer
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@ v.surf.bspline
v.surf.bspline - Bicubic or bilinear spline interpolation with Tykhonov regularization. v.surf.bspline - Bicubic or bilinear spline interpolation with Tykhonov regularization.
Vector (v.*) Vector (v.*)
ParameterVector|input|Input points layer|-1|False ParameterVector|input|Input points layer|-1|False
ParameterVector|sparse|Input layer of sparse points|-1|False
ParameterNumber|sie|Length of each spline step in the east-west direction|None|None|4 ParameterNumber|sie|Length of each spline step in the east-west direction|None|None|4
ParameterNumber|sin|Length of each spline step in the north-south direction|None|None|4 ParameterNumber|sin|Length of each spline step in the north-south direction|None|None|4
ParameterSelection|method|Spline interpolation algorithm|bilinear;bicubic ParameterSelection|method|Spline interpolation algorithm|bilinear;bicubic
ParameterNumber|lambda_i|Tykhonov regularization parameter (affects smoothing)|None|None|1 ParameterNumber|lambda_i|Tykhonov regularization parameter (affects smoothing)|None|None|0.01
ParameterTableField|column|Attribute table column with values to interpolate|input|-1|False ParameterTableField|column|Attribute table column with values to interpolate|input|-1|False
ParameterBoolean|-c|Find the best Tykhonov regularizing parameter using a "leave-one-out" cross validation method|False ParameterSelection|layer|layer|1;0
ParameterBoolean|-e|Estimate point density and distance|False OutputRaster|raster|Output raster layer
OutputVector|output|Output vector layer
OutputRaster|raster|Output raster layer

0 comments on commit 9ae931c

Please sign in to comment.