Ivan Ivanov
6237ec0d41
Remove irrelevant test
2020-10-22 09:13:11 +10:00
Nyall Dawson
ab6e615c3e
Update test
2020-10-15 12:40:30 +10:00
Even Rouault
53c5c337ec
[Algorithms] JoinByNearest: accept max_distance == 0.0 ( fixes #38761 )
2020-09-16 06:15:11 +10:00
Even Rouault
c6fe79b60d
[Processing] GdalUtils: fix quoting of arguments with '&' ( fixes #38674 )
2020-09-15 07:38:01 +10:00
Matthias Kuhn
3bea2e702e
Merge pull request #38695 from suricactus/alg_fieldcalc_cpp_simple
...
Translate qgis::fieldcalculator to C++
2020-09-11 15:41:24 +02:00
Ivan Ivanov
bd81e2f1ff
Add tests and fix backwards compatibility
2020-09-11 12:27:41 +03:00
Matthias Kuhn
7fb1740725
Add test
2020-09-09 21:21:34 +02:00
Mathieu Pellerin
af81515831
[processing] Add a cluster size attribute to the kmean cluster algorithm
2020-08-27 13:08:42 +07:00
Mathieu Pellerin
5e25c06de5
[processing] Add a cluster size attribute to the dbscan cluster algorithm
2020-08-26 08:48:57 +07:00
nirvn
d827faa2c8
[processing] Upgrade the sample raster value algorithm to native C++
2020-08-17 12:59:34 +07:00
MrChebur
a9a850caf2
Add files via upload
2020-08-16 16:25:21 +05:00
MrChebur
f5e1abfe0f
Update qgis_algorithm_tests2.yaml
2020-08-16 16:24:28 +05:00
nirvn
8fe4d3e793
[processing] Allow merging layers with mixed attribute type
2020-08-11 15:03:38 +07:00
vcloarec
a4c8f33e09
fix processing test and remove invisible char
2020-08-10 08:28:24 +10:00
rldhont
f5b819fc4c
[Tests] Check that GDAL Assign Projection updates QgsRasterLayer info
2020-07-31 14:32:48 +02:00
Nyall Dawson
95bd7b296b
[feature][processing] New algorithm "Align points to features"
...
This algorithm calculates the rotation required to align point features
with their nearest feature from another reference layer. A new field is
added to the output layer which is filled with the angle (in degrees,
clockwise) to the nearest reference feature.
Optionally, the output layer's symbology can be set to automatically
use the calculated rotation field to rotate marker symbols.
If desired, a maximum distance to use when aligning points can be set,
to avoid aligning isolated points to distant features.
Designed for use cases like aligning building point symbols to follow
the nearest road direction!
2020-07-26 09:56:46 +10:00
Alexander Bruy
bc8b55e1f7
add tests
2020-07-08 12:43:51 +03:00
Håvard Tveite
2a786aede2
[feature][processing] Random points in polygons C++ algorithm
...
Offers the same functionality as the Random points inside polygons
algorithm, and in addition it includes (possible to opt-out) the attributes
from the containing polygon and the ability to specify a seed for the random
number generator.
Could replace the Python algorithm Random points inside polygons, but
this C++ implementation only supports "Points count" ("number of points
for each feature") directly, while "Points density" is supported by allowing the
point count to be data defined (using the polygon area to calculate the
number of points).
2020-07-02 08:25:42 +10:00
Alessandro Pasotti
672d6ec5b2
Fix test: cast to float
2020-06-20 04:30:18 +10:00
Alessandro Pasotti
4304d8636d
Fix precision in test
2020-06-20 04:30:18 +10:00
Alessandro Pasotti
50f66ba3cb
Increase tolerance when comparing floats in processing tests
2020-06-20 04:30:18 +10:00
Even Rouault
93bc7c2f04
Raster rendering: enable provider-side resampling when available, and reprojection is done
2020-06-20 04:29:36 +10:00
Alexander Bruy
7d58502b3b
Merge pull request #37097 from alexbruy/processing-tests
...
reduce precision when checking service area test results
2020-06-10 17:09:04 +03:00
Alexander Bruy
de6ec479f0
reduce precision when checking service area test results
2020-06-10 14:44:41 +03:00
Alessandro Pasotti
954ab15276
Merge pull request #37074 from alexbruy/fix-servicearea
...
fix saving attributes in the service area algorithm
2020-06-10 09:26:59 +02:00
nirvn
5385ae64d4
[processing] Make gdaladdo optional parameters truly optional
2020-06-10 13:13:58 +07:00
Alexander Bruy
18195e2ad0
fix saving attributes in the service area algorithm
2020-06-10 07:44:52 +03:00
Alexander Bruy
072c76747c
fix calculating raster size in the TIN and IDW algorithms to maintain
...
accurate pixel size (fix #31970 )
2020-05-29 11:26:22 +03:00
Alexander Bruy
a20fe6f527
Merge pull request #36645 from alexbruy/r-tileset
...
fix r.tileset Processing GRASS algorithm
2020-05-25 09:04:32 +03:00
Nyall Dawson
97d098884a
Fix oriented minimum bounding box calculation is wrong in some cases
...
Fixes #36632
2020-05-25 13:37:58 +10:00
Alexander Bruy
779bd52a79
add test
2020-05-24 20:39:23 +03:00
Alexander Bruy
53d70ea357
add tests
2020-05-24 08:52:53 +03:00
Alexander Bruy
3a51f93498
fix tests
2020-05-12 20:32:15 +03:00
Alexander Bruy
23ee945b0a
update tests and cleanup help file
2020-05-12 13:48:07 +03:00
Nyall Dawson
b6a7a10703
Fix some more python formatting issues, remove more flake exceptions
2020-05-11 11:41:50 +10:00
Martin Dobias
502429a0c0
Add processing test for the vector tile writer alg
2020-05-08 12:55:08 +02:00
Matthias Kuhn
2dafee528b
Fix some remaining issues
2020-05-05 23:43:36 +02:00
Matthias Kuhn
9602e0faad
Fix imports
2020-05-05 23:36:06 +02:00
Matthias Kuhn
a5f557f085
Fix escaping issues
2020-05-05 23:22:12 +02:00
Matthias Kuhn
f39a5b62fe
Fix code issues
2020-05-05 22:39:53 +02:00
Matthias Kuhn
0457875f00
noqa
2020-05-05 22:39:40 +02:00
Matthias Kuhn
a7e0831dcf
Code style
2020-05-05 22:38:37 +02:00
Germap
5623229f8c
[processing] Set distanceArea CRS properly in SumLineLengths algorithm
...
Fix #36135
2020-05-04 06:26:56 +10:00
Alexander Bruy
5d7871fa0c
fix tests
2020-04-30 18:52:35 +03:00
Alexander Bruy
9a53837946
add new parameter and hide old one
2020-04-30 07:46:05 +03:00
Nyall Dawson
40db7f9efd
[processing] Fix subset string is ignored for vector layers when
...
running GDAL algorithms
If a subset string is set, we must export the subset of the layer
for use by the GDAL command*
Fixes #35981
* well, we probably **should** just build the gdal command to include
the SQL definition of the subset filter, but that's non-trivial, so
this fix is a good simple solution for now
2020-04-28 19:21:00 +10:00
Håvard Tveite
860645ab42
Offer a per feature, as well as a global minimum distance parameter, for the Random points on lines algorithm ( #35793 )
2020-04-19 14:21:55 +10:00
root676
4d4a7a4a08
remove old python teststring
2020-04-14 09:20:56 +10:00
Paul Wicks
b73bd58cfb
[FEATURE][processing] New algorithm "Contour Polygons"
...
With similar functionality to the existing GDAL contour algorithm, but exporting polygon representations of the contours
2020-04-08 08:34:55 +10:00
Nyall Dawson
dac7bd7272
Update test results due to different random algorithm used
2020-03-31 18:22:12 +10:00