radosuav
9c611c98e8
[Processing] Fix TypeError in Zonal Statistics algorithm
...
Fixes #14412
2016-03-07 16:56:35 +01:00
Matthias Kuhn
e0ffd92a40
Fix typo
2016-02-23 10:24:34 +01:00
Alexander Bruy
dbd83b3ee1
Merge pull request #2733 from nirvn/processing_memory_datetime
...
[processing] add date, datetime, time fields to memory output
2016-02-04 20:10:51 +02:00
nirvn
427b9c9734
[processing] add date, datetime, time fields to memory output
...
(fixes #14163 )
2016-02-01 09:09:33 +07:00
Nyall Dawson
cbe8cb7282
Formatting update, using newer autopep8 version
2016-01-30 09:33:24 +11:00
Matthias Kuhn
2f411afe75
[Processing] Fix raster tools
...
GDAL arguments need to be str since they are passed as unencoded const
char*.
2016-01-28 15:54:12 +01: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
Alexander Bruy
c7231c3703
remove unused code
2016-01-21 20:02:45 +02:00
Nyall Dawson
7e90d5773f
Whitespace fix
2016-01-19 08:42:02 +11:00
volaya
4c34871f0a
[processing] fixed problems when opening/removing layers while alg dialog is open
2016-01-18 15:02:10 +01:00
Hugo Mercier
83a24a3794
[processing] add more possible data providers for input vector layers
2016-01-11 17:15:01 +01:00
volaya
62302377db
[processing] UI/UX improvements
...
Related to QEP #19
Some algorithm description provided by Frank Sokolic
2016-01-08 08:27:22 +01:00
Alexander Bruy
b207268e69
add missed license headers in Processing files
2016-01-07 17:52:49 +02:00
volaya
08a8b6095f
[processing] modified how user folder is defined
...
This should have no effect on a normal QGIS desktop installation, but improve using Processing when not running on top of a regular QGIS instance.
2015-12-15 12:38:05 +01:00
Juergen E. Fischer
9a89408b72
indentation update
2015-11-10 20:21:10 +00:00
volaya
55c18a5e45
[processing] fixed creation of vector layer as PostGIS Table
...
fixes error introduced in last commit
2015-11-09 08:50:54 +01:00
rldhont
e4996d77cd
[processing] allow output directly on Spatialite tables
...
like 11b5092140f5a966dbb2d85cb64face1e927ff90 but for Spatialite
2015-11-06 17:54:58 +01:00
volaya
11b5092140
[processing] allow output directly on PostGIS tables
2015-11-06 11:36:27 +01:00
volaya
22ace3df2e
[processing] minor indentation fix
2015-11-06 11:36:26 +01:00
volaya
4692eb526b
[processing] don't use temp folder for default output folder
2015-11-06 11:36:24 +01:00
radosuav
507aeb0507
[Processing] Allow "progress" to be specified when calling processing.runalg
...
This is mostly so that algorithms executed in Processing scripts can
display messages in the same way as if they were executed directly from
Processing toolbox.
Also fixes a small issue with busy cursor being reset too early when
algorithms were executed from Processing scripts.
2015-11-04 09:51:30 +01:00
Juergen E. Fischer
f996c54776
indentation update
2015-10-30 23:30:16 +01:00
volaya
4da1ce9eee
Merge pull request #2341 from arnaud-morvan/processing_precisionmodel
...
[Processing] Add precision parameter to by location algorithms
2015-10-24 15:42:36 +02:00
Juergen E. Fischer
bf64f8d0a0
spelling fixes and indentation update
2015-10-22 21:56:54 +02:00
volaya
70bc957439
[processing] do not assume singleton Processing when defining temp folder
...
fixes #13588
2015-10-14 13:14:02 +02:00
Juergen E. Fischer
24fe216270
spelling fixes
2015-10-01 19:12:29 +02:00
arnaud.morvan@camptocamp.com
fa12502995
[Processing] Add precision parameter to by location algorithms
2015-09-29 14:25:12 +02: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
arnaud.morvan@camptocamp.com
c7b384135e
Processing translation tool for names and groups
2015-07-17 15:15:53 +02:00
volaya
de728743b7
[processing] do not accept grass vector layers as inputs
...
fixes #12436
2015-07-03 08:18:54 +02:00
Etienne Trimaille
5a9df7eba3
fix variable assignment in Processing
2015-06-24 11:29:45 +02:00
volaya
38a247f26c
[processing] fixed attribute types in memory layers
...
fixes #12894
2015-06-23 14:15:08 +02:00
volaya
247c2f061e
[processing] no need to hide credentials when storing db data
...
If they appear on the URI, it means they are already being stored in plain text by QGIS
2015-06-23 09:07:51 +02:00
volaya
6ce2333f98
[processing] more improvements for storing db data in log
...
This allows reusing commands that use a db-based layer.
It disables parameter validity checks for layers. Those checks should now be performed at the algorithm level before executing (not yet implemented)
2015-06-23 09:07:50 +02:00
volaya
5d4928fae2
[processing] fixed setting rendering styles for line and point outputs
...
fixes #12773
2015-06-22 11:38:16 +02:00
volaya
12292e3ba0
[processing] fixed ‘create points along lines’ algorithm
...
fixes #12768
2015-05-20 13:31:47 +02:00
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