Alexander Bruy
|
42a8d8eced
|
[processing] add method for generating help for single algorithm
|
2015-02-25 08:47:58 +02:00 |
|
Juergen E. Fischer
|
e748281667
|
processing: add uuid parameter to memory: outputs (followup f64730e)
|
2015-02-17 21:41:26 +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 |
|
Giovanni Manghi
|
8d7c2d7a8d
|
processing: add support for rasters other than float in qgis/processing raster tools
|
2015-01-31 21:08:29 +00:00 |
|
Juergen E. Fischer
|
cce2eb50cb
|
indentation update
|
2015-01-22 20:56:02 +01:00 |
|
volaya
|
23100464d4
|
[processing] fixed console description of models and scripts
|
2015-01-22 13:23:43 +01:00 |
|
radosuav
|
82f043c28c
|
[Processing] Add support for input rasters with sublayers.
|
2015-01-20 12:36:46 +01:00 |
|
Alexander Bruy
|
69fe922a54
|
[processing] fix VectorWriter class (fix #11875)
|
2014-12-18 09:18:41 +02:00 |
|
Alexander Bruy
|
3c0a9ed7d0
|
[processing] fix help file generator
|
2014-11-26 15:10:49 +02:00 |
|
volaya
|
9f8a742352
|
[processing] patch for issues with delimited text layers
Still won't work when using delimited text layers in parameters of type MultipleInput
|
2014-11-21 16:45:51 +01:00 |
|
volaya
|
6e334d645a
|
[processing] Added missing field type to vector tools
|
2014-11-21 15:02:21 +01:00 |
|
volaya
|
4ff831f995
|
[processing] fixed table export
|
2014-10-19 21:34:22 +02:00 |
|
Alexander Bruy
|
b1e7ede36b
|
[processing] more robust layer sorting in multiple selection widget (fixes #11429)
|
2014-10-18 11:19:53 +03:00 |
|
Alexander Bruy
|
e0fc515af0
|
[processing] show layers sorted only for single selection widget and use
legend order for multiple selection
|
2014-10-05 00:02:31 +03:00 |
|
Alexander Bruy
|
25fa170539
|
cleanup in vector utils
|
2014-10-03 11:40:50 +03:00 |
|
Alexander Bruy
|
a809dcce14
|
use native GDAL functions
|
2014-09-19 21:11:44 +03:00 |
|
Alexander Bruy
|
6130505c79
|
[processing] fix vector functions definitions
|
2014-08-28 09:33:05 +03:00 |
|
volaya
|
dab96382e6
|
[processing] allow definition of vector fields with plain names and types
|
2014-08-14 10:58:51 +02:00 |
|
Alexander Bruy
|
16e82f0080
|
[processing] fix loading of output rasters with wrong CRS
|
2014-08-01 08:29:56 +03: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 |
|
Minoru Akagi
|
228892cfa7
|
[processing] fix join to layer with join (fix #10244)
|
2014-07-05 13:38:25 +09:00 |
|
Victor Olaya
|
322cd0d03b
|
[processing] fixed #10780
|
2014-07-02 20:22:00 +02:00 |
|
Victor Olaya
|
93511b2f82
|
[processing] methods in dataobjects.py now return layers ordered by name
fixes #10446
|
2014-06-28 17:07:46 +02:00 |
|
Victor Olaya
|
b390b3e778
|
[processing] fixed behaviour of select algorithms in modeler
|
2014-06-20 23:18:40 +02:00 |
|
Victor Olaya
|
0009040ed5
|
[processing] made postprocessing code more pythonic
|
2014-06-10 22:39:07 +02:00 |
|
Victor Olaya
|
293ac60722
|
[processing] removed interface module
now all access to the interface is done through qgis.utils.iface
|
2014-05-21 17:35:48 +02:00 |
|
Alexander Bruy
|
6088dbacac
|
follow up 5ad518afd2. Better handling of temporary directories
|
2014-05-16 15:45:21 +03:00 |
|
Alexander Bruy
|
6e4fbf8d10
|
move common function to tools package
|
2014-05-16 15:44:36 +03:00 |
|
Victor Olaya
|
9b277cb040
|
[processing] refactoring to put all algorithm providers under a single module
|
2014-04-19 20:49:17 +02:00 |
|
Victor Olaya
|
5c19713291
|
[processing] allow selection of open layers in batch interface
|
2014-04-17 12:43:13 +02:00 |
|
Alexander Bruy
|
f53576dd96
|
make menthod and variable naming consistent, some cleanup
|
2014-03-25 19:53:47 +02:00 |
|
Paolo Tormene
|
71e57a7a25
|
New method to duplicate a vector layer in memory and optionally add it to the map registry
|
2014-03-25 19:53:32 +02:00 |
|
volaya
|
e2d01e2e15
|
Merge pull request #970 from snorfalorpagus/spatialjoin
Ported "Join attributes by location" from fTools to Processing
|
2014-03-25 17:41:30 +01:00 |
|
Joshua Arnott
|
8daf8c371a
|
Ported 'Join by location' from fTools to Processing
|
2013-10-22 18:42:52 +01:00 |
|
Alexander Bruy
|
498a5d9ab8
|
[processing] code formatting, make sources more pep8 compliant
|
2013-10-02 16:24:10 +03:00 |
|
Alexander Bruy
|
9a341acd13
|
[processing] handle non-ASCII characters in layer name when exporting (fix #8673)
|
2013-09-30 16:18:17 +03:00 |
|
Victor Olaya
|
e4c60adcd3
|
[processing] better error handling and some minor fixes
solved issue with trailing characters when calling mkdir
solved issue with non-ascii characters in help files
|
2013-09-23 13:32:23 +02:00 |
|
Victor Olaya
|
865cb6208d
|
[processing]code cleaning
|
2013-09-21 12:48:17 +02:00 |
|
Juergen E. Fischer
|
51297d5990
|
indentation update (note to self: always run scripts/prepare-commit.sh before committing)
|
2013-09-17 12:41:43 +02:00 |
|
Victor Olaya
|
a5f0e4b18a
|
[processing] Reduced number of conversion operation when running saga algorithms
|
2013-09-15 13:54:23 +02:00 |
|
Victor Olaya
|
71c8672654
|
[processing] some code cleaning
|
2013-09-14 15:52:28 +02:00 |
|
Victor Olaya
|
1882bbc301
|
[processing]fixed issue with temporal filename
(was previously solved but reverted)
|
2013-09-14 14:34:50 +02:00 |
|
Victor Olaya
|
4987f4ab4e
|
Revert "[processing]fixed bug with wrong characters in output filenames" (caused circular import)
This reverts commit ff5e1ee3a8745ae44db85b1a9511a5f81f6a85fd.
|
2013-09-14 14:34:49 +02:00 |
|
Victor Olaya
|
236c239844
|
[processing] adapted algorithm to function refactoring
Also set threaded execution to false by default, since it was behaving strangely
|
2013-09-14 13:26:47 +02:00 |
|
Victor Olaya
|
ff5e1ee3a8
|
[processing]fixed bug with wrong characters in output filenames
refactored to reuse string cleaning function
|
2013-09-14 13:26:46 +02:00 |
|
Victor Olaya
|
a7dfcaa6af
|
[processing] added some in-code docs and comments
|
2013-09-14 13:26:46 +02:00 |
|
Victor Olaya
|
d69667b838
|
[processing] added progress display in qgsMessageBar
|
2013-09-14 13:26:42 +02:00 |
|
Victor Olaya
|
807ffaa5e6
|
[processing] refactoring to move common functions to tools package
|
2013-09-14 13:26:41 +02:00 |
|
Victor Olaya
|
6d506d6a33
|
move ftools utils to tools utils module
|
2013-09-14 13:26:39 +02:00 |
|
Victor Olaya
|
9bb3d6eb6b
|
renamed "sextante" to "processing"
|
2013-08-20 09:22:03 +02:00 |
|