63 Commits

Author SHA1 Message Date
Luigi Pirelli
9b28e3d7f5 Port gdalcalc with formula excaping fix (#6984)
Resurrect gdalcalc algorithm from 2.x
2018-05-15 07:59:00 +10:00
Alexander Bruy
23a5dd3197 [processing] fix file permissions 2018-02-06 19:25:48 +02:00
Nyall Dawson
0f963dfadf [processing] Default to supporting non-file based outputs for providers
And make this support opt-out, since the vast majority of providers
are based on QGIS API and don't have external dependencies which would
restrict use of memory layers/etc.

Plus, I'd rather see non-compliant providers expose this support when
they can't use non-file-based-outputs (and make this the bug which
needs fixing) then have to rely on plugin providers to discover and
explicitly expose this support.
2018-01-29 13:14:06 +10:00
Alexander Bruy
77a6bbbb0a [processing] restore GDAL rasterize algorithm 2018-01-23 12:27:04 +02:00
Nyall Dawson
846400cb70 Resurrect GDAL import to PostGIS (available connections) alg
Fixes #17605
2017-12-08 15:18:03 +10:00
Nyall Dawson
4ce166241e Allow processing providers to specify a long name, and show it in tooltips
Add version number to gdal provider long name
2017-10-19 13:12:31 +10:00
Nyall Dawson
a33376fe09 Drop version and count from algorithm item in tree view 2017-10-19 12:01:40 +10:00
Alexander Bruy
fd12d29615 [processing] restore gdal_merge algorithm 2017-10-11 17:06:11 +03:00
Alexander Bruy
68863a9c5d [processing] restore Execure SQL algorithm 2017-10-11 17:06:11 +03:00
Alexander Bruy
fb958df64f [processing] restore dissolve algorithm 2017-10-11 17:06:11 +03:00
Alexander Bruy
750e80f7de [processing] restore ogr2ogr algorithm 2017-10-11 17:06:11 +03:00
Alexander Bruy
6c7a292627 [processing] restore clip vector by mask algorithm 2017-10-11 17:06:11 +03:00
Alexander Bruy
679cc2c887 [processing] restore clip vector by extent algorithm 2017-10-11 17:06:11 +03:00
Alexander Bruy
3750a5bf63 [processing] restore one side buffer algorithm 2017-10-11 17:06:11 +03:00
Alexander Bruy
98dfda3aa7 [processing] restore buffer algorithm 2017-10-11 17:06:11 +03:00
Alexander Bruy
9b74d9f2df [processing] restore offset curve algorithm 2017-10-11 17:06:11 +03:00
Alexander Bruy
7c9d634323 [processing] rename some algorithms to avoid naming conflicts and
maintain consistency
2017-10-11 17:06:11 +03:00
Alexander Bruy
5b7b3a9930 [processing] restore gdaladdo algorithm 2017-10-11 17:06:11 +03:00
Alexander Bruy
491a9aabda [processing] restore gdal2xyz algorithm 2017-10-11 17:06:11 +03:00
Alexander Bruy
95c91f881c [processing] restore retile algorithm 2017-10-11 17:06:11 +03:00
Alexander Bruy
6a1b68edd6 [processing] restore gdal2tiles algorithm 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
4272b8b7ad [processing][FEATURE] add linear interpolation 2017-10-11 17:06:11 +03:00
Alexander Bruy
46662443a8 [processing][FEATURE] add IDW with neareast neighbor search 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
232fd47485 [processing] restore gdaltindex algorithm and expose additional parameters 2017-10-11 17:06:11 +03:00
Alexander Bruy
8646072dbd [processing] restore fillnodata algorithm 2017-10-11 17:06:11 +03:00
Alexander Bruy
babc35d169 [processing] restore sieve algorithm 2017-10-11 17:06:11 +03:00
Alexander Bruy
90308f33c0 [processing] restore contour algorithm
Also expose new parameters and use custom widget for additional
creation options
2017-10-11 17:06:11 +03:00
Alexander Bruy
56863b8765 [processing] restore roughness algorithm 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
b1ff4d774a [processing] restore polygonize algorithm
Also expose band parameter
2017-10-11 17:06:11 +03:00
Alexander Bruy
ff5a42a385 [processing] restore pct2rgb algorithm 2017-10-11 17:06:11 +03:00
Nyall Dawson
d46317802b Port gdal translate alg to new api 2017-08-30 18:13:51 +10:00
Nyall Dawson
a29e3780cd Port rgb2pct to new API 2017-08-30 17:53:14 +10:00
Nyall Dawson
d0fea64b23 Port GDAL info alg to new API 2017-08-30 17:44:52 +10:00
Nyall Dawson
a5a4d3b7e1 Port gdal build vrt to new API 2017-08-17 03:52:40 +10:00
Mathieu Pellerin
a9d8d395d2 [processing] restore near black and hillshade gdal algs (#5028) 2017-08-16 11:26:10 +07:00
Nyall Dawson
f9750dde52 Port gdal color relief to new API 2017-08-14 05:55:50 +10:00
Nyall Dawson
1cbbbc4b83 Port gdal tri alg to new API 2017-08-14 05:49:18 +10:00
Nyall Dawson
ab2886dc63 Port gdal assign projection to new api 2017-08-14 05:41:54 +10:00
Nyall Dawson
1cbbb8a0fb Port gdal aspect alg to new API 2017-08-14 05:05:39 +10:00
Nyall Dawson
6301ff6606 Resurrect OGR points along lines algorithm 2017-08-14 04:56:24 +10:00
Nyall Dawson
5c888c5830 Resurrect gdal warp algorithm 2017-08-14 04:56:24 +10:00