Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gdal TRI test
  • Loading branch information
ghtmtt committed Jan 10, 2017
1 parent 64f2b66 commit ad11ec4
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 @@ -518,3 +518,29 @@ tests:
OUTPUT:
hash: aba5167b8a2e97a93b22d406e0363f91c151fd353c0fc56ce24ac5fc
type: rasterhash

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

- algorithm: gdal:triterrainruggednessindex
name: TRI with edges
params:
BAND: 1
COMPUTE_EDGES: true
INPUT:
name: dem.tif
type: raster
results:
OUTPUT:
hash: 07376c74de869323125ceacbb5e34438655ff73f63d4b3ff3e268f7f
type: rasterhash

0 comments on commit ad11ec4

Please sign in to comment.