Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] gdal nearest neighbor test
  • Loading branch information
ghtmtt authored and m-kuhn committed Mar 4, 2017
1 parent 1106c9d commit 58d0c18
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions python/plugins/processing/tests/testdata/gdal_algorithm_tests.yaml
Expand Up @@ -702,3 +702,20 @@ tests:
OUTPUT:
hash: 3542d928bccee955b1c426cac7b698c603c9a385429ca529758083bf
type: rasterhash

- algorithm: gdal:gridnearestneighbor
name: Nearest Neighbor interpolation
params:
ANGLE: 0.0
INPUT:
name: custom/points_values.gml
type: vector
NODATA: 0.0
RADIUS_1: 0.01
RADIUS_2: 0.02
RTYPE: '5'
Z_FIELD: EC
results:
OUTPUT:
hash: 6ee933d53e1a2ffadfd88333919255e68bb945e833e50d112124bfd5
type: rasterhash

0 comments on commit 58d0c18

Please sign in to comment.