Nyall Dawson
43d3870978
[processing][saga] Fix cubic spline definition, add unit test
2018-08-08 17:29:58 +10:00
Nyall Dawson
318098805e
[processing][saga] Stop showing 'available providers' tip for SAGA, when it's not available anyway
2018-07-16 11:38:13 +10:00
Nyall Dawson
93146f7c9f
[processing][saga] Outputs from snap algorithms should both be optional
2018-07-12 11:32:37 +10:00
Rudi von Staden
64352fb159
Fix input parameter types for SAGA SnapPointstoLines
2018-07-12 11:32:37 +10:00
Rudi von Staden
dd4c49deae
Fix input parameters of SAGA SnapPointstoPoints
...
Fixes #19382
2018-07-12 11:32:37 +10:00
Nyall Dawson
8323462f3b
[processing][saga] Fix definition of cross profiles alg, add test
2018-06-16 15:35:31 +10:00
Nyall Dawson
55a54b0971
[processing][saga] Fix duplicate confusion matrix algs
...
Fixes #19188
2018-06-15 13:48:43 +10:00
Nyall Dawson
37e379836b
[processing][saga] Fix duplicate cluster analysis algs
2018-06-15 13:48:43 +10:00
Nyall Dawson
a8c0cef49a
[processing][saga] Fix params for IDW alg
2018-06-15 13:48:43 +10:00
Nyall Dawson
d04fee69b3
[processing][saga] Remove duplicate GWR algs, fix params
2018-06-15 13:48:43 +10:00
Nyall Dawson
0a2c856bbb
[processing][saga] Remove duplicate polygon self intersection alg, fix params and add test
2018-06-15 13:48:43 +10:00
Nyall Dawson
dd9e46f86c
[processing][saga] Remove duplicate intersect alg, add test
2018-06-15 13:48:43 +10:00
Nyall Dawson
c85b1649c8
[processing][saga] Remove duplicate symmetrical difference alg
...
and add test.
Warnings: SAGA results are bad here! Use the native QGIS alg
instead
2018-06-15 13:48:43 +10:00
Nyall Dawson
f75d31c40c
[processing][saga] Remove duplicate polygon difference alg, add test
2018-06-15 13:48:43 +10:00
Nyall Dawson
bdac9f10c6
[processing][saga] Remove duplicate identity alg, add test
2018-06-15 13:48:43 +10:00
Nyall Dawson
07530be1b6
[processing][saga] Remove duplicate polygon union algorithm
...
Also
- fix typo in algorithm name
- add unit test
2018-06-15 13:48:43 +10:00
Nyall Dawson
939551bc35
[processing][saga] Remove duplicate polygon update algorithm, add test
2018-06-15 13:48:43 +10:00
Nyall Dawson
77786f38c3
[processing][SAGA] Fix interpolation choices for add grid values algorithms
...
And add more tests
Fixes #19132
2018-06-08 12:18:35 +10:00
Nyall Dawson
8307264c3b
[processing][SAGA] Avoid unicode errors when parsing description files
...
Fixes #19062
2018-06-05 05:25:16 +10:00
Nyall Dawson
b8ff44e63d
[processing][saga] Fix error in merge vector layers
...
Fixes #18545
2018-06-04 15:15:46 +10:00
Nyall Dawson
1bc1790b7b
[processing][SAGA] Resync kriging parameters with saga manual
...
And remove duplicate kriging algorithms, add tests
Fixes #18191
2018-06-04 15:05:15 +10:00
Nyall Dawson
268aa171cb
[processing][saga] Fix error in raster calculator
...
Fixes #18751
2018-06-04 14:01:24 +10:00
Nyall Dawson
433513005a
[processing][SAGA] Fix missing outputs from some algorithms
...
Fixes #19103
2018-06-04 13:16:08 +10:00
Nyall Dawson
3dde95de5d
[processing][SAGA] Fix broken reclassify values algorithm
...
Fixes #18750
2018-06-04 12:58:12 +10:00
Nyall Dawson
f85a3d6bc0
[processing][SAGA] Fix exposed output formats to include only those supported by SAGA
...
Refs #18908
2018-06-04 12:00:28 +10:00
Nyall Dawson
4289bcb3cb
[processing][saga] Fix some field parameters are incorrectly defined as feature sources
...
Fixes #18193
2018-06-01 15:55:11 +10:00
Nyall Dawson
e25c81377e
Fix SAGA parameter value check
2018-05-28 16:02:38 +10:00
Nyall Dawson
cb638b6345
[processing][saga] Make some Slope,Aspect,Curvature outputs optional and non-default
2018-05-07 19:17:04 +10:00
Jason Hilton
a0a5f6cebc
[processing] Fix saga natural neighbor parameters
...
fixes #16604
2018-05-07 14:16:38 +10:00
Matthias Kuhn
0a269aa6e6
Merge pull request #6864 from ghtmtt/fix_saga
...
[processing] fix broken SAGA algorithms
2018-05-02 16:47:03 +02:00
Nyall Dawson
313970de79
[processing][saga] Remove redundant spaces from description files
2018-05-02 04:55:59 +10:00
Nyall Dawson
c2f224b446
[processing][saga] Fix "channel network and drainage basins" alg
...
Fixes #18870
2018-05-02 04:55:59 +10:00
Nyall Dawson
16106b8cfa
[processing] More verbose error when unsupported SAGA version found
2018-05-01 09:18:03 +10:00
Nyall Dawson
5339d62715
[processing] More helpful errors when sources cannot be loaded
...
Include descriptive text with the specified parameter value
in error, and always check that sources were loaded to avoid
raw Python exceptions when they are not
2018-04-28 05:50:47 +10:00
matteo
9050a89af1
[processing] fix broken SAGA algorithms
2018-04-26 12:27:13 +02:00
Salvatore Larosa
23172a101e
[processing] Fixes #18183 : SAGA "output extent" should not be mandatory
2018-03-10 22:08:07 +01:00
Alexander Bruy
4777abb48e
[processing] add icons to SAGA algorithms ( fix #18211 )
2018-02-26 10:37:17 +02:00
Salvatore Larosa
332c8a59b9
[processing] Fixes #18187 : SAGA output extent values are not in the right order
2018-02-24 22:57:40 +01:00
Salvatore Larosa
4c95b6bf38
[processing] fix execution of SAGA algorithms under macos
2018-02-17 16:47:17 +01:00
Alexander Bruy
068d74d51a
[processing] allow enums values to be used in description files
2018-02-08 17:22:20 +02:00
Denis Rouzaud
3dc3d9d1b2
unite QgsMessageLog::Level and QgsMessageBar::MessageLevel in Qgis::MessageLevel
...
make enum items lower case
remove unused QgsMessageLog::None and All
2018-02-06 08:56:40 -04:00
Alexander Bruy
c3fc560fef
[processing] SVG icon for SAGA provider
2018-01-31 16:14:32 +02:00
Nyall Dawson
a05d941e4e
[processing] Default to allowing background execution of algorithms
...
Since the underlying issues with the Python bindings are now fixed,
in most cases we can safely default to allowing an algorithm to
run in a background thread!!
So now we make this the default, and require individual algorithms
which are NOT thread safe to declare this. This includes algorithms
which directly manipulate the current project or layers (such as
setting layer styles), alter the selections in layers, or which
rely on 3rd party libraries (for now, SAGA and GRASS algorithms
are marked as not thread safe... TODO - someone more familiar with
these libraries can investigate and remove the flag if appropriate).
Also models are marked as non-thread safe. TODO: only flag an
individual model as thread-unsafe if any of its child algorithms
report this flag.
2018-01-29 17:37:05 +11:00
Nyall Dawson
0f963dfadf
[processing] Default to supporting non-file based outputs for providers
...
And make this support opt-out, since the vast majority of providers
are based on QGIS API and don't have external dependencies which would
restrict use of memory layers/etc.
Plus, I'd rather see non-compliant providers expose this support when
they can't use non-file-based-outputs (and make this the bug which
needs fixing) then have to rely on plugin providers to discover and
explicitly expose this support.
2018-01-29 13:14:06 +10:00
Alexander Bruy
5e157c967d
[processing] add group id to SAGA algorithms
2017-12-14 18:04:11 +02:00
volaya
1b8fa82790
[processing] fixed saga algs descriptions
2017-12-13 14:39:09 +01:00
nirvn
a477ea3ae4
[processing] move grass & saga version number to tooltips
2017-11-24 17:16:25 +07:00
Alexander Bruy
4b63975eaf
[processing] tests for SAGA provider and related fixes
2017-11-09 18:56:44 +02:00
Alexander Bruy
057ab170da
[processing] fix input rasters check
2017-11-09 18:56:44 +02:00
Alexander Bruy
13610f6440
[processing] adopt to changes in extensions handling
2017-11-09 18:56:44 +02:00