File tree Expand file tree Collapse file tree 1 file changed +26
-26
lines changed
python/plugins/processing/tests/testdata Expand file tree Collapse file tree 1 file changed +26
-26
lines changed Original file line number Diff line number Diff line change 2
2
3
3
tests :
4
4
5
- - algorithm : saga:invertgrid
6
- name : Raster tools - Invert grid
7
- params :
8
- GRID :
9
- name : dem.tif
10
- type : raster
11
- results :
12
- INVERSE :
13
- hash : 8e3947b878a00f70ce837fba962f6be6d3f0c8eae2d614099b015f1e
14
- type : rasterhash
15
-
16
- - algorithm : saga:fixeddistancebuffer
17
- name : Vector general - Fixed distance buffer (polygon)
18
- params :
19
- DARC : 5.0
20
- DISSOLVE : false
21
- DIST_FIELD_DEFAULT : 0.5
22
- NZONES : 1
23
- POLY_INNER : false
24
- SHAPES :
25
- name : polys.gml
26
- type : vector
27
- results :
28
- BUFFER :
29
- name : expected/saga/buffer_polys.shp
30
- type : vector
5
+ # - algorithm: saga:invertgrid
6
+ # name: Raster tools - Invert grid
7
+ # params:
8
+ # GRID:
9
+ # name: dem.tif
10
+ # type: raster
11
+ # results:
12
+ # INVERSE:
13
+ # hash: 8e3947b878a00f70ce837fba962f6be6d3f0c8eae2d614099b015f1e
14
+ # type: rasterhash
15
+ #
16
+ # - algorithm: saga:fixeddistancebuffer
17
+ # name: Vector general - Fixed distance buffer (polygon)
18
+ # params:
19
+ # DARC: 5.0
20
+ # DISSOLVE: false
21
+ # DIST_FIELD_DEFAULT: 0.5
22
+ # NZONES: 1
23
+ # POLY_INNER: false
24
+ # SHAPES:
25
+ # name: polys.gml
26
+ # type: vector
27
+ # results:
28
+ # BUFFER:
29
+ # name: expected/saga/buffer_polys.shp
30
+ # type: vector
You can’t perform that action at this time.
0 commit comments