63 Commits

Author SHA1 Message Date
Nyall Dawson
0484769b7d [processing] Use subprocess.DEVNULL instead of open(os.devnull) 2016-11-07 12:13:18 +10:00
Nyall Dawson
6a99017bf0 [processing] Use with ... when opening files 2016-11-07 11:36:38 +10:00
volaya
efd73a491f [processing] fixes for new parameters architecture
includes better managing of crd and extent parameters in models, not requiring now the use of modeler-only lags
2016-10-05 12:35:00 +02:00
rldhont
37951baf45 [Processing] Uses os.path.join instead of + os.sep + (#3552) 2016-10-01 08:35:56 +02:00
Juergen E. Fischer
31df84aa6b run 2to3 on source 2016-09-21 23:30:04 +02:00
Denis Rouzaud
8071acd064 move PyQt compat folder to python/qgis 2016-04-29 14:10:26 +02:00
Alexander Bruy
abda90fe0d [processing] filter items in toolbox using translated and original names (fix #13764) 2016-04-11 15:57:22 +03:00
Juergen E. Fischer
2526d3e3c8 processing: switch to pyqt wrappers, flake8 fixes 2016-03-21 17:00:25 +01:00
Juergen E. Fischer
c6d921729e python fixes:
* issues identified by pyflakes (star and unused imports)
* pyqtwrapper: add QtSvg
* some exceptions e.message => unicode(e)
* some translations tr("..." % foo) => tr("...") % foo
* TODO:
  python/console/console_sci.py:547 QsciScintillaCompat?
  python/plugins/db_manager/dlg_query_builder.py:304 pop_up_error?
2016-03-15 17:25:23 +01:00
Juergen E. Fischer
fb3fcfa3a0 Python3/Qt5/2to3 updates:
* pyqtwrappers update (add QtNetwork, QtXml, QtSql, QtTest, uic)
* 2to3 updates
* move QPyNullVariant/NULL to PyQt.QtCore
* add global unicode/basestring/long for Python3
* expand QtGui, QtCore module and star exports
* Qscintilla2
* replace Set import with set builtin
2016-03-14 20:38:20 +01:00
Juergen E. Fischer
796b8bdf6e spelling updates 2016-02-29 10:02:00 +01:00
Nyall Dawson
9aabc289ec Indentation 2016-02-28 13:05:51 +11:00
Alexander Bruy
6800c8d9da indentation 2016-02-27 14:50:55 +02:00
Alexander Bruy
8125f61e21 indentation 2016-02-27 14:05:39 +02:00
Alexander Bruy
e289415325 [processing] new Fusion algs: ImageCreate and IntensityImage 2016-02-27 13:21:07 +02:00
Nyall Dawson
d0e595f85f Indentation 2016-02-12 20:54:25 +11:00
Alexander Bruy
8ba6149d7c [processing] make DTM2ASCII tool visible in toolbox 2016-02-11 19:45:45 +02:00
volaya
a53ba16934 Merge pull request #2451 from spono/patch-5
[Processing] Update GridMetrics.py
2015-12-15 08:14:43 +01:00
volaya
9c0ee36c49 Merge pull request #2469 from spono/patch-13
[Processing] Update FilterData.py
2015-12-15 08:14:10 +01:00
volaya
7f3cc35b10 Merge pull request #2467 from spono/patch-11
[Processing] Update Cover.py
2015-12-15 08:10:57 +01:00
Alexander Bruy
584771e907 fix missed import in the Processing alg 2015-12-07 10:12:21 +02:00
Juergen E. Fischer
60ad6887c2 indentation update 2015-12-04 22:52:31 +01:00
volaya
6f26d9aeb0 Merge pull request #2514 from spono/patch-14
[Processing] Update CanopyModel.py
2015-12-03 09:54:00 +01:00
volaya
85cc1807df Merge pull request #2468 from spono/patch-12
[processing] Update ClipData.py
2015-12-03 09:53:09 +01:00
volaya
bbde581457 Merge pull request #2466 from spono/patch-10
[processing] Update GroundFilter.py
2015-12-03 09:52:03 +01:00
Nic
ec9f086222 Update CanopyModel.py
fixed some syntax errors and added an output option (ASCII)
2015-11-30 10:14:46 +01:00
Juergen E. Fischer
079029e354 indentation update 2015-11-29 17:04:56 +01:00
Nic
dd8826f372 Update GroundFilter.py 2015-11-27 15:16:48 +01:00
Nic
c622457fc5 Update ClipData.py
subprocess lines deleted because obsolete
2015-11-27 11:08:05 +01:00
Nic
41538e6dec Update FilterData.py
subprocess lines deleted and fixed syntax error
2015-11-27 11:02:12 +01:00
volaya
4b853bfa40 Merge pull request #2472 from spono/patch-8
[Processing] Update TinSurfaceCreate.py
2015-11-27 08:23:56 +01:00
volaya
ae748d3b7d Merge pull request #2463 from spono/patch-7
[proessing]small correction on FUSION internal commands
2015-11-27 08:14:38 +01:00
Nic
c10329e488 Update CanopyModel.py
fixed some syntax errors and added an output option (ASCII)
2015-11-26 16:24:24 +01:00
Nic
d4ba0c77f8 Update Cover.py 2015-11-24 17:59:15 +01:00
Nic
4f9244d6f0 Update TinSurfaceCreate.py 2015-11-23 17:41:39 +01:00
Nic
3791ff8173 Update GroundFilter.py 2015-11-23 17:39:26 +01:00
Nic
6bb94e0664 Update ClipData.py 2015-11-20 17:04:37 +01:00
Nic
fb568c3238 Update ClipData.py 2015-11-20 17:03:26 +01:00
Nic
5ec337a0d3 Update TinSurfaceCreate.py
minor adjustments and some funtionalities added (first return selection, output as .asc)
2015-11-16 12:09:02 +01:00
Nic
b501d5f563 Update FilterData.py
fixed an error and updated to latest behaviour
2015-11-15 19:40:34 +01:00
Nic
2fafaacaa3 Update ClipData.py
fixed wrong executable call
2015-11-15 19:32:19 +01:00
Nic
11d5f0c070 Update Cover.py
changed TIF to ASCII in order to keep the original cell value
2015-11-15 19:27:41 +01:00
Nic
c4a6d09592 Update GroundFilter.py
after 3.0 if .las are used also the output will be .las
2015-11-15 19:20:01 +01:00
Nic
ec204c357f Create DTM2ASCII
new tool
2015-11-15 19:17:08 +01:00
Nic
ea526a2924 small correction on FUSION internal commands 2015-11-15 19:09:37 +01:00
spono
079de32d46 Update GridMetrics.py 2015-11-12 23:30:04 +01:00
Juergen E. Fischer
b39055b39c indentation update (now including autopep8) 2015-08-22 14:29:41 +02:00
Matthias Kuhn
9fc1b48bf3 Replace str() with unicode() and some PEP 8 2015-08-16 20:58:43 +02:00
Juergen E. Fischer
93e2c5a01d processing: translation fix (open fusion las viewer; followup 66a3d02) 2015-07-28 14:12:53 +02:00
Juergen E. Fischer
66a3d02240 integrate processing into update_ts.sh (also includes all translations
in the repository and none outside of it).
2015-07-26 04:28:37 +02:00