volaya
b4b05bade7
[processing] save value of grass path when autoconfiguration is succesful
2016-05-23 19:34:24 +02:00
volaya
9074b14a74
[processing] fix to avoid interrupted system call exceptions in mac
2016-05-23 13:25:20 +02:00
Alexander Bruy
6207412bf7
[processing] restore CreateConstantRaster algorithm ( fix #14860 )
2016-05-23 12:41:45 +03:00
ninsbl
75c76f51f1
[processing] Don't round grass7 extent and resolution to integer
...
fix #14582
See: https://hub.qgis.org/issues/14582
The commit removes the a-flag when the grass region for raster analysis is set. The a-flag causes in some cases unwanted rounding of raster extend / resolution, and should not be set hardcoded in processing. It is usually used in combination with the "res" option.
For aligning the pixels of the GRASS region to a specific raster, the align option should be used (and not the a-flag). See: https://grass.osgeo.org/grass70/manuals/g.region.html
GRASS 6.4 algs do not use the a-flag either, which explains why this bug appears only for GRASS 7.
2016-05-23 08:49:29 +02:00
Nyall Dawson
1767d3b073
[processing] Use QgsVectorLayer::selectByExpression for select by expression alg
2016-05-19 10:40:18 +10:00
volaya
f001ac11f7
[processing] fixed repaint in set vector style algorithm
2016-05-18 14:24:45 +02:00
arnaud.morvan@camptocamp.com
7847f971d4
Processing - Adapt RefactorFields to work on tables as well as vector layers
2016-05-17 14:16:16 +02:00
Matthias Kuhn
0d165e5621
Merge pull request #3058 from arnaud-morvan/processing_postgis_errors
...
Processing - Fix unicode/str error in postgis_utils
2016-05-11 12:30:14 +02:00
arnaud.morvan@camptocamp.com
66b1416dfe
Processing - Fix unicode/str error in postgis_utils
2016-05-11 11:27:58 +02:00
Harrissou Sant-anna
cf45742fe8
use same icons as in other dialogs for this task
2016-05-09 07:02:30 +02:00
Harrissou Sant-anna
af73c3dd58
replace icon
2016-05-02 17:22:47 +02:00
Matthias Kuhn
abfd7740bd
Fix qgis.PyQt compatibility imports
2016-04-29 14:10:41 +02:00
Denis Rouzaud
8071acd064
move PyQt compat folder to python/qgis
2016-04-29 14:10:26 +02:00
Alexander Bruy
77d95b0d65
[processing] don't write NaN's to attribute table ( fix #14639 )
2016-04-26 20:44:53 +03:00
Alexander Bruy
2ba252b344
Merge pull request #3033 from rldhont/processing_gdal_optional
...
[Processing] well manage optional parameters in GDAL algorithms
2016-04-26 16:59:13 +03:00
Alexander Bruy
9a05558aff
fix formatting
2016-04-26 15:22:52 +03: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
Alexander Bruy
0502265320
Merge pull request #3030 from NaturalGIS/processing_fix_raster_clip_nodata
...
[processing] set nodata parameter as optional in GDAL algs
2016-04-26 14:36:14 +03:00
volaya
5cc2dcd2a4
[processing] fixed wrong call to addToLog
2016-04-26 12:47:54 +02:00
Giovanni Manghi
a4b2cde5bb
more GDAL a_nodata fixes, for sake of uniformity
2016-04-25 22:09:42 +01:00
Giovanni Manghi
ba2601ff45
remove wrong gdal_translate parameter
2016-04-25 21:41:43 +01:00
Giovanni Manghi
fb5921250b
set nodata parameter as optional in GDAL clip by extent
2016-04-25 21:22:27 +01:00
Matthias Kuhn
59522582bf
[processing] Improve error message when clipping fails due to 2.5D
2016-04-21 17:11:16 +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
Alexander Bruy
b7a4e20627
[processing] add Rectangles, Ovals, Diamonds algorithm ( fix #11575 )
...
This is direct port of abandoned "Rectangles, Ovals and diamonds" plugin.
There are two algorithms: one uses fixed values and second — variable
values from attribute table. Test for fixed distance version included.
2016-04-13 12:33:08 +03: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
Alexander Bruy
e873540d14
[processing] fix path handling ( fix #14432 )
2016-04-11 18:52:27 +03:00
Alexander Bruy
abda90fe0d
[processing] filter items in toolbox using translated and original names ( fix #13764 )
2016-04-11 15:57:22 +03:00
Alexander Bruy
8eb79dbb91
[processing] fix missed quotes in OTB provider ( fix #14557 )
2016-04-10 11:39:29 +03:00
Alexander Bruy
525194dc0b
[processing] don't ask for MSYS folder for GRASS7 ( fix #14431 )
2016-04-10 11:31:46 +03:00
Nyall Dawson
ae59b733c3
[processing] Use unary union in dissolve (much faster for many
...
complex geometry inputs)
2016-04-10 12:58:01 +10:00
QGEP
6ea74d6234
Workaround a instable system call
2016-04-09 09:48:46 +02:00
volaya
cc50157ab8
[processing] make gdal algorithms honor selection
...
fixes #14622
2016-04-07 14:02:25 +02:00
volaya
5131e93e1f
[processing] extra checks to avoid issues with previous versions values
2016-04-05 09:55:41 +02:00
Alexander Bruy
3ab6db168f
[processing] fix looping over features in Join Attributes alg ( fix #14428 )
2016-04-04 11:52:02 +03:00
Alexander Bruy
aef26c90f3
[processing] more HiDPI fixes (refs #14474 )
2016-04-01 16:48:04 +03:00
Juergen E. Fischer
3bfe2f1467
really fix ab5f06b (ouch again - machine mixup)
2016-03-31 23:03:03 +02:00
Juergen E. Fischer
c6117e0d32
fix ab5f06b (ouch)
2016-03-31 22:57:24 +02:00
Juergen E. Fischer
ab5f06b9fb
processing: base grass path on OSGEO4W_ROOT where available
2016-03-31 22:51:56 +02:00
Juergen E. Fischer
fbf4d675ca
de-plenk more
2016-03-25 23:08:32 +01:00
Juergen E. Fischer
962726cf66
de-plenk exclamation marks
2016-03-25 22:50:50 +01:00
Alexander Bruy
428ec00e5b
fix typo
2016-03-25 16:21:06 +02:00
Alexander Bruy
619356ea1c
[processing] add OPTIMIZE_SIZE option to gdalwarp ( fix #5651 )
2016-03-25 15:37:20 +02:00
Alexander Bruy
660bb27388
[processing] replace some raster icons with SVG to improve HiDPI support (refs #14474 )
2016-03-25 15:19:52 +02:00
Alexander Bruy
6f7961044f
[processing] refactor Virtual vector layer algorithm
...
Add support for unioned layers (fix #12991 )
2016-03-25 15:19:52 +02:00
Alexander Bruy
70e2696be5
Merge pull request #2936 from sept-en/master
...
[processing] fix filter in Processing settings dialog. Add ability to specify mininal required number of items for MultipleInput parameter (fix #11469 , fix #12580 )
2016-03-23 17:23:08 +02:00
Stéphane Brunner
cf22cab3e9
Fix the master (merge without tests pass :-( )
...
Related to #2893
2016-03-23 13:53:04 +01:00