2013-10-06 10:39:47 +01:00
|
|
|
v.surf.bspline
|
|
|
|
v.surf.bspline.sparse - Bicubic or bilinear spline interpolation with Tykhonov regularization.
|
|
|
|
Vector (v.*)
|
2014-06-19 18:21:05 +01:00
|
|
|
ParameterVector|input|Input points layer|0|False
|
2013-10-06 10:39:47 +01:00
|
|
|
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
|
2015-05-20 23:08:20 +02:00
|
|
|
OutputRaster|raster|Interpolated spline
|