1074 Commits

Author SHA1 Message Date
volaya
b38be6f725 [processing] made lastools additional parameters optional 2016-05-27 11:31:54 +02:00
volaya
f4ca847660 [processing] do not exit loop in intersect if there are errors
fixes #14908
2016-05-27 11:27:24 +02:00
Alexander Bruy
33977d16dd [processing] add option to force singlepart geometry type to postgis import (fix #14889) 2016-05-27 11:25:22 +03:00
volaya
d4802e5e9e Merge pull request #3109 from rldhont/bugfix_processing_getParameterDescriptions
[BUGFIX][Processing] Add getParameterDescriptions to R, Model and Scr…
2016-05-26 17:11:46 +02:00
rldhont
53089188d5 [BUGFIX][Processing] Add getParameterDescriptions to R, Model and Script algo 2016-05-26 16:53:10 +02:00
volaya
ef3de28538 Merge pull request #3110 from NaturalGIS/master
fix two SAGA statistics_grid modules
2016-05-26 15:47:26 +02:00
Alexander Bruy
d783635a40 [processing] homogenize spatial index name with DB Manager (fix #14899) 2016-05-26 16:13:46 +03:00
Giovanni Manghi
8cd6be57ed fix two SAGA statistics_grid modules 2016-05-26 14:04:29 +01:00
Alexander Bruy
d16f04bf3a [processing] support multiple scripts/models folders (fix #10476) 2016-05-26 13:56:21 +03:00
Alexander Bruy
322da8b2cf Merge pull request #3105 from volaya/processing_cleanup
[processing] cleanup and improvements
2016-05-25 20:42:17 +03:00
pcav
92604cf207 Merge branch 'master' of https://github.com/qgis/QGIS 2016-05-25 18:59:16 +02:00
volaya
7f48ea4b8d [processing] only ask for msys folder in windows 2016-05-25 09:48:30 +02:00
volaya
68379963d2 Merge pull request #3103 from rldhont/bugfix_processing_rscript_output_table
[BUGFIX][Processing][Rscript] Write output Table
2016-05-25 07:36:12 +02:00
volaya
1cddf8db00 Merge pull request #3102 from rldhont/bugfix_processing_rscript_crs
[BUGFIX][Processing][Rscript] Use CRS Parameter
2016-05-25 07:35:38 +02:00
rldhont
3b7c0fc04f [BUGFIX][Processing][Rscript] Write output Table
Add support forwriting  output table to Rscript command.
2016-05-24 21:52:02 +02:00
rldhont
f470c531d8 [BUGFIX][Processing][Rscript] Use CRS Parameter
Add support for CRS parameter to Rscript command.
2016-05-24 21:38:59 +02:00
Alexander Bruy
dadc9d2057 fix typo 2016-05-24 19:59:07 +03:00
Alexander Bruy
c69665be92 [processing][gdaltools] reword merge option (fix #8519) 2016-05-24 19:47:48 +03:00
Alexander Bruy
8ad1e3c8bc [processing] add ability to choose encoding when importing into PostGIS (fix #14687) 2016-05-24 19:32:58 +03:00
rldhont
5d7e218b04 [BUGFIX][Processing][Rscript] Use Extent Parameter
Add support for extent parameter to Rscript command.
2016-05-24 16:01:30 +02:00
volaya
3607e269c6 [processing] improvements for new mechanism for adding algorithms
Correctly remove algorithms on plugin unload
2016-05-24 10:27:38 +02:00
volaya
2eebe0d314 [processing] additional mechanism to add scripts from 3rd party plugin 2016-05-23 19:36:16 +02:00
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
pcav
98ede7fecf Replaced Grid with Raster for coherence 2016-05-20 17:51:28 +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