Skip to content

Commit

Permalink
[processing][SAGA] Fix multilevel b spline description files
Browse files Browse the repository at this point in the history
Resync with SAGA parameters
  • Loading branch information
nyalldawson committed Oct 26, 2018
1 parent 7f484ab commit 1a2d0cc
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
Expand Up @@ -4,7 +4,7 @@ QgsProcessingParameterRasterLayer|GRID|Grid|None|False
Hardcoded|-TARGET_DEFINITION 0
QgsProcessingParameterEnum|METHOD|Method|[0] without B-spline refinement;[1] with B-spline refinement
QgsProcessingParameterNumber|EPSILON|Threshold Error|QgsProcessingParameterNumber.Double|0.0001|False|0|None
QgsProcessingParameterNumber|LEVEL_MAX|Maximum Level|QgsProcessingParameterNumber.Double|11.0|False|1|14
QgsProcessingParameterNumber|LEVEL_MAX|Maximum Level|QgsProcessingParameterNumber.Integer|11|False|1|14
QgsProcessingParameterBoolean|UPDATE|Update View|False
QgsProcessingParameterEnum|DATATYPE|Data Type|[0] same as input grid;[1] floating point
QgsProcessingParameterExtent|TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX|Output extent|None|True
Expand Down
Expand Up @@ -4,6 +4,7 @@ QgsProcessingParameterFeatureSource|SHAPES|Points|0|None|False
QgsProcessingParameterField|FIELD|Attribute|None|SHAPES|-1|False|False
QgsProcessingParameterEnum|METHOD|Method|[0] without B-spline refinement;[1] with B-spline refinement
QgsProcessingParameterNumber|EPSILON|Threshold Error|QgsProcessingParameterNumber.Double|0.0001|False|0|None
QgsProcessingParameterNumber|LEVEL_MAX|Maximum Level|QgsProcessingParameterNumber.Integer|11|False|1|14
Hardcoded|-TARGET_DEFINITION 0
QgsProcessingParameterExtent|TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX|Output extent|None|True
QgsProcessingParameterNumber|TARGET_USER_SIZE|Cellsize|QgsProcessingParameterNumber.Double|100.0|False|None|None
Expand Down
Expand Up @@ -451,4 +451,38 @@ tests:
SEGMENTS:
hash: f2e71e3374eb229d387db8f87bc24d09b86ffc23d9fca85f324b566b
type: rasterhash


- algorithm: saga:multilevelbsplineinterpolation
name: Multilevel B Spline Interpolation
params:
EPSILON: 0.0001
FIELD: EC
METHOD: 0
SHAPES:
name: custom/points_values.gml
type: vector
TARGET_USER_FITS: 0
TARGET_USER_SIZE: 0.001
results:
TARGET_OUT_GRID:
hash: 793c02e1f71091d5dcc7523bc7a872a80d20bcb29a70797479dd7740
type: rasterhash

- algorithm: saga:multilevelbsplineinterpolationfromraster
name: Multilevel B Spline Interpolation from Raster
params:
DATATYPE: 0
EPSILON: 0.0001
GRID:
name: dem.tif
type: raster
LEVEL_MAX: 11
METHOD: 0
TARGET_USER_FITS: 0
TARGET_USER_SIZE: 0.01
UPDATE: false
results:
TARGET_OUT_GRID:
hash: 6f81c858fc7575eaff6258b6e75bf4427d0568d5134837523b730929
type: rasterhash

0 comments on commit 1a2d0cc

Please sign in to comment.