16 Commits

Author SHA1 Message Date
Juergen E. Fischer
62f272e44d processing: fix path setting for saga 2016-02-13 02:00:10 +01:00
Juergen E. Fischer
b39055b39c indentation update (now including autopep8) 2015-08-22 14:29:41 +02:00
volaya
b80a1bcac5 [processing] fixed handling of folders and files in settings
fixes #12511
2015-06-26 12:00:02 +02:00
Juergen E. Fischer
e368f95a0f [processing] fix initial without saga_cmd on *x 2015-06-23 21:30:05 +02:00
volaya
77ca802522 [processing] better initialization of SAGA provider 2015-06-23 12:01:50 +02:00
Martin Dobias
eaf17e56c2 Fix SAGA detection on some Debian/Ubuntu systems (fixes #12335) 2015-06-19 13:18:59 +08:00
volaya
57d21c8383 [processing] swallow possible exceptions when reading console output from SAGA 2015-05-20 08:04:19 +02:00
Juergen E. Fischer
956c155e8f fix python pep8 warnings and fix some revealed errors
pep8 --ignore=E111,E128,E201,E202,E203,E211,E221,E222,E225,E226,E227,E231,E241,E261,E265,E272,E302,E303,E501,E701 \
     --exclude="ui_*.py,debian/*,python/ext-libs/*" \
     .
2015-02-01 20:46:47 +01:00
volaya
e9228b67c9 [processing] some SAGA fixes
-fixed raster export
-fixed version numbering when no saga installation is found
2015-01-20 11:41:27 +01:00
Alexander Bruy
07462f5476 [processing] i18n support for SAGA provider 2015-01-17 11:24:54 +02:00
volaya
aa60bfecb2 [processing] New system for handling SAGA versions
This commit sets a different way of handling SAGA versions and a new way of checking saga installations

This is done to fix the messy situation that SAGA causes due to its API changing in each release.
2015-01-15 10:27:18 +01:00
elpaso
59ec15bb2b [processing] Avoid python hangs when run in headless mode from FCGI 2014-10-03 10:35:07 +02:00
Juergen E. Fischer
0dd02bad04 fix some warnings and indentation update 2014-06-19 00:02:32 +02:00
Victor Olaya
3d152393d7 [processing] If SAGA/OTB exist as bundled app, do not allow manual configuration 2014-06-16 12:04:25 +02:00
Victor Olaya
202d331abb [processing] simplified saga algorithms
Now it assumes matching grid extents and does not perform resampling
2014-05-21 17:34:32 +02:00
Victor Olaya
9b277cb040 [processing] refactoring to put all algorithm providers under a single module 2014-04-19 20:49:17 +02:00