Skip to content

Commit 58d0c18

Browse files
ghtmttm-kuhn
authored andcommitted
[processing] gdal nearest neighbor test
1 parent 1106c9d commit 58d0c18

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,3 +702,20 @@ tests:
702702
OUTPUT:
703703
hash: 3542d928bccee955b1c426cac7b698c603c9a385429ca529758083bf
704704
type: rasterhash
705+
706+
- algorithm: gdal:gridnearestneighbor
707+
name: Nearest Neighbor interpolation
708+
params:
709+
ANGLE: 0.0
710+
INPUT:
711+
name: custom/points_values.gml
712+
type: vector
713+
NODATA: 0.0
714+
RADIUS_1: 0.01
715+
RADIUS_2: 0.02
716+
RTYPE: '5'
717+
Z_FIELD: EC
718+
results:
719+
OUTPUT:
720+
hash: 6ee933d53e1a2ffadfd88333919255e68bb945e833e50d112124bfd5
721+
type: rasterhash

0 commit comments

Comments
 (0)