Skip to content

Commit 434805b

Browse files
author
gioman
committed
fix v.surf.bspline modules, input must be a point layer
1 parent 8cefd31 commit 434805b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

python/plugins/processing/algs/grass/description/v.surf.bspline.lambda.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
v.surf.bspline
22
v.surf.bspline.lambda - Bicubic or bilinear spline interpolation with Tykhonov regularization.
33
Vector (v.*)
4-
ParameterVector|input|Input points layer|-1|False
4+
ParameterVector|input|Input points layer|0|False
55
ParameterNumber|sie|Length of each spline step in the east-west direction|None|None|4
66
ParameterNumber|sin|Length of each spline step in the north-south direction|None|None|4
77
ParameterSelection|method|Spline interpolation algorithm|bilinear;bicubic

python/plugins/processing/algs/grass/description/v.surf.bspline.sparse.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
v.surf.bspline
22
v.surf.bspline.sparse - Bicubic or bilinear spline interpolation with Tykhonov regularization.
33
Vector (v.*)
4-
ParameterVector|input|Input points layer|-1|False
4+
ParameterVector|input|Input points layer|0|False
55
ParameterVector|sparse|Input layer of sparse points|-1|False
66
ParameterNumber|sie|Length of each spline step in the east-west direction|None|None|4
77
ParameterNumber|sin|Length of each spline step in the north-south direction|None|None|4

python/plugins/processing/algs/grass/description/v.surf.bspline.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
v.surf.bspline
22
v.surf.bspline - Bicubic or bilinear spline interpolation with Tykhonov regularization.
33
Vector (v.*)
4-
ParameterVector|input|Input points layer|-1|False
4+
ParameterVector|input|Input points layer|0|False
55
ParameterNumber|sie|Length of each spline step in the east-west direction|None|None|4
66
ParameterNumber|sin|Length of each spline step in the north-south direction|None|None|4
77
ParameterSelection|method|Spline interpolation algorithm|bilinear;bicubic

0 commit comments

Comments
 (0)