Skip to content

Commit d9377e0

Browse files
committed
Merge pull request #1939 from gioman/fix_saga_213_kernel
fix SAGA 2.1.3 Kernel Density Estimation
2 parents 2844005 + b566587 commit d9377e0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

python/plugins/processing/algs/saga/description/2.1.3/KernelDensityEstimation.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ ParameterNumber|RADIUS|Radius|None|None|10
66
ParameterSelection|KERNEL|Kernel|[0] quartic kernel;[1] gaussian kernel
77
Hardcoded|-TARGET_DEFINITION 0
88
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
9-
ParameterNumber|USER_SIZE|Cellsize|None|None|100.0
10-
OutputRaster|USER_GRID|Grid
9+
ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
10+
ParameterSelection|TARGET_USER_FITS|Fit Choice|[0] nodes;[1] cells
11+
OutputRaster|TARGET_OUT_GRID|Grid

0 commit comments

Comments
 (0)