1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-03-22 00:06:57 -04:00

13 lines
764 B
Plaintext

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|Input layer of sparse points|-1|False
ParameterNumber|ew_step|Length of each spline step in the east-west direction|None|None|4
ParameterNumber|ns_step|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|Interpolated spline