mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-07 00:02:15 -05:00
Fix default setting for ew_step and ns_step parameter which must be "none" rather than 1.5 (which leads to wrong default values in GRASS GIS)
15 lines
1.4 KiB
Plaintext
15 lines
1.4 KiB
Plaintext
r.resamp.bspline
|
|
Performs bilinear or bicubic spline interpolation with Tykhonov regularization.
|
|
Raster (r.*)
|
|
QgsProcessingParameterRasterLayer|input|Input raster layer|None|False
|
|
QgsProcessingParameterRasterLayer|mask|Name of raster map to use for masking. Only cells that are not NULL and not zero are interpolated|None|True
|
|
QgsProcessingParameterEnum|method|Sampling interpolation method|bilinear;bicubic|False|1|False
|
|
QgsProcessingParameterNumber|ew_step|Length (float) of each spline step in the east-west direction|QgsProcessingParameterNumber.Double|None|True|0.0|None
|
|
QgsProcessingParameterNumber|ns_step|Length (float) of each spline step in the north-south direction|QgsProcessingParameterNumber.Double|None|True|0.0|None
|
|
QgsProcessingParameterNumber|lambda|Tykhonov regularization parameter (affects smoothing)|QgsProcessingParameterNumber.Double|0.01|True|0.0|None
|
|
QgsProcessingParameterNumber|memory|Maximum memory to be used (in MB). Cache size for raster rows|QgsProcessingParameterNumber.Integer|300|True|10|None
|
|
*QgsProcessingParameterBoolean|-n|Only interpolate null cells in input raster map|False|True
|
|
*QgsProcessingParameterBoolean|-c|Find the best Tykhonov regularizing parameter using a "leave-one-out" cross validation method|False|True
|
|
QgsProcessingParameterRasterDestination|output|Resampled BSpline
|
|
QgsProcessingParameterVectorDestination|grid|Interpolation Grid
|