We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dde95d commit f6ac45aCopy full SHA for f6ac45a
python/plugins/processing/tests/testdata/saga_algorithm_tests.yaml
@@ -45,3 +45,25 @@ tests:
45
RESULT:
46
name: expected/saga/add_grid_to_points.shp
47
type: vector
48
+
49
+ - algorithm: saga:reclassifyvaluessimple
50
+ name: Reclassify values (simple)
51
+ params:
52
+ GRID_IN:
53
+ name: raster.tif
54
+ type: raster
55
+ LOOKUP:
56
+ - 800
57
+ - 840
58
+ - 1
59
60
+ - 870
61
+ - 2
62
63
+ - 1000
64
+ - 3
65
+ METHOD: 2
66
+ results:
67
+ GRID_OUT:
68
+ hash: 57437ebf7eb3667c5aa390598120967b0a2cd5d85751185bb445d1f8
69
+ type: rasterhash
0 commit comments