Skip to content

Commit ad11ec4

Browse files
committedJan 10, 2017
gdal TRI test
1 parent 64f2b66 commit ad11ec4

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
 

‎python/plugins/processing/tests/testdata/gdal_algorithm_tests.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,3 +518,29 @@ tests:
518518
OUTPUT:
519519
hash: aba5167b8a2e97a93b22d406e0363f91c151fd353c0fc56ce24ac5fc
520520
type: rasterhash
521+
522+
- algorithm: gdal:triterrainruggednessindex
523+
name: standard TRI
524+
params:
525+
BAND: 1
526+
COMPUTE_EDGES: false
527+
INPUT:
528+
name: dem.tif
529+
type: raster
530+
results:
531+
OUTPUT:
532+
hash: c888764a08fae72a129dfff4947149c3185532373d33d4537ecf409c
533+
type: rasterhash
534+
535+
- algorithm: gdal:triterrainruggednessindex
536+
name: TRI with edges
537+
params:
538+
BAND: 1
539+
COMPUTE_EDGES: true
540+
INPUT:
541+
name: dem.tif
542+
type: raster
543+
results:
544+
OUTPUT:
545+
hash: 07376c74de869323125ceacbb5e34438655ff73f63d4b3ff3e268f7f
546+
type: rasterhash

0 commit comments

Comments
 (0)
Please sign in to comment.