Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1473 from gioman/master
[processing] fix v.surf.bspline modules, input must be a point layer
  • Loading branch information
alexbruy committed Jun 20, 2014
2 parents 7aa93c0 + 434805b commit eb4fe78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
@@ -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
Expand Down
@@ -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
Expand Down
@@ -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
Expand Down

0 comments on commit eb4fe78

Please sign in to comment.