Denis Rouzaud
6c74e4ea5d
spelling fixes
2017-01-12 22:01:50 +01:00
Denis Rouzaud
748be8de71
[spelling] replace behaviour by behavior
2017-01-11 11:35:19 +01:00
Nyall Dawson
86e1138a04
[processing] Correctly handle when no feedback object is passed
2017-01-11 11:11:11 +10:00
Nyall Dawson
ede452be85
[processing] Port feedback object to c++
...
Algorithms are now passed a QgsProcessingFeedback object
instead of the loosely defined progress parameter.
2017-01-11 11:11:10 +10:00
Nyall Dawson
04eb293362
[processing] Move some SVG icons out of plugin to themes
...
...and swap to using QgsApplication methods for retrieving cached icons,
implement svgIconPath for providers with SVG icons
2017-01-11 10:55:16 +10:00
Nyall Dawson
bb24dfe245
[processing] c++ base class for providers
...
Nothing particularly exciting here yet, but this commit
moves the definition of the provider base class to a c++
QgsProcessingProvider abstract base class.
As part of this some existing python methods were renamed
to make their use clearer and to fit with the QGIS c++
api conventions:
- getName was renamed to id
- getDescription was renamed to name
- getIcon was renamed to icon
These API breaks are documented
2017-01-11 10:55:15 +10:00
volaya
7b68c77f4c
[processing] removed unnecessary code to check validity of geometries
2017-01-09 15:13:47 +02:00
Martin Dobias
63d1cfddc8
Fix QgsExpressionContextUtils::projectScope() usage in processing
2017-01-06 11:34:55 +08:00
Nyall Dawson
e5e0ec51eb
[FEATURE][processing] New algorithm to truncate tables
...
Irretrievably deletes all features from a table... use with caution!
2017-01-06 10:32:52 +10:00
Nyall Dawson
bce716c8b1
[processing] Allow selection of non-spatial tables for create attribute index alg
2017-01-06 10:32:52 +10:00
Nyall Dawson
e7e9ba0efc
[processing] Add test, help for create spatial index alg
2017-01-06 10:32:52 +10:00
Alexander Bruy
12ab928e4b
Merge pull request #3918 from alexbruy/processing-providers
...
Processing providers updates
2017-01-05 11:02:19 +02:00
Nyall Dawson
a4838e1a95
[processing] Don't abort heatmap if adding single feature fails
2017-01-02 10:05:33 +10:00
Alexander Bruy
ce9c08f3f6
[processing] rename GdalOgr provider to Gdal provider
...
Show version numbers in providers descriptions
2016-12-31 09:09:07 +02:00
DelazJ
a56f928f71
Replace unicode by Unicode
2016-12-29 01:46:18 +01:00
DelazJ
c301369ebe
Replace cellsize by cell size
2016-12-29 01:46:17 +01:00
Juergen E. Fischer
8fb37aa666
indentation fixes
2016-12-26 23:36:16 +01:00
Juergen E. Fischer
e5a4426dce
more spelling fixes
2016-12-26 23:36:16 +01:00
Juergen E. Fischer
a3faa92339
spelling fixes
2016-12-26 22:19:45 +01:00
Alexander Bruy
47e5a5fc19
[processing] include start point into service area convex hull
2016-12-26 16:39:58 +02:00
Alexander Bruy
ffd67f119e
Merge pull request #3891 from alexbruy/processing-interpolation
...
[processing] add remaining functionalify from the interpolation plugin
2016-12-22 10:18:02 +02:00
Alexandre Neto
932de2ab55
Replace PNGs by SVGs ( #3896 )
...
- removes no longer needed SVG compounds
- Improves cap and join style icons
2016-12-21 08:55:22 +07:00
Alexander Bruy
7dde862cc4
[processing] add missed functionality from Interpolation plugin
2016-12-20 10:14:49 +02:00
nirvn
e338a90c80
[processing] support non-ogr layers in merge vector layers alg
2016-12-20 14:38:42 +07:00
Alexander Bruy
f4f86cad63
[processing] use full precision for elevation values
...
remove unused file
2016-12-19 09:49:49 +02:00
Alexander Bruy
4e59c5a045
[processing] merge two Relief algorithms into one
2016-12-19 09:49:49 +02:00
Alexander Bruy
0d1c9a31bb
[processing] implement missed functionality from Raster terrain analysis
...
plugin
2016-12-19 09:49:49 +02:00
Denis Rouzaud
2ffe1a764b
spelling fixes
2016-12-15 15:26:36 +01:00
Juergen E. Fischer
8d8bbabf81
indentation update
2016-12-14 14:13:31 +01:00
volaya
0035c97f5b
Merge pull request #3725 from arnaud-morvan/processing_geometry_predicate
...
[processing] Remove parameter geometry predicate
2016-12-13 15:58:16 +01:00
Alexander Bruy
e63ee670a4
[processing] maintain options order
2016-12-13 12:44:29 +02:00
Alexander Bruy
85e692ec40
[processing] add algorithm for calculating shortest path from multiple
...
start points defined by vector layer
2016-12-13 10:46:35 +02:00
Alexander Bruy
2f70f1f75c
[processing] add algorithm for calculating shortest path to multiple end
...
points defined by vector layer
2016-12-13 10:46:35 +02:00
Alexander Bruy
729567db35
[processing] save travel cost to output attribute table
2016-12-13 10:46:35 +02:00
Alexander Bruy
16c92dd1e8
[processing] write start and end points to output attribute table
2016-12-13 10:46:35 +02:00
Alexander Bruy
aa3c7ccad2
[processing] add algorithm for calculating service areas from point
...
layer
Add start point coordinates to outputs
2016-12-13 10:46:35 +02:00
Alexander Bruy
d1349f72a5
[processing] output service area as polygon and as multipoint
2016-12-13 10:46:34 +02:00
Alexander Bruy
b2a01c57af
[processing] rename network analysis algs to reflect their inputs type
2016-12-13 10:46:34 +02:00
Alexander Bruy
77ecfb93e0
[processing] add service area algorithm
2016-12-13 10:46:34 +02:00
Alexander Bruy
9319fc65a3
[processing] also calculate fastest path
2016-12-13 10:46:33 +02:00
Alexander Bruy
5b9d11bf81
[processing] remove unused variables
2016-12-13 10:46:33 +02:00
Alexander Bruy
fd5f641030
[processing] reword algorithm name and some parameter descriptions
2016-12-13 10:46:33 +02:00
Alexander Bruy
f25cb146e1
[processing] add icon for network analysis algorithm
2016-12-13 10:46:33 +02:00
Alexander Bruy
0823bb4b2a
[processing] adopt algorithm to changes in QGIS API
2016-12-13 10:46:33 +02:00
Alexander Bruy
a60048c126
[processing] add shortest path algorithm to Processing
2016-12-13 10:46:32 +02:00
arnaud.morvan@camptocamp.com
ecb25c4105
[processing] Remove ParamaterGeometryPredicate from SelectByLocation algorithm
2016-12-12 15:21:16 +01:00
arnaud.morvan@camptocamp.com
09035a4dab
[processing] Remove ParamaterGeometryPredicate from ExtractByLocation algorithm
2016-12-12 15:21:15 +01:00
arnaud.morvan@camptocamp.com
955563f99a
[processing] Remove ParamaterGeometryPredicate from SpatialJoin algorithm
2016-12-12 15:21:15 +01:00
Nyall Dawson
caa0d500af
Fix spelling of orthoganilize
2016-12-12 17:47:12 +10:00
Nyall Dawson
4b6f3a3ee5
[FEATURE][processing] New algorithm to orthagonalize geometries
...
Adds a new QgsGeometry::orthagonalize method which tries to make
angles in geometries either right angles or straight lines
Also adds a processing algorithm exposing this feature.
2016-12-09 09:41:56 +10:00