Alexander Bruy
0059b2b692
[processing] remove Python 2 compatibility layer
2017-11-28 12:27:45 +02:00
Nyall Dawson
cab807dc30
Merge pull request #5426 from medspx/ProcessingPortGrass72
...
[Processing] Port GRASS 7.2 algorithm provider
2017-11-09 06:42:38 +10:00
Nyall Dawson
fe0566000e
More QPair API removal
2017-11-06 07:34:01 +10:00
Nyall Dawson
dc341d2047
Add flags to QgsVectorFileWriter methods which return lists of drivers
...
Initially only flag available is whether to sort drivers by
recommended order. The recommended order puts GPKG first and
SHP second, then leaves the rest alphabetical.
This fixes a few instances in the QGIS gui where these recommended formats
are not listed first.
2017-11-06 07:22:04 +10:00
Médéric RIBREUX
d10aaf4bd4
Support multiple output file raster formats:
...
* A new createopt textbox has been added to the parameters dialog for algorithms which exports to raster files.
* A new metaopt textbox has also been added to the Algorithm parameters dialog.
* Raster file format is detected from output filename extension.
* GdalUtils has been improved to correctly detect raster formats supported for creation.
* QFileDialog for output rasters now display only file filters for supported output raster file formats.
2017-11-05 13:18:24 +01:00
Matthias Kuhn
34a9d91488
Fix broken error handling
2017-10-16 23:16:30 +02:00
Alexander Bruy
ff75873eb8
[processing] tests for OGR-based algorithms
2017-10-11 17:06:11 +03:00
Alexander Bruy
dc7b9e41bc
[processing] restore grid data metrics algorithm
2017-10-11 17:06:11 +03:00
Alexander Bruy
c53ff66caf
fix permissions
2017-10-11 17:06:11 +03:00
Nyall Dawson
d46317802b
Port gdal translate alg to new api
2017-08-30 18:13:51 +10:00
Nyall Dawson
ba6e2dc940
Fix showing gdal command in algorithm dialog
2017-08-14 05:19:29 +10:00
Nyall Dawson
0a365b2d22
Fix OGR algs always export shapefiles, regardless of output file extension
2017-08-14 04:56:24 +10:00
Nyall Dawson
e33647dc5a
Move OGR processing provider specific methods to GdalUtils
2017-08-14 04:56:24 +10:00
Nyall Dawson
6cb9fa80f6
Astyle
2017-07-27 10:17:45 +10:00
Nyall Dawson
a48c146916
Fix vector file formats show in processing options for raster output
...
extension (fix #16894 )
2017-07-26 10:22:57 +10:00
Nyall Dawson
e9f13d1ea3
Just use standard QgsMessageLog functionality instead of a dedicated
...
method for processing
2017-04-26 13:57:06 +10:00
Nyall Dawson
93c32e68ef
Fix logging from GDAL
2017-04-26 13:56:30 +10:00
Nyall Dawson
1394c28d13
[processing] Move some log handling to c++ class
2017-04-26 13:56:29 +10:00
volaya
85e83e1470
[Processing] prevent error when running escapeAndJoin with empty param string
...
fixes #16200
2017-04-04 15:10:58 +02:00
Juergen E. Fischer
ecc5bb508e
pep8/pyflakes3 cleanups
2017-03-04 02:38:15 +01:00
Juergen E. Fischer
a10c890383
More QgsSettings updates:
...
* revives WMS
* QgsSettings::clear() added
* section added to QgsSettings::contains()
* type parameter added to sip binding of QgsSettings.value()
* TODO: customization & evis
2017-03-04 02:37:59 +01:00
Nyall Dawson
ede452be85
[processing] Port feedback object to c++
...
Algorithms are now passed a QgsProcessingFeedback object
instead of the loosely defined progress parameter.
2017-01-11 11:11:10 +10:00
Alexander Bruy
d2ff57ec38
remove debug line
2017-01-10 12:02:36 +02:00
volaya
8ea5bc39b4
Merge pull request #3971 from alexbruy/processing-help
...
[processing] configurable help files location for GDAL and GRASS providers
2017-01-10 09:55:58 +01:00
Alexander Bruy
7cda002ba2
[processing] configurable help files location for GDAL and GRASS providers
2017-01-09 16:31:13 +02:00
Alexander Bruy
f9680ddc0c
[processing] use custom options widget in GDAL algorithms
2017-01-07 10:02:13 +02:00
Alexander Bruy
ce9c08f3f6
[processing] rename GdalOgr provider to Gdal provider
...
Show version numbers in providers descriptions
2016-12-31 09:09:07 +02:00
Médéric RIBREUX
c147ee2bf3
Add with .. to all subprocesses
2016-11-28 09:54:27 +01:00
Alexander Bruy
51a56573c5
Merge pull request #3727 from arnaud-morvan/processing_ogr2ogr_defaults
...
[processing] fix Ogr2OgrToPostGisList algorithm
2016-11-10 11:45:56 +02:00
Nyall Dawson
0484769b7d
[processing] Use subprocess.DEVNULL instead of open(os.devnull)
2016-11-07 12:13:18 +10:00
arnaud.morvan@camptocamp.com
01941176c5
[processing] Log gdal calls
2016-11-06 15:21:39 +01:00
arnaud.morvan@camptocamp.com
4184934b9a
[processing] Apply 2to3 on changes
2016-10-05 12:39:01 +02:00
Juergen E. Fischer
31df84aa6b
run 2to3 on source
2016-09-21 23:30:04 +02:00
Alexander Bruy
b9b8d37cc0
[processing] add "-te_srs" option to gdal_warp ( fix #15033 )
2016-06-22 12:45:33 +03:00
Alexander Bruy
acc8274c87
remove debug output
2016-06-22 11:07:14 +03:00
Alexander Bruy
e4c1d896e9
[processing] fix gdal_contour algorithm
2016-06-22 11:05:05 +03:00
Denis Rouzaud
8071acd064
move PyQt compat folder to python/qgis
2016-04-29 14:10:26 +02:00
Matthias Kuhn
09a2f9b343
[Processing] Retry gdal commands if they are interrupted
2016-04-18 08:35:20 +02:00
Matthias Kuhn
972f13e0ec
Followup 151204d fix typo
2016-04-17 21:23:37 +02:00
Matthias Kuhn
151204dee0
Add debug for failing gdal subprocess
2016-04-17 17:03:31 +02:00
Matthias Kuhn
1ed39c4877
Fix indentation
2016-04-11 20:32:32 +02:00
Matthias Kuhn
c7ddc4b229
[processing] Allow calling GdalUtils.runGdal w/o progress
2016-04-11 17:55:46 +02:00
QGEP
6ea74d6234
Workaround a instable system call
2016-04-09 09:48:46 +02:00
Juergen E. Fischer
2526d3e3c8
processing: switch to pyqt wrappers, flake8 fixes
2016-03-21 17:00:25 +01: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
Alexander Bruy
cefc4df6be
[processing] redirect output from command line tools to Info tab ( fix #5618 )
2014-11-22 12:53:26 +02:00
volaya
51de0caeb8
[processing] better output logging for gdal/org calls
...
Fixes #11501
2014-11-21 15:02:19 +01:00
volaya
559c2d95ec
[processing] enabled more gdal output extensions
2014-10-06 07:33:43 +02:00
elpaso
59ec15bb2b
[processing] Avoid python hangs when run in headless mode from FCGI
2014-10-03 10:35:07 +02:00
Alexander Bruy
a9216c7189
[processing] refactor OGR algorithms to use commandline tools, not
...
bindings
2014-07-09 19:58:17 +03:00