Skip to content

Commit b01ffa5

Browse files
committedJul 13, 2017
[processing] add test for heatmap algorithm
1 parent 229d2f1 commit b01ffa5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
 

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2591,3 +2591,19 @@ tests:
25912591
type: vector
25922592
name: points_weighted.gml
25932593
compare: false
2594+
2595+
- algorithm: qgis:heatmapkerneldensityestimation
2596+
name: Heatmap (Kernel density estimation)
2597+
params:
2598+
DECAY: 0.0
2599+
INPUT_LAYER:
2600+
name: points.gml
2601+
type: vector
2602+
KERNEL: '0'
2603+
OUTPUT_VALUE: '0'
2604+
PIXEL_SIZE: 0.1
2605+
RADIUS: 0.5
2606+
results:
2607+
OUTPUT_LAYER:
2608+
hash: a594d4fa994b81641bfadde54447dc548fa6e23f630c6a4c383487c5
2609+
type: rasterhash

0 commit comments

Comments
 (0)
Please sign in to comment.