Nyall Dawson
d39bdcdadd
[processing] Don't create frequency distribution file for relief
...
algorithm by default
Refs #19570
2018-08-09 19:17:30 +10:00
Nyall Dawson
7495ec276e
[processing][grass] Fix r.stream.extract definition, resurrect test
2018-08-09 12:32:27 +10:00
Nyall Dawson
e893aae190
[processing][grass] Fix definition of r.watershed, resurrect test
2018-08-09 12:32:27 +10:00
Nyall Dawson
0c24fdb883
[processing][grass] Fix r.sun parameter definition, resurrect test
2018-08-09 12:32:27 +10:00
Nyall Dawson
08a8ea7b72
[processing][grass] Fix v.surf.bspline definition, add test
2018-08-09 12:32:27 +10:00
Nyall Dawson
113e16351d
[processing][grass] Fix skipped outputs are still added in grass commands
2018-08-09 12:32:27 +10:00
Håvard Tveite
d2b71c307b
[processing] Added isclose function to VoronoyPolygons.py to avoid numerical instability
...
Fixes #8002 - hopefully, and adds tests
2018-08-09 09:18:54 +10:00
Rudi von Staden
4f59bca213
Allow geometryless layers in Spatialite execute SQL
...
Fixes #19558
2018-08-08 19:29:10 +10:00
Nyall Dawson
43d3870978
[processing][saga] Fix cubic spline definition, add unit test
2018-08-08 17:29:58 +10:00
Stephen Knox
56e605bdd1
[feature] Add parameter for field selection to Postgis OGR importer
2018-08-08 10:04:15 +10:00
Stephen Knox
53cbe26101
Fix quotes on postgis import, & fix mysql datsource formatting
2018-08-08 10:04:15 +10:00
Håvard Tveite
28fa839a08
[processing] Update to VoronoiPolygons.py, some fixes for #8002
...
* Update to VoronoiPolygons.py, fixes #8002 adds comments, ++
* Fixed a spelling an an indentation mistake reported by travis
* Found some new cases (vertical line clipping and a mistake in the handling of extreme points)
2018-08-08 04:52:41 +10:00
Håvard Tveite
ca0017410b
[processing] Update the comparison implementation in voronoi.py ( fixes #18219 )
...
When "translating" the cmp function of Site and Halfedge to Python 3, the __lt__ function was forgotten. It has been added.
2018-08-08 04:48:26 +10:00
Nyall Dawson
282f95c9f7
[processing][grass] Fix bad move/copy paths in grass i.gensig/maxlik algs
...
Refs #19539
2018-08-07 09:33:00 +10:00
Nyall Dawson
4acef1efbf
[processing] Fix crash in extract by attribute when field name does not exist
...
Fixes #19531
2018-08-04 05:57:46 +10:00
Alexander Bruy
f524460379
[processing] homogenize label for 'additional creation options'
...
parameter in GDAL algorithms
2018-08-02 12:11:20 +03:00
Alexander Bruy
bbc33309a3
Merge pull request #7505 from alexbruy/network-analysis
...
[processing] port shortest path algs to C++
2018-08-01 13:40:31 +03:00
Alexander Bruy
75394150ce
[processing] drop Python versions of the shortest paths algs
2018-08-01 07:39:51 +03:00
H Tveite
c38c6dab85
Removed import of QgsProcessingParameterDistance as it is not used anymore
2018-07-31 08:47:28 +10:00
H Tveite
30f5983984
Attemp to fix wrong behaviour of VoronoiPolygon when buffer is specified (issue #18219(?), #8002(?), #13092 )
2018-07-31 08:47:28 +10:00
Håvard Tveite
72dcd14a42
Update VoronoiPolygons.py
...
Width and height were mixed up. Fixed.
2018-07-31 08:47:28 +10:00
Alexander Bruy
72d13ac0f8
[processing] port shortest path (layer to point) alg to c++
2018-07-30 15:15:04 +03:00
Alexander Bruy
d999923da9
[processing] port shortest path (point to layer) alg to c++
2018-07-30 15:15:04 +03:00
Alexander Bruy
a6901edb9b
[processing] port shortest path (point to point) alg to c++
2018-07-30 15:15:03 +03:00
nirvn
e19e1dea9d
[processing] be more flexible with multipoint layers, allow sampling for single part point
2018-07-28 12:30:06 +07:00
Nyall Dawson
d1d6840a5f
[processing][feature] Port 'offset lines' to c++, support dynamic offset parameter
...
Adds data defined support for the offset line distance parameter.
2018-07-27 13:23:50 +10:00
Nyall Dawson
28c4a6cf59
[processing][grass] Fix v.net.* output types, add tests
...
Fixes #19186
2018-07-25 19:50:48 +10:00
Nyall Dawson
eca775f9ef
[processing][grass] Fix output type for v.edit
2018-07-25 19:50:48 +10:00
Nyall Dawson
b10fa5e979
[processing][grass] Fix v.vect.stats output type, add test
2018-07-25 19:50:48 +10:00
Nyall Dawson
0c56d00c01
[processing][grass] Fix v.what.rast data type, add test
2018-07-25 19:50:48 +10:00
Nyall Dawson
71f880bb93
[processing][grass] Fix v.voronoi output type, add test
2018-07-25 19:50:48 +10:00
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