Nyall Dawson
|
ba03f1a13a
|
Move minimum layer extent calculation to c++
|
2017-06-06 07:41:19 +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 |
|
arnaud.morvan@camptocamp.com
|
bc09875866
|
[processing] Fix rasterize dialog openning
Fix #16061
Do not pass in getConsoleCommand just to get commandName for shortHelp.
This avoid errors with non initialized parameters.
|
2017-04-29 21:09:05 +02: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 |
|
Nyall Dawson
|
faa8a653b2
|
Move algorithm icon 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 |
|
Alexander Bruy
|
f9680ddc0c
|
[processing] use custom options widget in GDAL algorithms
|
2017-01-07 10:02:13 +02:00 |
|
Alexander Bruy
|
c5835e9adc
|
[processing] fix test and menus after renaming GdalOgr provider
|
2016-12-31 09:09:07 +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 |
|
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
|
2526d3e3c8
|
processing: switch to pyqt wrappers, flake8 fixes
|
2016-03-21 17:00:25 +01:00 |
|
Giovanni Manghi
|
2c7f40b65c
|
try fix indentation
|
2016-03-08 09:05:48 +00:00 |
|
Giovanni Manghi
|
e4f75672bc
|
processing: add extent parameter to gdal rasterize
|
2016-03-06 17:59:57 +00:00 |
|
Alexander Bruy
|
11a9a66104
|
[processing] add icons for fTools and GDALTools algorithms
|
2016-03-01 15:57:31 +02:00 |
|
Alexander Bruy
|
cf8c7b13db
|
fix failing indenation test
|
2016-02-19 21:19:49 +02:00 |
|
Giovanni Manghi
|
3215247c71
|
fix processing gdal_rasterize: missing output format parameter
|
2016-02-19 18:03:02 +00:00 |
|
Alexander Bruy
|
9193d8f5a0
|
[processing] drop GdalScriptAlgorithm as it is not used
Also remove OgrAlgorithm base class at it almost completely duplicates
GdalAlgorithm class. All affected algorithms updated accordingly.
|
2016-01-22 15:47:20 +02:00 |
|
Juergen E. Fischer
|
f996c54776
|
indentation update
|
2015-10-30 23:30:16 +01:00 |
|
Giovanni Manghi
|
c0919e0ac0
|
processing add option for additional parameters for gdal rasterize
|
2015-10-22 10:07:43 +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
|
12736ac567
|
[processing] improvements fro gdal rasterize algs/gdal/rasterize.py
fixes #12541
|
2015-07-03 08:18:56 +02:00 |
|
Paolo Cavallini
|
fb141e76fe
|
Update rasterize.py
Better default for output type. Fixes http://hub.qgis.org/issues/12695
|
2015-05-07 18:12:05 +02:00 |
|
volaya
|
1964a7c744
|
[processing] added box with console commands for gdal/ogr algs
|
2015-05-07 13:20:28 +02:00 |
|
pcav
|
6a46f464f7
|
Better default for COMPRESSTYPE in GDAL
|
2015-04-16 17:59:39 +02:00 |
|
Giovanni Manghi
|
ed784d94f9
|
fix gdal_rasterize: remove duplicate options
|
2015-04-10 18:03:55 +01:00 |
|
pcav
|
a911e6e81a
|
Various fixes to Processing algs; fix for http://hub.qgis.org/issues/12537
|
2015-04-10 09:19:21 +02:00 |
|
Alexander Bruy
|
7097a5035e
|
remove duplicate condition
|
2015-04-09 20:10:42 +03:00 |
|
Giovanni Manghi
|
5bc9a7ef35
|
better option text
|
2015-04-09 09:53:39 +01:00 |
|
Giovanni Manghi
|
a0d32b87fb
|
fix gdal rasterize when using an existing raster layer
|
2015-04-09 09:52:11 +01:00 |
|
Juergen E. Fischer
|
198d8fe58f
|
fix warnings and extra semicolons
|
2015-02-07 13:54:46 +01:00 |
|
Giovanni Manghi
|
3749867c8f
|
fixes processing gdal rasterize and add compression options for tiff outputs
|
2015-02-05 13:52:19 +00:00 |
|
alexbruy
|
db89a045ab
|
Merge pull request #1873 from gioman/processing_remove_unsupported_raster_formats
processing/gdal: remove output formats that are not supported by qgis
|
2015-02-02 11:00:49 +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 |
|
Giovanni Manghi
|
9edff1430f
|
processing/gdal: remove output formats that are not supported by qgis
|
2015-01-31 21:28:01 +00:00 |
|
Alexander Bruy
|
d8a224d896
|
fix typos
|
2015-01-17 12:17:15 +02:00 |
|
Alexander Bruy
|
f3f09fa500
|
[processing] i18n support in gdal provider
|
2015-01-17 11:24:54 +02:00 |
|
Giovanni Manghi
|
8afbe83c74
|
fix gdal rasterize when using the -ts parameter
|
2014-12-15 18:20:17 +00:00 |
|
Juergen E. Fischer
|
d4f64d9bde
|
indentation update and typo fixes
|
2014-11-13 23:13:13 +01:00 |
|
Giovanni Manghi
|
d9b1638073
|
added detail about the output
|
2014-10-21 22:27:18 +01:00 |
|
Giovanni Manghi
|
ee8b74f5ca
|
fix processing gdal_rasterize to allow write vector values in a existing raster layer
|
2014-10-21 22:21:52 +01:00 |
|
Giovanni Manghi
|
3c246159b7
|
Add option to allow choose raster type output to gdal_rasterize
|
2014-10-19 23:24:06 +01:00 |
|
Giovanni Manghi
|
e1dedee70c
|
better gdal rasterize defaults
|
2014-10-19 22:33:54 +01:00 |
|
volaya
|
6486594f57
|
[Processing] Refactoring of parameters and outputs
It also adds some changes in the core and tools package, to provide a cleaner structure
|
2014-07-14 14:47:05 +02:00 |
|