r.resamp.bspline.txt 1.4 KB

1234567891011121314
  1. r.resamp.bspline
  2. Performs bilinear or bicubic spline interpolation with Tykhonov regularization.
  3. Raster (r.*)
  4. QgsProcessingParameterRasterLayer|input|Input raster layer|None|False
  5. QgsProcessingParameterRasterLayer|mask|Name of raster map to use for masking. Only cells that are not NULL and not zero are interpolated|None|True
  6. QgsProcessingParameterEnum|method|Sampling interpolation method|bilinear;bicubic|False|1|False
  7. QgsProcessingParameterNumber|ew_step|Length (float) of each spline step in the east-west direction|QgsProcessingParameterNumber.Double|None|True|0.0|None
  8. QgsProcessingParameterNumber|ns_step|Length (float) of each spline step in the north-south direction|QgsProcessingParameterNumber.Double|None|True|0.0|None
  9. QgsProcessingParameterNumber|lambda|Tykhonov regularization parameter (affects smoothing)|QgsProcessingParameterNumber.Double|0.01|True|0.0|None
  10. QgsProcessingParameterNumber|memory|Maximum memory to be used (in MB). Cache size for raster rows|QgsProcessingParameterNumber.Integer|300|True|10|None
  11. *QgsProcessingParameterBoolean|-n|Only interpolate null cells in input raster map|False|True
  12. *QgsProcessingParameterBoolean|-c|Find the best Tykhonov regularizing parameter using a "leave-one-out" cross validation method|False|True
  13. QgsProcessingParameterRasterDestination|output|Resampled BSpline
  14. QgsProcessingParameterVectorDestination|grid|Interpolation Grid