Alexander Bruy
105222ea8c
[processing] restore ogrinfo 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
4c2c568f0a
fix optional CRS parameter handling
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
0f226645fa
[processing] homogenize gdal algorithms
...
-consistent parameters naming
-use additional creation options where possible
-remove duplicated functionality
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
fce3e1830c
[processing] minor fixes in rgb2pct algorithm
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
7965d52aee
[processing] use native API to get GDAL driver name from filename
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
c53ff66caf
fix permissions
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
37b899fb99
Add a pure virtual clone method to processing parameter definitions
...
And use it when we need to clone parameters (instead of more fragile
conversion to and from variants)
This fixes model loading which use algorithms which create python
subclasses of parameter definitions
2017-08-18 01:22:07 +10:00
Nyall Dawson
48eccc379d
Default to vrt extension for build vrt alg output
2017-08-17 04:11:53 +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
aece517c50
Avoid duplicate geometry columns, invalid geometry column name in gdal points along lines alg
2017-08-15 20:58:08 +10:00
Nyall Dawson
3d1be95ad2
More comprehensive updating of gdal command when parameters change
2017-08-15 20:57:27 +10: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
19e5886b87
More reliable updates to the gdal command shown
...
By also checking for child widget signals - otherwise we don't
catch signals when compound widgets (such as raster layer source
widgets) are changed
2017-08-14 05:41:00 +10:00
Nyall Dawson
95fe5cdc04
Fix errors calculating gdal command when dialog is being constructed
2017-08-14 05:24:59 +10:00
Nyall Dawson
ba6e2dc940
Fix showing gdal command in algorithm dialog
2017-08-14 05:19:29 +10:00
Nyall Dawson
3d3d2975a4
Followup fixes to ogr2ogrpostgis alg porting
2017-08-14 05:19:00 +10:00
Nyall Dawson
1cbbb8a0fb
Port gdal aspect alg to new API
2017-08-14 05:05:39 +10:00
Nyall Dawson
2e7db48d20
Fix error in gdal warp algorithm
2017-08-14 04:56:36 +10:00
Nyall Dawson
0a365b2d22
Fix OGR algs always export shapefiles, regardless of output file extension
2017-08-14 04:56:24 +10:00
Nyall Dawson
e33647dc5a
Move OGR processing provider specific methods to GdalUtils
2017-08-14 04:56:24 +10:00
Nyall Dawson
97a8d1a7a2
Fix failing test
2017-08-14 04:56:24 +10:00