mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-15 00:07:25 -05:00
fix v.surf.bspline modules, input must be a point layer
This commit is contained in:
parent
8cefd31eb9
commit
434805bbd6
@ -1,7 +1,7 @@
|
||||
v.surf.bspline
|
||||
v.surf.bspline.lambda - Bicubic or bilinear spline interpolation with Tykhonov regularization.
|
||||
Vector (v.*)
|
||||
ParameterVector|input|Input points layer|-1|False
|
||||
ParameterVector|input|Input points layer|0|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
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
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|input|Input points layer|0|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
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
v.surf.bspline
|
||||
v.surf.bspline - Bicubic or bilinear spline interpolation with Tykhonov regularization.
|
||||
Vector (v.*)
|
||||
ParameterVector|input|Input points layer|-1|False
|
||||
ParameterVector|input|Input points layer|0|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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user