[Qgis-developer] Respecting new SAGA GIS versions in processing

Rainer Hurling rhurlin at gwdg.de
Sat Jul 11 05:30:05 PDT 2015


Dear List,

Now, that SAGA GIS has new official release 2.2.0 [1] and the trunk
version is 2.2.1, it would be nice to have that respected in the QGIS
processing toolchain. The patch should mention for both, 2.2.0 and 2.2.1.

Additionally, is seems necessary to have a new file SagaAlgorithm220.py
created like SagaAlgorithm214.py?



--- python/plugins/processing/algs/saga/SagaAlgorithmProvider.py.orig
2015-07-10 21:51:41.000000000 +0200
+++ python/plugins/processing/algs/saga/SagaAlgorithmProvider.py
2015-07-11 14:19:08.043055000 +0200
@@ -46,8 +46,9 @@
     supportedVersions = {"2.1.2": ("2.1.2", SagaAlgorithm212),
                          "2.1.3": ("2.1.3", SagaAlgorithm213),
                          "2.1.4": ("2.1.3", SagaAlgorithm214),
+                         "2.2.0": ("2.1.3", SagaAlgorithm214),
                          # to allow testing upcoming release
-                         "2.2.0": ("2.1.3", SagaAlgorithm220)}
+                         "2.2.1": ("2.1.3", SagaAlgorithm220)}

     def __init__(self):
         AlgorithmProvider.__init__(self)



As a user of SAGA GIS, I really appreciate all the work, what is done to
integrate it into the QGIS processing, many thanks.

Best regards,
Rainer Hurling


[1]
http://sourceforge.net/projects/saga-gis/files/SAGA%20-%202.2/SAGA%202.2.0/


More information about the Qgis-developer mailing list