nicogodet
bf9efccff2
Fix GDAL overwrite and some minor fixes ( #42447 )
...
Automatically overwrite files in some gdal algorithms, in order to match the behavior of other processing algorithms which automatically overwrite existing files
Fixes #42248
2021-03-25 09:17:41 +10:00
talledodiego
0e6ffc7045
[gdal] rasterize - Include the possibility to use Z of feature to extract burn values
2021-03-03 11:16:13 +10:00
Nyall Dawson
c5dd8714a8
[processing] Fix escaping of srcnodata argument in Build Virtual Raster
...
alg
2021-02-26 12:02:59 +10:00
Nyall Dawson
33b0dbe761
[processing][gdal] Fix escaping of delimiter parameter in retile
...
algorithm
2021-02-26 11:50:51 +10:00
Nyall Dawson
e11801d34e
Require Proj version 6 or later, drop old proj 4 compatibility code
2021-02-23 12:47:04 +10:00
Nyall Dawson
0db5fabd05
Fix comparison of GDAL crs arguments to expected on proj 6+
2021-02-08 13:23:40 +10:00
Alexander Bruy
554ce82c32
[processing] test for newly added parameter in Clip Raster by Extent
...
(followup 41dc20c2c1)
2020-10-28 18:35:29 +02:00
rldhont
f5b819fc4c
[Tests] Check that GDAL Assign Projection updates QgsRasterLayer info
2020-07-31 14:32:48 +02:00
nirvn
5385ae64d4
[processing] Make gdaladdo optional parameters truly optional
2020-06-10 13:13:58 +07:00
Nyall Dawson
b6a7a10703
Fix some more python formatting issues, remove more flake exceptions
2020-05-11 11:41:50 +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
Alexander Bruy
cf6cd48b38
fix typo
2020-01-06 11:19:55 +10:00
Alexander Bruy
5e62e60de9
[processing] add user-defined parameters to gdal_rasterize
2020-01-06 11:19:55 +10:00
Alexander Bruy
02fbe42a30
[FEATURE][needs-docs][processing] add gdal_viewshed algorithm
2019-11-06 13:40:34 +10:00
Alexander Bruy
db2b38d08e
tests for rasterize_over_fixed
2019-11-05 12:44:43 +10:00
Alexander Bruy
302dc668c7
tests for rasterize_over
2019-11-05 12:44:43 +10:00
Alexander Bruy
3701d360a1
remove unused variable
...
fix tests
2019-11-03 21:25:52 +10:00
Geoff Kimbell
283c8b813a
[processing] fix gdalwarp handling of custom projection for target extent
...
Fixes #31276
2019-09-07 08:24:14 +10:00
Alexander Bruy
109d1fb7a8
[processing] pass layer name to the gdalwarp to avoid issues with
...
multi-layer datasources (fix #30292 )
2019-07-15 16:05:16 +03:00
Alexander Bruy
543673c388
also split YAML-based tests into raster and vector and run them as part
...
of the corresponding algorithms test
2019-06-25 11:50:36 +03:00
Alexander Bruy
f16f7f765e
reorganize gdal provider tests
...
Now GDAL algorithms test are splitted into parts: general tests, raster
algorithms and vector algorithms. This makes testing a bit faster and
easier, as there is no need to run not related tests.
2019-06-25 09:59:50 +03:00