File tree Expand file tree Collapse file tree 3 files changed +37
-2
lines changed
python/plugins/processing Expand file tree Collapse file tree 3 files changed +37
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ QgsProcessingParameterRasterLayer|GRID|Grid|None|False
4
4
Hardcoded|-TARGET_DEFINITION 0
5
5
QgsProcessingParameterEnum|METHOD|Method|[0] without B-spline refinement;[1] with B-spline refinement
6
6
QgsProcessingParameterNumber|EPSILON|Threshold Error|QgsProcessingParameterNumber.Double|0.0001|False|0|None
7
- QgsProcessingParameterNumber|LEVEL_MAX|Maximum Level|QgsProcessingParameterNumber.Double |11.0 |False|1|14
7
+ QgsProcessingParameterNumber|LEVEL_MAX|Maximum Level|QgsProcessingParameterNumber.Integer |11|False|1|14
8
8
QgsProcessingParameterBoolean|UPDATE|Update View|False
9
9
QgsProcessingParameterEnum|DATATYPE|Data Type|[0] same as input grid;[1] floating point
10
10
QgsProcessingParameterExtent|TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX|Output extent|None|True
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ QgsProcessingParameterFeatureSource|SHAPES|Points|0|None|False
4
4
QgsProcessingParameterField|FIELD|Attribute|None|SHAPES|-1|False|False
5
5
QgsProcessingParameterEnum|METHOD|Method|[0] without B-spline refinement;[1] with B-spline refinement
6
6
QgsProcessingParameterNumber|EPSILON|Threshold Error|QgsProcessingParameterNumber.Double|0.0001|False|0|None
7
+ QgsProcessingParameterNumber|LEVEL_MAX|Maximum Level|QgsProcessingParameterNumber.Integer|11|False|1|14
7
8
Hardcoded|-TARGET_DEFINITION 0
8
9
QgsProcessingParameterExtent|TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX|Output extent|None|True
9
10
QgsProcessingParameterNumber|TARGET_USER_SIZE|Cellsize|QgsProcessingParameterNumber.Double|100.0|False|None|None
Original file line number Diff line number Diff line change @@ -451,4 +451,38 @@ tests:
451
451
SEGMENTS :
452
452
hash : f2e71e3374eb229d387db8f87bc24d09b86ffc23d9fca85f324b566b
453
453
type : rasterhash
454
-
454
+
455
+ - algorithm : saga:multilevelbsplineinterpolation
456
+ name : Multilevel B Spline Interpolation
457
+ params :
458
+ EPSILON : 0.0001
459
+ FIELD : EC
460
+ METHOD : 0
461
+ SHAPES :
462
+ name : custom/points_values.gml
463
+ type : vector
464
+ TARGET_USER_FITS : 0
465
+ TARGET_USER_SIZE : 0.001
466
+ results :
467
+ TARGET_OUT_GRID :
468
+ hash : 793c02e1f71091d5dcc7523bc7a872a80d20bcb29a70797479dd7740
469
+ type : rasterhash
470
+
471
+ - algorithm : saga:multilevelbsplineinterpolationfromraster
472
+ name : Multilevel B Spline Interpolation from Raster
473
+ params :
474
+ DATATYPE : 0
475
+ EPSILON : 0.0001
476
+ GRID :
477
+ name : dem.tif
478
+ type : raster
479
+ LEVEL_MAX : 11
480
+ METHOD : 0
481
+ TARGET_USER_FITS : 0
482
+ TARGET_USER_SIZE : 0.01
483
+ UPDATE : false
484
+ results :
485
+ TARGET_OUT_GRID :
486
+ hash : 6f81c858fc7575eaff6258b6e75bf4427d0568d5134837523b730929
487
+ type : rasterhash
488
+
You can’t perform that action at this time.
0 commit comments