Skip to content

Commit

Permalink
gdal roughness test
Browse files Browse the repository at this point in the history
  • Loading branch information
ghtmtt committed Jan 10, 2017
1 parent 378212c commit 64f2b66
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions python/plugins/processing/tests/testdata/gdal_algorithm_tests.yaml
Expand Up @@ -492,3 +492,29 @@ tests:
OUTPUT:
hash: c9dc888254a571e7fbf66691fb72b35f030f87decf59ce67e32ad89d
type: rasterhash

- algorithm: gdal:roughness
name: standard roughness
params:
BAND: 1
COMPUTE_EDGES: false
INPUT:
name: dem.tif
type: raster
results:
OUTPUT:
hash: ee2b317e022da1001378fac60c9b613a74d3566b9870f9d121e6e322
type: rasterhash

- algorithm: gdal:roughness
name: roughness with edges
params:
BAND: 1
COMPUTE_EDGES: true
INPUT:
name: dem.tif
type: raster
results:
OUTPUT:
hash: aba5167b8a2e97a93b22d406e0363f91c151fd353c0fc56ce24ac5fc
type: rasterhash

0 comments on commit 64f2b66

Please sign in to comment.