Nyall Dawson
1e7d479321
Fix outdated example code, convert to python
...
(because c++ devs are l33t and don't need examples...)
2018-05-03 16:33:26 +10:00
nirvn
fdaa57a273
[FEATURE][processing] Zonal histogram algorithm
2018-05-03 11:36:16 +07:00
Nyall Dawson
70aad93a61
[processing][gdal] Fix translate ignores nodata values of 0
...
And add more unit tests to translate alg
2018-05-03 11:23:51 +10:00
C
d99155f3f0
Added missing r.fill.stats processing description file.
2018-05-03 09:59:23 +10:00
Matthias Kuhn
0a269aa6e6
Merge pull request #6864 from ghtmtt/fix_saga
...
[processing] fix broken SAGA algorithms
2018-05-02 16:47:03 +02:00
Matthias Kuhn
7b3308dc4a
Improved debug output on test fail
2018-05-02 16:11:08 +02:00
matteo
b3ed0f2ea2
change column name for travis
2018-05-02 14:58:15 +02:00
Matthias Kuhn
5f0f8062bc
Compare case insensitive
2018-05-02 14:17:59 +02:00
Matthias Kuhn
d9bdedf6d5
testing.checkLayersEqual, assert field names
2018-05-02 11:44:14 +02:00
Nyall Dawson
8f9a378d76
Seriously, I thought I told ya ta shuddup already, right?
2018-05-02 08:47:16 +10:00
Nyall Dawson
313970de79
[processing][saga] Remove redundant spaces from description files
2018-05-02 04:55:59 +10:00
Nyall Dawson
c2f224b446
[processing][saga] Fix "channel network and drainage basins" alg
...
Fixes #18870
2018-05-02 04:55:59 +10:00
Nyall Dawson
c68262da7f
[processing] Correctly set default value for matrix parameters
...
Fixes #18871
2018-05-02 04:55:41 +10:00
Nyall Dawson
c32611b2c4
[processing] Remove unused code
2018-05-02 04:55:01 +10:00
Nyall Dawson
36432191ee
[processing][gdal] Clip Vector By Mask Layer requires both
...
layers to have the same CRS
2018-05-02 04:55:01 +10:00
Harrissou Sant-anna
46f867cef4
Use QCoreApplication.translate() instead
2018-05-01 17:58:01 +10:00
Harrissou Sant-anna
8088659c43
More details on Processing algorithms toolbar
2018-05-01 17:58:01 +10:00
Martin Dobias
3b36cdd170
Merge pull request #6750 from lbartoletti/visibleSnapPerf
...
[BUGFIX][FEATURE][NEEDS-DOCS] Disable snapping on invisible features. Second version
2018-05-01 09:46:59 +02:00
nirvn
9d9955e272
[processing] improve eliminate selected polygons alg help
...
i.e., the use only selected option is gone since 3.0
2018-05-01 10:43:13 +07:00
Mathieu Pellerin
39c6e23c08
[needs-docs][processing] add help and clarity to the define current projection algorithm
2018-05-01 10:14:08 +07:00
Nyall Dawson
16106b8cfa
[processing] More verbose error when unsupported SAGA version found
2018-05-01 09:18:03 +10:00
Nyall Dawson
9ffae600f4
[FEATURE] Variable width buffers
...
Adds geometry methods to create variable width buffers, including
tapered buffers (with a specified start and end diameter) and
variable width buffers from line string m values.
Also adds processing algorithms which expose these methods
to processing.
2018-05-01 06:16:01 +10:00
nirvn
fca5238847
[processing] replace define current projection with reproject layer in vector menu
2018-04-30 16:50:34 +07:00
nirvn
57b3c58d06
[processing] add some missing icons for the data management tools menu
2018-04-30 16:50:34 +07:00
Nyall Dawson
cad0f3d5b7
[processing] Throw warning when menu item links are broken
2018-04-30 16:07:13 +10:00
nirvn
3bfc93d95b
[processing] fix grass provider svg path
2018-04-30 13:04:20 +07:00
nirvn
08db66fb03
[processing] draw vector icons when available in modeler
2018-04-30 13:04:20 +07:00
nirvn
f8a3de45bf
[processing] fix some native algorithm IDs for menu items
2018-04-30 12:39:02 +07:00
Nyall Dawson
c1552e728a
[processing] Add createByDefault argument to destination parameter
...
constructors
Allows this setting to be set for parameters created from
description text files
2018-04-28 05:51:07 +10:00
Nyall Dawson
249dca7830
[processing] Consist helpful error messages when sinks cannot be created
...
And throw exceptions always when sinks are not created to avoid
generic errors
2018-04-28 05:50:47 +10:00
Nyall Dawson
5339d62715
[processing] More helpful errors when sources cannot be loaded
...
Include descriptive text with the specified parameter value
in error, and always check that sources were loaded to avoid
raw Python exceptions when they are not
2018-04-28 05:50:47 +10:00
matteo
291c039435
Shapefile instead of GML for travis
2018-04-27 11:49:41 +02:00
matteo
9c0a9ca466
[processing] add test for fixed algorithm
2018-04-27 09:15:37 +02:00
Hugo Mercier
3984e906ea
Merge pull request #6513 from pblottiere/executesql_params
...
[FEATURE][needs-docs] Add parameters to 'Execute SQL' algorithm
2018-04-27 09:12:34 +02:00
Nyall Dawson
9ce21e4a82
[processing] Add an example of running a sub-algorithm correctly
...
to script template file
2018-04-27 17:04:57 +10:00
Nyall Dawson
a5a91ec3ba
Fix some more redundant geos includes in headers
...
And re-add geos include directory for grass provider
2018-04-27 09:21:28 +10:00
Martin Dobias
e811c54bd2
Merge pull request #6835 from wonder-sk/identify-selection-modes
...
[FEATURE] Identify: more selection modes (simple / polygon / freehand / radius)
2018-04-26 23:03:00 +02:00
Martin Dobias
16a6a90dd7
Merge pull request #6859 from wonder-sk/overlay-alg-fixes-3
...
Port Union algorithm to C++ and fix it
2018-04-26 22:56:22 +02:00
matteo
9050a89af1
[processing] fix broken SAGA algorithms
2018-04-26 12:27:13 +02:00
Matthias Kuhn
f8165888e4
Merge pull request #6862 from m-kuhn/core-headers-no-qforeach
...
Rewrite all core header usages of Q_FOREACH
2018-04-26 11:42:52 +02:00
Blottiere Paul
40e0b89f9b
Fixes when no geometry
2018-04-26 09:47:40 +01:00
Blottiere Paul
aef2b6e3e7
Update ExecuteSQL to be configurable with expressions
2018-04-26 09:47:40 +01:00
Blottiere Paul
b13ba37279
New method to add a scope to the current context
2018-04-26 09:47:40 +01:00
Blottiere Paul
4f4844fa8a
Add a new source type for parameters
2018-04-26 09:47:40 +01:00
Blottiere Paul
4168c05c3e
Add method to search variables in text with expressions
2018-04-26 09:47:40 +01:00
Martin Dobias
091ed912ab
Move fieldNamesToIndices() and indicesToFields() to QgsProcessingUtils
2018-04-26 10:34:30 +02:00
Matthias Kuhn
2d5ec75acf
Rewrite all core header usages of Q_FOREACH
2018-04-26 09:59:22 +02:00
Nyall Dawson
3f6e411edb
Remove some redundant geos includes
2018-04-26 17:28:59 +12:00
Nyall Dawson
d5626d9236
Remove geos include from qgsgeometry.h
...
Avoids the need to include geos from some build targets
2018-04-26 17:28:59 +12:00
Matthias Kuhn
3e2694a068
Merge pull request #6848 from gacarrillor/line_intersection_with_geometry_collections
...
[processing] Make line intersection alg able to handle collections
2018-04-26 07:20:55 +02:00