Juergen E. Fischer
|
239e93deeb
|
run gdal_calc on Windows and gdal_calc.py on othes platforms (fixes #19482)
|
2018-09-17 02:34:36 +02:00 |
|
Alexander Bruy
|
f524460379
|
[processing] homogenize label for 'additional creation options'
parameter in GDAL algorithms
|
2018-08-02 12:11:20 +03:00 |
|
Luigi Pirelli
|
9b28e3d7f5
|
Port gdalcalc with formula excaping fix (#6984)
Resurrect gdalcalc algorithm from 2.x
|
2018-05-15 07:59:00 +10:00 |
|
Alexander Bruy
|
53bc147dca
|
[processing] add group id to GDAL algorithms
|
2017-12-14 18:04:11 +02:00 |
|
Nyall Dawson
|
96c7e6e0a6
|
[processing][gdal] Cleanup some code, add method to customise
generated command based on whether the algorithm is actually
executing or just being displayed in the UI as a command
|
2017-12-08 14:09:08 +10:00 |
|
Alexander Bruy
|
3d4a59bb8b
|
[processing] cleanup files from unused code and remove some files
|
2017-11-28 12:27:45 +02:00 |
|
Alexander Bruy
|
0059b2b692
|
[processing] remove Python 2 compatibility layer
|
2017-11-28 12:27:45 +02:00 |
|
Nyall Dawson
|
ce8e18da10
|
Fix overridden function signatures
|
2017-08-14 04:56:24 +10:00 |
|
Nyall Dawson
|
4cb7d18b1c
|
Push parameters into processAlgorithm and related functions
|
2017-06-06 07:41:19 +10:00 |
|
Nyall Dawson
|
77ab933788
|
Move alg character definitions to __init__
|
2017-06-06 07:41:19 +10:00 |
|
Nyall Dawson
|
a0bd464232
|
Use formatted name for algorithm names
Avoids conversion of names later and gives clearer separation
between visible names and internal names
|
2017-04-03 21:17:45 +10:00 |
|
Nyall Dawson
|
6987d7b37c
|
Port handling of algorithm names to QgsProcessingAlgorithm
|
2017-04-03 21:17:45 +10:00 |
|
Nyall Dawson
|
dc729c1b5a
|
Move algorithm group handling to QgsProcessingAlgorithm
|
2017-04-03 21:17:45 +10:00 |
|
Alexander Bruy
|
dbca0304d9
|
[processing] rename algorithm groups in GDAL provider
|
2017-02-28 12:37:48 +02:00 |
|
Juergen E. Fischer
|
31df84aa6b
|
run 2to3 on source
|
2016-09-21 23:30:04 +02:00 |
|
rldhont
|
793b712eb9
|
[Processing][GDAL] Well manage optional parameters
Because EXTRA and NO_DATA parameters are optional, the value can be `None` which is the same as `''`.
|
2016-04-26 14:18:41 +02:00 |
|
Giovanni Manghi
|
a4b2cde5bb
|
more GDAL a_nodata fixes, for sake of uniformity
|
2016-04-25 22:09:42 +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
|
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
|
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 |
|
volaya
|
1964a7c744
|
[processing] added box with console commands for gdal/ogr algs
|
2015-05-07 13:20:28 +02:00 |
|
pcav
|
686ba43c07
|
Better naming for GDAL outputs (partial fix for http://hub.qgis.org/issues/12542)
|
2015-04-10 09:44:20 +02:00 |
|
Alexander Bruy
|
5260ef3992
|
unify algorithm name and source file name, formatting fixes
|
2015-02-24 11:25:50 +02:00 |
|