Alexander Bruy
7c9d634323
[processing] rename some algorithms to avoid naming conflicts and
...
maintain consistency
2017-10-11 17:06:11 +03:00
Alexander Bruy
10baf9a1c4
[processing] restore proximity algorithm
2017-10-11 17:06:11 +03:00
Alexander Bruy
587907e003
[processing] restore clip raster by mask algorithm
2017-10-11 17:06:11 +03:00
Alexander Bruy
1744ad7114
[processing] restore clip raster by extent algorithm
2017-10-11 17:06:11 +03:00
Alexander Bruy
26f80351f0
[processing] restore nearest neighbor interpolation
2017-10-11 17:06:11 +03:00
Alexander Bruy
ad591c768e
[processing] restore inverse distance to a power algorithm
2017-10-11 17:06:11 +03:00
Alexander Bruy
dc7b9e41bc
[processing] restore grid data metrics algorithm
2017-10-11 17:06:11 +03:00
Alexander Bruy
8c09860dd7
[processing] restore moving average interpolation
2017-10-11 17:06:11 +03:00
Alexander Bruy
6ec7b6e741
remove duplicate tests
2017-10-11 17:06:11 +03:00
Alexander Bruy
f663ceb8dd
[processing] restore slope algorithm
2017-10-11 17:06:11 +03:00
Alexander Bruy
c9ea8892d5
[processing] restore TPI algorithm
2017-10-11 17:06:11 +03:00
Alexander Bruy
c53ff66caf
fix permissions
2017-10-11 17:06:11 +03:00
Mathieu Pellerin
61dcba4a81
[processing] add area to raster layer unique values report algorithm ( #5334 )
2017-10-10 13:52:16 +07:00
Mathieu Pellerin
201091ea3e
[FEATURE][processing] raster layer unique values count algorithm ( #5308 )
2017-10-09 16:42:17 +07:00
Matthias Kuhn
191a952e13
[processing] Add new projection candidate to test
2017-09-28 13:22:33 +02:00
Matthias Kuhn
c1d32f6095
[processing] Fix test "Polygon buffer with dissolve"
2017-09-28 13:22:33 +02:00
Matthias Kuhn
ceb3883dfd
[processing] Fix test "Single sided buffer multiline (bevel)"
2017-09-28 13:22:32 +02:00
Nyall Dawson
0943cd5d51
Resurrect commented out zonal stats test
2017-09-26 15:30:14 +10:00
Nyall Dawson
fddb6a59a1
Make shortest path test less fussy
2017-09-26 15:19:05 +10:00
Nyall Dawson
79b143bd15
Enable a commented out processing test
2017-09-26 15:16:49 +10:00
Alexander Bruy
73d6058bd1
ignore crs for network analysis tests
2017-09-25 13:26:30 +03:00
Alexander Bruy
745111dbdb
[processing] enable network analysis tests
2017-09-25 11:20:42 +03:00
Nyall Dawson
5a802b595d
Add missing test files
2017-09-23 10:36:33 +10:00
Nyall Dawson
ae42bf4b6e
Update expected test results (rename field)
2017-09-23 09:27:26 +10:00
Nyall Dawson
0dd434c183
[processing] Port mean coordinates to c++
...
And remove final use of inefficient vector.extractPoints function
2017-09-23 09:25:18 +10:00
Nyall Dawson
21f92a6fb2
Port line intersection and split with lines to c++
2017-09-22 15:19:32 +10:00
Matthias Kuhn
b1b21ed25f
Merge pull request #5143 from m-kuhn/nulldatasetparams
...
QgsVectorFilewriter skip default null options
2017-09-20 11:44:57 +02:00
Matthias Kuhn
a6dc600784
[processing] Fix single sided buffer multiline (bevel)
2017-09-20 08:51:43 +02:00
Matthias Kuhn
d1c73504a5
Remove leftover files
2017-09-19 17:43:57 +02:00
Matthias Kuhn
f638023b9d
[processing] Fix test "Polygon buffer with dissolve"
2017-09-19 15:35:42 +02:00
Matthias Kuhn
6cde4a626d
[processing] Fix test "Single sided buffer multiline (bevel)"
2017-09-19 15:31:20 +02:00
Matthias Kuhn
9b213b6a73
[processing] Fix test "variable buffer on points with dissolve option"
2017-09-19 15:30:19 +02:00
Matthias Kuhn
973dba0d59
[processing] Update python field calculator test results
2017-09-19 15:01:54 +02:00
Matthias Kuhn
cfabd10b7e
Fix qgis:lineintersections test
2017-09-19 15:01:53 +02:00
Nyall Dawson
4fd2a1a05c
Fix unit test data
2017-09-15 12:23:36 +10:00
Nyall Dawson
d8db3ecc4d
[FEATURE] New processing algorithm "extract/clip by extent"
...
Allows extract a subset of another layer using an extent, with
optional setting to clip geometries to the extent
2017-09-15 08:33:19 +10:00
Nyall Dawson
d96a3f4dd4
Port simplify geometries to c++
2017-09-14 09:57:15 +10:00
Nyall Dawson
8e8f3edc55
Port merge lines and smooth to c++
2017-09-14 09:57:15 +10:00
Nyall Dawson
7c5521ecdf
Port fix geometries alg to c++
2017-09-14 09:57:15 +10:00
Nyall Dawson
be88da8173
[FEATURE][processing] Add 'Join by location (summary)' algorithm
...
Like the main Join Attributes by Location algorithm, this algorithm
takes two layers and combines the attributes based on a spatial
criteria.
However this algorithm calculates summaries for the attributes for
all matching features, e.g. calculating the mean/min/max/etc.
The list of fields to summaries, and the summaries to
calculate for those, can be selected.
2017-09-13 18:45:56 +10:00
Nyall Dawson
458e994d39
[FEATURE] Reworked processing 'Join by location' alg
...
Improvements:
- transparently handle different source/join CRS
- added option to create output feature for EVERY joined
feature (i.e. 1 to many type join)
- added option to select joined fields to take
- optimised performance of algorithm
The previous option to create a summary of joined features has been
removed, and will be moved to a separate 'Join by location (summary)'
algorithm.
2017-09-13 08:01:56 +10:00
Nyall Dawson
a650681061
Merge pull request #5131 from nyalldawson/location_algs
...
Rework Select by Location algorithm
2017-09-11 15:50:43 +10:00
Nyall Dawson
6a760ef3df
More tests for Extract by Location
2017-09-10 10:50:55 +10:00
Nyall Dawson
e0026609bb
Fix missing geometries/attributes in Extract by Location
2017-09-10 10:45:34 +10:00
Nyall Dawson
f4b9bbd8ab
Swap unit tests to use native algorithms
2017-09-08 20:32:12 +10:00
Nyall Dawson
4ca972a2ff
Fix stats by categories tests on Travis
2017-09-08 16:35:18 +10:00
Nyall Dawson
c750cb2154
Fix existing unit test, add new tests
2017-09-08 09:21:02 +10:00
Nyall Dawson
a55fbd8ef3
[FEATURE] Remove Singleparts to Multiparts algorithm
...
This algorithm is no longer required - it's been replaced by
the 'Promote to multipart' and 'Collect geometries" algorithms.
Tagged as feature to remember to include in release notes
2017-09-05 19:41:28 +10:00
Nyall Dawson
16c4f830b3
[FEATURE] New algorithm for 'collecting' geometries
...
This is basically the equivalent of the dissolve algorithm, but
instead of a dissolving overlapping geometries the geometries
are instead just collected together into a multipart geometry.
It's designed to slot between the 'promote to multipart' algorithm
(which performs no collection of geometries - it just converts
singleparts to multiparts with 1 part) and the more complex
all-encompassing 'aggregate' algorithm.
2017-09-05 19:41:27 +10:00
Nyall Dawson
3484eb019c
[FEATURE] Native 'Promote to Multipart' algorithm
...
This algorithm is basically the equivalent of the ST_Multi(...)
command - it forces a feature's geometry to become multipart,
regardless of the input geometry type.
If input geometries are singlepart, they will output as
multipart with just 1 part. If they are already multipart,
they will be output unchanged.
2017-09-05 19:40:35 +10:00