We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 229d2f1 commit b01ffa5Copy full SHA for b01ffa5
python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml
@@ -2591,3 +2591,19 @@ tests:
2591
type: vector
2592
name: points_weighted.gml
2593
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