Nyall Dawson
a463af32f8
[processing][grass] Fix generation of output for v.rast.stats, add test
2018-07-25 09:23:36 +10:00
Nyall Dawson
fed345b12b
[processing][grass] Make a copy of the parameters dict before doing grass modifications
...
Since grass algorithms modify the parameters dictionary, we need to ensure
that they do this only a copy of the dict (and not a shallow copy). Otherwise
the parameter values included in the history log are the internally
modified values, not the original user-set ones
2018-07-25 09:23:36 +10:00
Nyall Dawson
996c9a8d34
[processing][gdal] Assign output CRS should be optional for ogr to postgis alg
2018-07-25 08:20:07 +10:00
Nyall Dawson
27d447b79d
[processing][gdal] Ignore 'selected features only' setting when
...
creating command preview
Since this has no meaning outside of a QGIS session
Refs #19451
2018-07-25 08:20:07 +10:00
Nyall Dawson
ed94b693e9
[processing][gdal] Fix layer paths are sometimes incorrect within command preview
...
Fixes #19451
2018-07-25 08:20:07 +10:00
Nyall Dawson
65548436ad
[processing] Port reverse line direction alg to c++
2018-07-24 03:55:49 +10:00
Nyall Dawson
59ec2e0bce
[processing][FEATURE] Port extend lines algorithm to c++, allow dynamic start/end distance
...
Allows the start and end distance to be data defined
2018-07-24 03:54:21 +10:00
Harrissou Sant-anna
8a1964fb85
Display same symbol for "not equal" operator in "Select by attribute" algorithm
...
as in "Extract by attribute" algorithm and "select features by value" function
2018-07-24 03:51:54 +10:00
Nyall Dawson
c0f67327aa
Capitalization
2018-07-20 07:24:35 +10:00
Nyall Dawson
8b2d5d0374
Use sample instead of identify in raster sampling alg
...
About 25x faster on large layers
2018-07-20 07:24:35 +10:00
Matteo Ghetta
14c74d88c8
Merge branch 'master' into processing_sampling
2018-07-16 08:33:59 +02:00
matteo
1a0d0dbb3f
fix exception?
2018-07-16 08:01:02 +02:00
nirvn
e9b6da1c48
[processing] change nodata default to none instead of 0 in gdal's translate alg
2018-07-16 11:53:02 +07:00
nirvn
ab3a213596
[ui][processing] re-order gdal warp algorithm parameters so optional ones are at the bottom
2018-07-16 11:53:02 +07:00
nirvn
fe38f03d5d
[processing] make target res. parameter optional in gdal's warp algorithm
2018-07-16 11:53:02 +07:00
nirvn
863a2f0fca
[processing] make nodata parameter optional in gdal's warp algorithm
2018-07-16 11:53:02 +07:00
Nyall Dawson
318098805e
[processing][saga] Stop showing 'available providers' tip for SAGA, when it's not available anyway
2018-07-16 11:38:13 +10:00
Luigi Pirelli
95246e76cd
Mask parameter was wrongly set. Fixes #19409
2018-07-13 11:47:03 +02:00
matteo
92d1cdc17a
add None in Exception
2018-07-12 12:45:18 +02:00
matteo
aea323efe9
update help for CRS, not needed anymore
2018-07-12 11:37:03 +02:00
matteo
b8ce7faf07
allow sampling with different CRS
2018-07-12 11:30:48 +02:00
matteo
efa236597a
make column prefix as advanced parameter
2018-07-12 11:20:59 +02:00
matteo
4dbfe36b71
update help
2018-07-12 11:20:35 +02:00
matteo
f8339c9b97
output column prexif added
2018-07-12 10:27:03 +02:00
matteo
a7130a0f97
indentation
2018-07-12 10:00:53 +02:00
matteo
0835b20d57
exception for multipart layers
2018-07-12 09:52:41 +02:00
matteo
a4c0c2e560
single raster instead of multi
2018-07-12 09:27:56 +02:00
Nyall Dawson
93146f7c9f
[processing][saga] Outputs from snap algorithms should both be optional
2018-07-12 11:32:37 +10:00
Rudi von Staden
64352fb159
Fix input parameter types for SAGA SnapPointstoLines
2018-07-12 11:32:37 +10:00
Rudi von Staden
dd4c49deae
Fix input parameters of SAGA SnapPointstoPoints
...
Fixes #19382
2018-07-12 11:32:37 +10:00
matteo
eca6691055
fix travis?
2018-07-11 10:50:46 +02:00
matteo
22d7b6c5d0
fixing indentation?
2018-07-11 09:23:09 +02:00
matteo
b6cafe7ece
indentation fix
2018-07-10 15:36:21 +02:00
matteo
d1cedbcf92
[processing][needs-doc][FEATURE] Sample raster values to point
2018-07-10 15:19:56 +02:00
Alexander Bruy
6d751dcb70
Merge pull request #7363 from alexbruy/fix-sampling
...
[processing] fix Random extract/select within subset algorithms
2018-07-04 19:53:53 +03:00
Nyall Dawson
6c014b46ba
[processing] Use c++ recent algorithm log, remove python log
...
Indirectly fixes #19218
2018-07-05 02:37:03 +10:00
Alexander Bruy
b72f5d1a53
[processing] log cases when subset is smaller than requested number of
...
features
2018-07-04 19:15:29 +03:00
Alexander Bruy
29207a1617
[processing] fix Random extract/select within subset when subset is
...
smaller than number of requested features (fix #19322 )
2018-07-04 18:30:30 +03:00
nirvn
7cb80a2308
Rename mActionDraw.svg to more appropriate mActionRefresh.svg
...
(in doing so, rename current mActionRefresh.svg to mActionReload.svg)
2018-07-02 12:51:44 +07:00
Juergen E. Fischer
ac63b8e16e
Translation fix
2018-07-02 02:47:09 +02:00
Håvard Tveite
a756fb1034
Fix parameter type for the BUFFER parameter of the Voronoi polygons alg
...
Fixes #19294
2018-06-29 23:02:03 +10:00
Nyall Dawson
85fba799ea
[processing] Don't abort when missing field name specified in
...
delete columns algorithm
Fixes #19256
2018-06-28 17:10:23 +10:00
Nyall Dawson
31330ddffb
[processing] Fix random selection algorithm when filter is set on layer
2018-06-28 15:02:06 +10:00
Matthias Kuhn
7acfe037c4
Merge pull request #7064 from anitagraser/patch-1
...
[FEATURE] Create PostGISExecuteAndLoadSQL.py
2018-06-25 08:17:04 +02:00
Anita Graser
4a48f50a85
Add qgis:postgisexecuteandloadsql
2018-06-22 21:35:26 +02:00
Anita Graser
bebadef101
Fix parameter names
2018-06-22 18:40:17 +02:00
Nyall Dawson
41d6b9d967
Silence more plotly warnings on import
2018-06-22 14:26:55 +10:00
Nyall Dawson
6e7c07bc86
Mark regex
2018-06-22 13:37:58 +10:00
Nyall Dawson
4132dbc1c8
Typo
2018-06-20 15:06:36 +10:00
Nyall Dawson
8d6ce61a70
[processing] Silence warnings thrown from within plotly on import
2018-06-20 08:07:23 +10:00