Alexander Bruy
c64c2948d9
fix not used creation options parameter in the color relief algorithm and
...
allow to pass additional command line parameters to it
2019-06-25 09:59:50 +03:00
Alexander Bruy
0128135c64
allow to pass additional parameters to the clip raster by mask algorithm
2019-06-25 09:59:50 +03:00
Alexander Bruy
d40d040ebe
allow to pass additional parameters to the clip raster by extent
...
algorithm
2019-06-25 09:59:50 +03:00
Alexander Bruy
7c06db6d7b
allow to pass additional command-line parameters to aspect algorithm
2019-06-25 09:59:50 +03:00
Harrissou Sant-anna
1e2b59afc4
Make the target crs optional in gdal warp algorithm [needs-docs]
2019-06-11 13:43:38 +10:00
Juergen E. Fischer
19933e0feb
processing: avoid fetching the layer parameters when not executing
2019-06-01 09:10:39 +02:00
Juergen E. Fischer
5a54eb7739
processing: add option to select directory to recurse for files (fixes regression with a number of tools that used to have this - eg. buildvrt for instance)
2019-05-31 19:02:48 +02:00
Harrissou Sant-anna
94cb85490a
Title case the options
2019-05-20 08:53:25 +10:00
Harrissou Sant-anna
4c41819eb3
Fix option label for GDAL ADDO resampling method
2019-05-20 08:53:25 +10:00
Harrissou Sant-anna
6e5976e640
Title case the resampling options
2019-05-20 08:52:54 +10:00
Harrissou Sant-anna
bd2fc75f2e
[needs-docs] Harmonize display of GDAL build vrt options
2019-05-20 08:52:54 +10:00
Harrissou Sant-anna
491ca3315f
Make data type option translatable in GDAL algorithms dialog
2019-05-20 08:51:38 +10:00
Bas Couwenberg
2628c480c5
Don't include revision in sources.
...
Prevent changes to files that weren't changed between releases.
This eases review of the changes between releases significantly.
2019-05-17 16:47:47 +02:00
Matthias Kuhn
b90a01847f
Prefer parameterAsBoolean over parameterAsBool
2019-04-16 08:30:00 +02:00
Nyall Dawson
a38e9e66fc
[processing] Fix layerName= suffix is incorrectly passed to SAGA algorithms
...
Fixes #21569
2019-03-18 18:24:02 +10:00
Alexander Bruy
8b621b6997
[feature][processing] expose GDAL pansharpening tool in the Processing
2019-03-11 08:48:02 +10:00
Giovanni Manghi
78cc5b2bf5
Fixes/improves the GDAL clip by mask layer tool: removes a an option (-te) that does not make sense for the clip by mask, and adds the option to allow choose the output resolution
2019-03-09 11:46:26 +00:00
Víctor Olaya
13bff9620c
[processing] do not allow using unsupported file formats
...
Show warning message if user selects incompatible output file format
fixes #21089
2019-02-23 05:24:56 +10:00
Nyall Dawson
e5a416ea11
[processing][gdal] Ensure no filename clashes occur in writeLayerParameterToTextFile
2019-02-19 12:55:15 +10:00
Nyall Dawson
342c093d91
[processing] Use text file for input file list to gdal tile index alg
...
Avoids too long command being generated with many inputs
Fixes #21296
2019-02-19 12:55:15 +10:00
Juergen E. Fischer
eea4eda6a3
osgeo4w: fix b6293f23c8c ( fixes #21210 )
2019-02-10 21:31:31 +01:00
Nyall Dawson
06d5b996bf
[processing][gdal] Fix polygonize field name is ignored
2019-02-06 04:16:40 +11:00
Nyall Dawson
c93775f6b1
[processing][gdal] Ensure that GDAL algs output the CORRECT
...
generated filename for outputs
Previously they were just echoing the input parameter value,
which isn't always a string and accordingly was broken for
temporary outputs. This caused models to break when the output
of a GDAL algorithm was used in a subsequent model step.
2019-02-05 16:55:34 +11:00
Nyall Dawson
f54f5a4fe7
[processing][gdal] Fix incorrect definition of gdal_warp extra_param parameter
2019-02-05 16:55:34 +11:00
Alexander Bruy
32f6034be7
[processing][needs-docs] force multipart output from GDAL-based dissolve
...
algorithm (fix #20025 )
2019-01-25 09:57:31 +11:00
Alexander Bruy
133b4057a6
add note about format of the srcnodata parameter
2019-01-22 08:18:37 +02:00
Alexander Bruy
dc2b29ce6a
[processing] add missed "srcnodata" parameter to the buildvrt algorithm
...
(fix #20586 ).
Without this parameter it is not possible to remove collars surrounding
input raster which may overlap with other input rasters. As this is very
frequent case algorithm is useless without such parameter. To keep API
compatibility new parameter is optional and not used by default.
2019-01-22 08:17:47 +02:00
Alexander Bruy
bb2c3663b0
[processing] add optional EXTRA parameter to gdalwarp algorithm ( fix #20721 )
...
This allows users to pass additional command-line arguments which are
not exposed in the algorithm definition. The most frequent use case is
enabling transparency and adding nodata values.
2019-01-22 09:39:57 +11:00
Ivan Ivanov
36c821da34
Allow gdal_rasterize to accept -init with value of 0; changed default value to not introduce a breaking change
2019-01-18 09:50:08 +11:00
Juergen E. Fischer
b6293f23c8
osgeo4w: run python scripts with python3 ( fixes #20870 )
2019-01-07 15:41:11 +01:00
Alexander Bruy
6809d346ab
[processing] add unittest for gdal_polygonize algorithm
2019-01-01 19:26:14 +02:00
Alexander Bruy
a5365e26eb
[processing] fix handling of the mask layer in the gdal_sieve algorithm
...
(fix #20713 )
2019-01-01 15:20:21 +02:00
Alexander Bruy
c64383702e
make advanced params optional to keep algorithm API stable
2018-12-31 12:34:12 +02:00
Alexander Bruy
3d33b9f1e2
[processing] expose resampling and format options in the gdaladdo
...
algorithm (fix #20432 )
These options actually were here but not added to the UI.
2018-12-31 12:20:31 +02:00
Alexander Bruy
1e1ed79e2d
[processing] set default value for band parameters in GDAL algs ( fix #20610 )
2018-12-30 09:18:23 +02:00
Harrissou Sant-anna
ea9b09f2dc
Use QGIS user manual for GDAL algorithms help files
...
because they are available for most of the algs and wouldn't be used otherwise. Also when someone hits algA help button, he should be given the algA help and not the main gdal utility doc.
2018-12-27 06:53:19 +10:00
Luigi Pirelli
c39e2b83da
Merge pull request #8445 from NaturalGIS/add_te_paramater_in_gdal_clip_by_mask
...
add the -te and -te_srs and -multi parameters to the gdalwarp tool used to clip rasters by mask layers
2018-12-04 11:32:52 +01:00
Giovanni Manghi
3165382dcf
run prepare-commit
2018-11-09 09:37:05 +00:00
Giovanni Manghi
963e45020d
add the -te and -te_srs and -multi parameters to the gdalwarp tool used to clip rasters by mask layers
2018-11-08 18:53:35 +00:00
Håvard Tveite
566d5726d7
Update extractprojection.py
...
indentation again...
2018-11-02 13:04:12 +01:00
Håvard Tveite
9c51f0565c
added a tr() based on feedback from jef-n
2018-11-02 11:27:33 +01:00
Håvard Tveite
1fc2f7ab1b
Some more indentation issues
2018-11-01 23:41:38 +01:00
havatv
681f73ae4e
fixed some PEP8 issues
2018-11-01 17:36:00 +01:00
havatv
8976f6822f
Added file output to gdal extractprojection, added exception for non-gdal sources and fixed boolean parameter handling + some formatting
2018-11-01 16:03:43 +01:00
havatv
79731715ed
Update GDAL extractprojection.py to QGIS 3
2018-10-30 17:19:15 +01:00
Håvard Tveite
296df2e00c
Reintroduce GDAL extract projection
...
Fixes #20263 (when some other files are also fixed)
2018-10-30 17:01:06 +01:00
rldhont
1d246de545
[Processing] Add GeoPackage support in alg qgis:convertformat (forward)
...
This is the forward porting of #8143
2018-10-25 09:20:29 +02:00
Giovanni Manghi
fbb916d908
fixes the ogr2ogr based geoprocessing tools
2018-10-16 16:52:00 +10:00
Nyall Dawson
87e0f6961a
[processing][gdal][needs-docs] Rename crop to cutline option for clarity
...
The previous name is unclear, as the option can expand as well
as crop the raster extent. We also don't refer anywhere else in this
dialog to the cutline, so that has no meaning to users
2018-10-15 18:29:28 +10:00
Nyall Dawson
737ab3069a
[processing][gdal] Correctly handle geopackage paths with layername argument
...
Fixes #19938
2018-09-28 14:25:38 +10:00