1470 Commits

Author SHA1 Message Date
Anita Graser
5e061b1c63 updated help for qgis:mergevectorlayers (#3883)
"two" => "multiple"
2016-12-20 14:08:54 +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
Alexander Bruy
5dc39e0a41 [processing] use point parameter in GRASS algs where possible (addresses #15983) 2016-12-16 10:04:19 +02:00
Denis Rouzaud
2ffe1a764b spelling fixes 2016-12-15 15:26:36 +01:00
Denis Rouzaud
90fc0bb226 use Travis to look for spelling errors
use silver searcher for faster search (instead of grep)
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
a861320abf [processing] fix CMakeLists.txt 2016-12-13 15:55:21 +02:00
volaya
170a94680d [processing] removed grass6 provider 2016-12-13 15:55:21 +02: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
volaya
f852603f07 [processing] fixes for SAGA folder configuration
This tries to address some problem with previously set SAGA paths, by always showing the SAGA path config value, and by trying to ruin a built in copy of SAGA if the current SAGA folder is wrong (as it usually happens when updating QGIS)
2016-12-12 15:20:56 +01:00
arnaud.morvan@camptocamp.com
65a4e97a75 [processing] Support options as (value, text) in ParameterSelection 2016-12-12 15:12:55 +01:00
Nyall Dawson
caa0d500af Fix spelling of orthoganilize 2016-12-12 17:47:12 +10:00
Martin Dobias
d56a97d4fe Merge QgsMapLayerRegistry into QgsProject
All methods/signals of QgsMapLayerRegistry moved verbatim to QgsProject.
2016-12-10 15:18:12 +08:00
volaya
8ec3eaf456 Merge pull request #3839 from anitagraser/patch-2
[processing] Create cost allocation map output
2016-12-09 12:09:11 +01:00
volaya
322b703944 [processing] made WHERE param optional and advanced in v.surf.rst algorithms
Fixes #15786
2016-12-09 10:21:53 +01:00
volaya
c713747279 [processing] fixed GRASS algorithm descriptions 2016-12-09 08:54:43 +01: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
volaya
e41c2a7b05 [processing] allow saving custom predefined expressions 2016-12-08 10:12:23 +01:00
Nyall Dawson
37edb69c21 Merge pull request #3843 from nyalldawson/oriented
Port minimum oriented bounding box to QgsGeometry
2016-12-08 05:52:59 +10:00
Alexander Bruy
897d27fa5c fix import 2016-12-07 15:39:16 +02:00
volaya
a8dd95addd Fixed wrong import 2016-12-07 13:56:37 +01:00
volaya
bb7b6d41bc [processing] added predefined expressions to raster calculator 2016-12-07 13:12:42 +01:00
Nyall Dawson
8a3c1efefe Merge pull request #3840 from DelazJ/selectedfeaturesids
Replace selectedFeaturesIds by selectedFeatureIds
2016-12-07 21:44:24 +10:00
Nyall Dawson
c975764c12 Port processing oriented minimum bounding box alg to QgsGeometry 2016-12-07 20:13:29 +10:00
Nyall Dawson
75f51bc16e [processing][heatmap] Fix alg in batch mode, mark some params as advanced 2016-12-07 13:50:12 +10:00
Nyall Dawson
bef5b5ed68 [processing][heatmap] custom parameter/widget for output resolution
Matches current behaviour of c++ heatmap plugin
2016-12-07 12:23:58 +10:00
Harrissou Sant-anna
f9578bf60b Replace selectedFeaturesIds by selectedFeatureIds 2016-12-07 00:19:11 +01:00
Nyall Dawson
83c38b0172 [FEATURE][processing] Port heatmap plugin to processing algorithm 2016-12-07 08:27:24 +10:00
Anita Graser
dd0df199fc Create cost allocation map output 2016-12-06 19:21:51 +01:00
Anita Graser
231f97ab97 Create cost allocation map output 2016-12-06 19:21:22 +01:00