Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Attempt SAGA tests on Travis
  • Loading branch information
nyalldawson committed Apr 9, 2018
1 parent ea24847 commit 41a27f7
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions python/plugins/processing/tests/testdata/saga_algorithm_tests.yaml
Expand Up @@ -2,29 +2,29 @@

tests:

# - algorithm: saga:invertgrid
# name: Raster tools - Invert grid
# params:
# GRID:
# name: dem.tif
# type: raster
# results:
# INVERSE:
# hash: 8e3947b878a00f70ce837fba962f6be6d3f0c8eae2d614099b015f1e
# type: rasterhash
#
# - algorithm: saga:fixeddistancebuffer
# name: Vector general - Fixed distance buffer (polygon)
# params:
# DARC: 5.0
# DISSOLVE: false
# DIST_FIELD_DEFAULT: 0.5
# NZONES: 1
# POLY_INNER: false
# SHAPES:
# name: polys.gml
# type: vector
# results:
# BUFFER:
# name: expected/saga/buffer_polys.shp
# type: vector
- algorithm: saga:invertgrid
name: Raster tools - Invert grid
params:
GRID:
name: dem.tif
type: raster
results:
INVERSE:
hash: 8e3947b878a00f70ce837fba962f6be6d3f0c8eae2d614099b015f1e
type: rasterhash

- algorithm: saga:fixeddistancebuffer
name: Vector general - Fixed distance buffer (polygon)
params:
DARC: 5.0
DISSOLVE: false
DIST_FIELD_DEFAULT: 0.5
NZONES: 1
POLY_INNER: false
SHAPES:
name: polys.gml
type: vector
results:
BUFFER:
name: expected/saga/buffer_polys.shp
type: vector

0 comments on commit 41a27f7

Please sign in to comment.