Harrissou Sant-anna
b0bffba9a1
Add short help to gdal's build virtual vector alg
2020-01-29 11:42:06 +10:00
Alexander Bruy
5e62e60de9
[processing] add user-defined parameters to gdal_rasterize
2020-01-06 11:19:55 +10:00
Nyall Dawson
fcdf1f6e78
Fix test
2020-01-05 20:58:10 +10:00
Nyall Dawson
42885bfbb7
[needs-docs][processing] Move Build Vector VRT to gdal provider
...
and setup alias to avoid script/model breakage. This algorithm
uses GDAL utilities and fits better alongside the other GDAL based
algorithm rather than in the qgis provider.
2020-01-05 20:58:10 +10:00
Andrea Giudiceandrea
19465c6295
Fix validity mask filename quoting in Fillnodata alg
...
Fixes a bug similar to #33562
2020-01-01 09:07:58 +10:00
Andrea Giudiceandrea
fbca3641e5
Fix validity mask filename quoting in Sieve alg
...
Fixes #33562
2020-01-01 09:07:58 +10:00
Nyall Dawson
b37dd0984e
Rip off a band aid, and deprecate all "proj4" calls from the API
...
Alias these across to new "proj" methods, which don't include the
version number.
2019-12-20 12:13:06 +10:00
Håvard Tveite
512eb4d2b8
Fix the label of the output parameter of the TPI algorithm
2019-12-13 11:09:45 +01:00
Alexander Bruy
1c1ceb1112
add note about height parameters for users who don't want to read docs
2019-11-06 13:40:34 +10:00
Alexander Bruy
e11e635aa6
use distance parameter
2019-11-06 13:40:34 +10:00
Alexander Bruy
02fbe42a30
[FEATURE][needs-docs][processing] add gdal_viewshed algorithm
2019-11-06 13:40:34 +10:00
Alexander Bruy
f4843f167f
ensure that input raster is set
2019-11-05 12:44:43 +10:00
Alexander Bruy
2a3e9cb411
add missed outputs to algorithms
2019-11-05 12:44:43 +10:00
Giovanni Manghi
463d3680d5
better strings
2019-11-05 12:44:43 +10:00
Giovanni Manghi
4260ed2f03
split the tool
2019-11-05 12:44:43 +10:00
Giovanni Manghi
7aa0a4f3e5
add 'burn' parameter
2019-11-05 12:44:43 +10:00
Giovanni Manghi
75a1ad1e7b
implement few suggested changes
2019-11-05 12:44:43 +10:00
Giovanni Manghi
b31c4124f4
revive the GDAL 'rasterize over' tool that was available in the old ltr and for some reason not activated/added in QGIS 3
2019-11-05 12:44:43 +10:00
Alexander Bruy
3701d360a1
remove unused variable
...
fix tests
2019-11-03 21:25:52 +10:00
Giovanni Manghi
74d6e099e6
fix gdal calc compression options
2019-11-03 21:25:52 +10:00
Alexandre Neto
28b24bda51
Better approach for preferredFormat
2019-10-07 09:07:45 +10:00
Alexandre Neto
6918f230b8
Checks is gpkg is available for writing
2019-10-07 09:07:45 +10:00
Alexandre Neto
9f3ed88145
Makes GPKG prefered input format for OGR algs #Fixes 29097
2019-10-07 09:07:45 +10:00
Giovanni Manghi
c7e4130140
make the A_SRS parameter optional
2019-10-02 08:11:15 +10:00
Alexander Bruy
af77d68716
return only base URL as connection string
...
adopt ogrinfo and ogrtabletopostgis algorithms so they can work with WFS
2019-09-13 11:11:53 +03:00
Alexander Bruy
4b7eaa4b9c
[processing] support for WFS layers in GDAL algorithms ( fix #29663 )
2019-09-13 09:14:04 +03:00
Alexander Bruy
3f54e1db9a
use doublequotes for indentifiers as required by GDAL's RFC52
2019-09-12 12:09:29 +03:00
Alexander Bruy
e1c97dc5ba
[processing] quote field names in GDAL commands ( fix #30878 )
2019-09-12 10:52:31 +03: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
9ed4d08d5b
[processing] ignore hidden parameters when generating GDAL command ( fix #30669 )
2019-07-15 07:52:36 +10:00
Alexander Bruy
684083c4ca
additional parameters for buildvrt algorithm
2019-06-25 09:59:50 +03:00
Alexander Bruy
57547a7731
additional parameters for translae algorithm
2019-06-25 09:59:50 +03:00
Alexander Bruy
3ed47c3bd9
add test for slope algorithm and allow additional command line
...
parameters
2019-06-25 09:59:50 +03:00
Alexander Bruy
61445ad0a2
additional parameters for sieve algorithm
2019-06-25 09:59:50 +03:00
Alexander Bruy
27aa8113de
additional parameters for retile algorithm
2019-06-25 09:59:50 +03:00
Alexander Bruy
c313f1da50
additional parameters for proximity algorithm
2019-06-25 09:59:50 +03:00
Alexander Bruy
d66914aec6
additional parameters for polygonize algorithm
2019-06-25 09:59:50 +03:00
Alexander Bruy
1d12620579
additional parameters for pansarpening algorithm
2019-06-25 09:59:50 +03:00
Alexander Bruy
09102c7e7b
more tests for nearblack algorithm
...
and add support for additional command line parameters
2019-06-25 09:59:50 +03:00
Alexander Bruy
629afb685c
cover gdal merge algorithm with test and add support for additional
...
command line parameters
2019-06-25 09:59:50 +03:00
Alexander Bruy
97806eaa5d
additional parameters for hillshade algorithm
2019-06-25 09:59:50 +03:00
Alexander Bruy
ceb0633f89
additional parameters for grid nearest neighbor
2019-06-25 09:59:50 +03:00
Alexander Bruy
d1562a4149
additional parameters for grid linear
2019-06-25 09:59:50 +03:00
Alexander Bruy
c351bb85fc
additional command line parameters for grid IDW NN
2019-06-25 09:59:50 +03:00
Alexander Bruy
10062dcc80
additional parameters support for grid inverse distance
2019-06-25 09:59:50 +03:00
Alexander Bruy
3c03629fa7
additional parameters for grid data metrics algorithm
2019-06-25 09:59:50 +03:00
Alexander Bruy
629f299b17
additional parameters support for grid average algorithm
2019-06-25 09:59:50 +03:00
Alexander Bruy
1e7704ab60
additional parameters support in gdalinfo algorithm
2019-06-25 09:59:50 +03:00
Alexander Bruy
5b27b72191
allow additional parameters for gdal_calc
2019-06-25 09:59:50 +03:00