Skip to content

Commit

Permalink
[processing] add test for heatmap algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Jul 13, 2017
1 parent 229d2f1 commit b01ffa5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml
Expand Up @@ -2591,3 +2591,19 @@ tests:
type: vector
name: points_weighted.gml
compare: false

- algorithm: qgis:heatmapkerneldensityestimation
name: Heatmap (Kernel density estimation)
params:
DECAY: 0.0
INPUT_LAYER:
name: points.gml
type: vector
KERNEL: '0'
OUTPUT_VALUE: '0'
PIXEL_SIZE: 0.1
RADIUS: 0.5
results:
OUTPUT_LAYER:
hash: a594d4fa994b81641bfadde54447dc548fa6e23f630c6a4c383487c5
type: rasterhash

0 comments on commit b01ffa5

Please sign in to comment.