-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Médéric RIBREUX
committed
Feb 28, 2016
1 parent
ae2a084
commit 4b63ab0
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
python/plugins/processing/algs/grass7/description/r.resamp.bspline.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
r.resamp.bspline | ||
Performs bilinear or bicubic spline interpolation with Tykhonov regularization. | ||
Raster (r.*) | ||
ParameterRaster|input|Input raster layer|False | ||
ParameterRaster|mask|Name of raster map to use for masking. Only cells that are not NULL and not zero are interpolated|True | ||
ParameterSelection|method|Sampling interpolation method|bilinear;bicubic|1|False | ||
ParameterString|ew_step|Length (float) of each spline step in the east-west direction|None|False|True | ||
ParameterString|ns_step|Length (float) of each spline step in the north-south direction|None|False|True | ||
ParameterNumber|lambda|Tykhonov regularization parameter (affects smoothing)|0.0|None|0.01|True | ||
ParameterNumber|memory|Maximum memory to be used (in MB). Cache size for raster rows|10|None|300|True | ||
*ParameterBoolean|-n|Only interpolate null cells in input raster map|False|True | ||
*ParameterBoolean|-c|Find the best Tykhonov regularizing parameter using a "leave-one-out" cross validation method|False|True | ||
OutputRaster|output|Resampled BSpline | ||
OutputVector|grid|Interpolation Grid |