Juergen E. Fischer
239e93deeb
run gdal_calc on Windows and gdal_calc.py on othes platforms ( fixes #19482 )
2018-09-17 02:34:36 +02:00
Geoff Kimbell
cb0b335a95
[FEATURE][processing] Add custom OPTIONS to contour algorithm ( #7834 )
2018-09-12 04:36:06 +10:00
Nyall Dawson
c8abd40250
[processing] Fix gdal algorithm use of old wrapper API
2018-09-11 15:40:27 +10:00
nirvn
8398aae04b
[needs-docs][processing] Use input layer data type for gdal algorithms
...
when appropriate:
- warp (i.e. reproject)
- translate (i.e. file format conversion)
- rearrange bands
- clip by extent/mask
2018-09-04 16:20:03 +07:00
Nyall Dawson
644ef6a752
[processing] Initial work on porting base GUI classes to c++
...
- Add abstract base class for Processing widget wrappers to c++
- Add wrapper factory interface to c++
- Make QgsProcessingGuiRegistry also register widget wrapper
factories, and be responsible for creation of new c++
processing widget wrapper instances
- Start on private c++ implementation of boolean widget wrapper,
including unit tests
2018-09-04 19:06:07 +10:00
nirvn
5cd28034bd
address comments, fix test
2018-09-04 10:07:07 +07:00
nirvn
65d9911e8b
Rephrase short help
2018-09-04 10:07:07 +07:00
nirvn
48b18d4c6c
[processing] add parameterAsInts function
2018-09-04 10:07:07 +07:00
nirvn
97adef21bd
[processing] multiple band selection wrapper should return list of ints
2018-09-04 10:07:07 +07:00
nirvn
1664ef16d2
[FEATURE][processing] gdal's rearrange band algorithm
2018-09-04 10:07:07 +07:00
Nyall Dawson
83feea46a7
[processing] Accept geometry-less layers in more algorithms
...
Fixes #19685
2018-08-25 15:41:13 +10:00
Nyall Dawson
5fab46f41c
[processing][needs-docs] Refine names for 'Import into PostGIS' algs
...
Renames the existing algorithms for clarity and consistency
to the format 'Export to PostgreSQL...'. Add tags so that they
still show when searching for the old names, and add descriptions
to make their use more obvious from the toolbox.
Fixes #19658
2018-08-21 16:00:18 +10:00
Nyall Dawson
d0a705fad0
[processing][gdal] Fix ogrinfo algorithm fails when path name has spaces
...
Fixes #19655
2018-08-21 14:28:42 +10:00
Stephen Knox
56e605bdd1
[feature] Add parameter for field selection to Postgis OGR importer
2018-08-08 10:04:15 +10:00
Stephen Knox
53cbe26101
Fix quotes on postgis import, & fix mysql datsource formatting
2018-08-08 10:04:15 +10:00
Alexander Bruy
f524460379
[processing] homogenize label for 'additional creation options'
...
parameter in GDAL algorithms
2018-08-02 12:11:20 +03:00
Nyall Dawson
996c9a8d34
[processing][gdal] Assign output CRS should be optional for ogr to postgis alg
2018-07-25 08:20:07 +10:00
Nyall Dawson
27d447b79d
[processing][gdal] Ignore 'selected features only' setting when
...
creating command preview
Since this has no meaning outside of a QGIS session
Refs #19451
2018-07-25 08:20:07 +10:00
Nyall Dawson
ed94b693e9
[processing][gdal] Fix layer paths are sometimes incorrect within command preview
...
Fixes #19451
2018-07-25 08:20:07 +10:00
nirvn
e9b6da1c48
[processing] change nodata default to none instead of 0 in gdal's translate alg
2018-07-16 11:53:02 +07:00
nirvn
ab3a213596
[ui][processing] re-order gdal warp algorithm parameters so optional ones are at the bottom
2018-07-16 11:53:02 +07:00
nirvn
fe38f03d5d
[processing] make target res. parameter optional in gdal's warp algorithm
2018-07-16 11:53:02 +07:00
nirvn
863a2f0fca
[processing] make nodata parameter optional in gdal's warp algorithm
2018-07-16 11:53:02 +07:00
Luigi Pirelli
95246e76cd
Mask parameter was wrongly set. Fixes #19409
2018-07-13 11:47:03 +02:00
Nyall Dawson
a17b77be56
[processing][gdal] Add missing parameters for buildvrt algorithm
2018-06-18 10:28:27 +10:00
Nyall Dawson
76b13ff4c4
[processing][gdal] More descriptive name for separate parameter
...
in buildvrt algorithm
Fixes #19212
2018-06-18 10:28:27 +10:00
Nyall Dawson
23277284e7
[processing][gdal] Fix execution of hillshade with multidirectional argument
...
And add tests
2018-06-09 18:15:00 +10:00
Nyall Dawson
bd65fc607b
[processing][gdal] Don't double quote output paths
...
Breaks for some drivers, e.g. KML
Fixes #18264
2018-06-01 18:21:41 +10:00
Nyall Dawson
59d425c5b0
[processing] Fix some incorrect formatting of algorithm titles
2018-05-31 15:27:51 +10:00
Nyall Dawson
6bf5274b11
[processing] Fix some missing references warnings
2018-05-30 08:51:30 +10:00
Nyall Dawson
ff7c70fc87
[processing][gdal] Fix gdal command does not automatically update
...
when destination value is changed
2018-05-29 22:21:31 +10:00
Nyall Dawson
c0d9528090
Silence python warnings from 3rd party libraries on startup
2018-05-22 06:02:55 +10:00
matteo
2a7c10e719
change empty '' with None
2018-05-18 08:44:02 +10:00
matteo
57106986d6
[processing] change 0 to Not set Null value also for contour
2018-05-18 08:44:02 +10:00
matteo
9d7212f3d4
[processing] change 0 to Not set Null values in Gdal Clip
2018-05-18 08:44:02 +10:00
Alexander Bruy
1783394b6b
[processing] don't use function annotations as this breaks build on
...
systems with Python < 3.3 (fix #18961 )
2018-05-16 14:43:32 +03:00
Luigi Pirelli
9b28e3d7f5
Port gdalcalc with formula excaping fix ( #6984 )
...
Resurrect gdalcalc algorithm from 2.x
2018-05-15 07:59:00 +10:00
Mathieu Pellerin
8f47691a7a
[processing] add gdal command name to tags for better searches ( #6978 )
2018-05-14 11:32:55 +07:00
Nyall Dawson
be73c9605f
Spelling
2018-05-11 11:29:34 +10:00
Nyall Dawson
0d520456ea
[processing][gdal] Fix conversion of non-EPSG crs parameters
...
to GDAL compatible strings
2018-05-11 11:29:34 +10:00
Ari Jolma
64d5193f20
Translation fixes for GDAL build VRT.
2018-05-08 09:26:57 +10:00
Harrissou Sant-anna
67c20d5db0
Set max_points default value
2018-05-08 08:57:25 +10:00
Nyall Dawson
f4599f13f1
[processing][gdal] Better error messages when invalid parameters are passed
2018-05-06 19:19:45 +10:00
Nyall Dawson
bddcb7dc42
[processing][gdal] More nodata handling fixes
...
Fixes #18748
2018-05-06 19:19:45 +10:00
Nyall Dawson
f48aaeaf33
[processing][gdal] Fix some more nodata=0 handling
2018-05-06 07:13:15 +10:00
Nyall Dawson
b3288192ee
[processing] Fix exception when clicking help for GDAL algorithms
2018-05-06 07:13:15 +10:00
Nyall Dawson
70aad93a61
[processing][gdal] Fix translate ignores nodata values of 0
...
And add more unit tests to translate alg
2018-05-03 11:23:51 +10:00
Nyall Dawson
36432191ee
[processing][gdal] Clip Vector By Mask Layer requires both
...
layers to have the same CRS
2018-05-02 04:55:01 +10:00
Nyall Dawson
5339d62715
[processing] More helpful errors when sources cannot be loaded
...
Include descriptive text with the specified parameter value
in error, and always check that sources were loaded to avoid
raw Python exceptions when they are not
2018-04-28 05:50:47 +10:00
Nyall Dawson
91c1277035
[processing] Swap more QGIS and GDAL algorithm parameters to distance params
2018-04-20 22:44:28 +10:00