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 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								Juergen E. Fischer 
							
						 
					 
					
						
						
						
						
							
						
						
							eea4eda6a3 
							
						 
					 
					
						
						
							
							osgeo4w: fix b6293f23c8c ( fixes   #21210 )  
						
						
						
						
					 
					
						2019-02-10 21:31:31 +01: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 
						 
				 
			
				
					
						
							
							
								Juergen E. Fischer 
							
						 
					 
					
						
						
						
						
							
						
						
							b6293f23c8 
							
						 
					 
					
						
						
							
							osgeo4w: run python scripts with python3 ( fixes   #20870 )  
						
						
						
						
					 
					
						2019-01-07 15:41:11 +01:00 
						 
				 
			
				
					
						
							
							
								Alexander Bruy 
							
						 
					 
					
						
						
						
						
							
						
						
							f524460379 
							
						 
					 
					
						
						
							
							[processing] homogenize label for 'additional creation options'  
						
						... 
						
						
						
						parameter in GDAL algorithms 
						
						
					 
					
						2018-08-02 12:11:20 +03: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 
							
						 
					 
					
						
						
						
						
							
						
						
							49d585ef17 
							
						 
					 
					
						
						
							
							[processing][gdal] Move method to write input files to text file to GdalUtils  
						
						
						
						
					 
					
						2018-03-22 06:46:39 +11:00 
						 
				 
			
				
					
						
							
							
								Nyall Dawson 
							
						 
					 
					
						
						
						
						
							
						
						
							b17feaaa97 
							
						 
					 
					
						
						
							
							[processing][gdal] Expose no data options for gdal merge algorithm  
						
						
						
						
					 
					
						2018-03-22 06:46:39 +11:00 
						 
				 
			
				
					
						
							
							
								Nyall Dawson 
							
						 
					 
					
						
						
						
						
							
						
						
							1d8ecaf79a 
							
						 
					 
					
						
						
							
							[processing][gdal] Use a text file for input file list to gdal_merge  
						
						... 
						
						
						
						Otherwise command fails when attempting to merge many rasters due
to length of command line. Now the algorithm uses the same approach
as buildvrt and creates a text file containing the names of the
rasters and then passes this to the gdal_merge command
Fixes gdal merge algorithm fails with many input files 
						
						
					 
					
						2018-03-22 06:46:39 +11:00 
						 
				 
			
				
					
						
							
							
								Nyall Dawson 
							
						 
					 
					
						
						
						
						
							
						
						
							00bb177f3d 
							
						 
					 
					
						
						
							
							[processing][gdal] Fix parsing of creation options  
						
						... 
						
						
						
						Creation options must be specified one at a time - the
current approach causes them to be specified once embedded
in quotation marks, which is not valid input for gdal 
						
						
					 
					
						2018-03-21 18:36:28 +11:00 
						 
				 
			
				
					
						
							
							
								Alexander Bruy 
							
						 
					 
					
						
						
						
						
							
						
						
							53bc147dca 
							
						 
					 
					
						
						
							
							[processing] add group id to GDAL algorithms  
						
						
						
						
					 
					
						2017-12-14 18:04:11 +02:00 
						 
				 
			
				
					
						
							
							
								Nyall Dawson 
							
						 
					 
					
						
						
						
						
							
						
						
							96c7e6e0a6 
							
						 
					 
					
						
						
							
							[processing][gdal] Cleanup some code, add method to customise  
						
						... 
						
						
						
						generated command based on whether the algorithm is actually
executing or just being displayed in the UI as a command 
						
						
					 
					
						2017-12-08 14:09:08 +10:00 
						 
				 
			
				
					
						
							
							
								Alexander Bruy 
							
						 
					 
					
						
						
						
						
							
						
						
							fd12d29615 
							
						 
					 
					
						
						
							
							[processing] restore gdal_merge algorithm  
						
						
						
						
					 
					
						2017-10-11 17:06:11 +03:00 
						 
				 
			
				
					
						
							
							
								Nyall Dawson 
							
						 
					 
					
						
						
						
						
							
						
						
							ce8e18da10 
							
						 
					 
					
						
						
							
							Fix overridden function signatures  
						
						
						
						
					 
					
						2017-08-14 04:56:24 +10:00 
						 
				 
			
				
					
						
							
							
								Nyall Dawson 
							
						 
					 
					
						
						
						
						
							
						
						
							4cb7d18b1c 
							
						 
					 
					
						
						
							
							Push parameters into processAlgorithm and related functions  
						
						
						
						
					 
					
						2017-06-06 07:41:19 +10:00 
						 
				 
			
				
					
						
							
							
								Nyall Dawson 
							
						 
					 
					
						
						
						
						
							
						
						
							77ab933788 
							
						 
					 
					
						
						
							
							Move alg character definitions to __init__  
						
						
						
						
					 
					
						2017-06-06 07:41:19 +10:00 
						 
				 
			
				
					
						
							
							
								Nyall Dawson 
							
						 
					 
					
						
						
						
						
							
						
						
							a0bd464232 
							
						 
					 
					
						
						
							
							Use formatted name for algorithm names  
						
						... 
						
						
						
						Avoids conversion of names later and gives clearer separation
between visible names and internal names 
						
						
					 
					
						2017-04-03 21:17:45 +10:00 
						 
				 
			
				
					
						
							
							
								Nyall Dawson 
							
						 
					 
					
						
						
						
						
							
						
						
							6987d7b37c 
							
						 
					 
					
						
						
							
							Port handling of algorithm names to QgsProcessingAlgorithm  
						
						
						
						
					 
					
						2017-04-03 21:17:45 +10:00 
						 
				 
			
				
					
						
							
							
								Nyall Dawson 
							
						 
					 
					
						
						
						
						
							
						
						
							dc729c1b5a 
							
						 
					 
					
						
						
							
							Move algorithm group handling to QgsProcessingAlgorithm  
						
						
						
						
					 
					
						2017-04-03 21:17:45 +10:00 
						 
				 
			
				
					
						
							
							
								Nyall Dawson 
							
						 
					 
					
						
						
						
						
							
						
						
							faa8a653b2 
							
						 
					 
					
						
						
							
							Move algorithm icon handling to QgsProcessingAlgorithm  
						
						
						
						
					 
					
						2017-04-03 21:17:45 +10:00 
						 
				 
			
				
					
						
							
							
								Alexander Bruy 
							
						 
					 
					
						
						
						
						
							
						
						
							dbca0304d9 
							
						 
					 
					
						
						
							
							[processing] rename algorithm groups in GDAL provider  
						
						
						
						
					 
					
						2017-02-28 12:37:48 +02:00 
						 
				 
			
				
					
						
							
							
								Alexander Bruy 
							
						 
					 
					
						
						
						
						
							
						
						
							f9680ddc0c 
							
						 
					 
					
						
						
							
							[processing] use custom options widget in GDAL algorithms  
						
						
						
						
					 
					
						2017-01-07 10:02:13 +02:00 
						 
				 
			
				
					
						
							
							
								Alexander Bruy 
							
						 
					 
					
						
						
						
						
							
						
						
							65db336eaf 
							
						 
					 
					
						
						
							
							[processing] move some constants to the dataobjects module  
						
						
						
						
					 
					
						2016-09-02 09:28:45 +03:00 
						 
				 
			
				
					
						
							
							
								Alexander Bruy 
							
						 
					 
					
						
						
						
						
							
						
						
							c69665be92 
							
						 
					 
					
						
						
							
							[processing][gdaltools] reword merge option ( fix   #8519 )  
						
						
						
						
					 
					
						2016-05-24 19:47:48 +03:00 
						 
				 
			
				
					
						
							
							
								Denis Rouzaud 
							
						 
					 
					
						
						
						
						
							
						
						
							8071acd064 
							
						 
					 
					
						
						
							
							move PyQt compat folder to python/qgis  
						
						
						
						
					 
					
						2016-04-29 14:10:26 +02:00 
						 
				 
			
				
					
						
							
							
								Juergen E. Fischer 
							
						 
					 
					
						
						
						
						
							
						
						
							2526d3e3c8 
							
						 
					 
					
						
						
							
							processing: switch to pyqt wrappers, flake8 fixes  
						
						
						
						
					 
					
						2016-03-21 17:00:25 +01:00 
						 
				 
			
				
					
						
							
							
								Alexander Bruy 
							
						 
					 
					
						
						
						
						
							
						
						
							11a9a66104 
							
						 
					 
					
						
						
							
							[processing] add icons for fTools and GDALTools algorithms  
						
						
						
						
					 
					
						2016-03-01 15:57:31 +02:00 
						 
				 
			
				
					
						
							
							
								Juergen E. Fischer 
							
						 
					 
					
						
						
						
						
							
						
						
							b39055b39c 
							
						 
					 
					
						
						
							
							indentation update (now including autopep8)  
						
						
						
						
					 
					
						2015-08-22 14:29:41 +02:00 
						 
				 
			
				
					
						
							
							
								Juergen E. Fischer 
							
						 
					 
					
						
						
						
						
							
						
						
							66a3d02240 
							
						 
					 
					
						
						
							
							integrate processing into update_ts.sh (also includes all translations  
						
						... 
						
						
						
						in the repository and none outside of it). 
						
						
					 
					
						2015-07-26 04:28:37 +02:00 
						 
				 
			
				
					
						
							
							
								volaya 
							
						 
					 
					
						
						
						
						
							
						
						
							1964a7c744 
							
						 
					 
					
						
						
							
							[processing] added box with console commands for gdal/ogr algs  
						
						
						
						
					 
					
						2015-05-07 13:20:28 +02:00 
						 
				 
			
				
					
						
							
							
								pcav 
							
						 
					 
					
						
						
						
						
							
						
						
							686ba43c07 
							
						 
					 
					
						
						
							
							Better naming for GDAL outputs (partial fix for  http://hub.qgis.org/issues/12542 )  
						
						
						
						
					 
					
						2015-04-10 09:44:20 +02:00 
						 
				 
			
				
					
						
							
							
								alexbruy 
							
						 
					 
					
						
						
						
						
							
						
						
							db89a045ab 
							
						 
					 
					
						
						
							
							Merge pull request  #1873  from gioman/processing_remove_unsupported_raster_formats  
						
						... 
						
						
						
						processing/gdal: remove output formats that are not supported by qgis 
						
						
					 
					
						2015-02-02 11:00:49 +02:00 
						 
				 
			
				
					
						
							
							
								Juergen E. Fischer 
							
						 
					 
					
						
						
						
						
							
						
						
							956c155e8f 
							
						 
					 
					
						
						
							
							fix python pep8 warnings and fix some revealed errors  
						
						... 
						
						
						
						pep8 --ignore=E111,E128,E201,E202,E203,E211,E221,E222,E225,E226,E227,E231,E241,E261,E265,E272,E302,E303,E501,E701 \
     --exclude="ui_*.py,debian/*,python/ext-libs/*" \
     . 
						
						
					 
					
						2015-02-01 20:46:47 +01:00 
						 
				 
			
				
					
						
							
							
								Giovanni Manghi 
							
						 
					 
					
						
						
						
						
							
						
						
							9edff1430f 
							
						 
					 
					
						
						
							
							processing/gdal: remove output formats that are not supported by qgis  
						
						
						
						
					 
					
						2015-01-31 21:28:01 +00:00 
						 
				 
			
				
					
						
							
							
								Alexander Bruy 
							
						 
					 
					
						
						
						
						
							
						
						
							f3f09fa500 
							
						 
					 
					
						
						
							
							[processing] i18n support in gdal provider  
						
						
						
						
					 
					
						2015-01-17 11:24:54 +02:00 
						 
				 
			
				
					
						
							
							
								Juergen E. Fischer 
							
						 
					 
					
						
						
						
						
							
						
						
							d4f64d9bde 
							
						 
					 
					
						
						
							
							indentation update and typo fixes  
						
						
						
						
					 
					
						2014-11-13 23:13:13 +01:00 
						 
				 
			
				
					
						
							
							
								Giovanni Manghi 
							
						 
					 
					
						
						
						
						
							
						
						
							eea6c6bf54 
							
						 
					 
					
						
						
							
							Add raster data type output option to some Processing/GDAL tools otherewise output is always Float64  
						
						
						
						
					 
					
						2014-10-21 12:38:44 +01:00 
						 
				 
			
				
					
						
							
							
								Giovanni Manghi 
							
						 
					 
					
						
						
						
						
							
						
						
							93efeeff83 
							
						 
					 
					
						
						
							
							Add raster data type output option to some Processing/GDAL tools otherewise output is always Float64  
						
						
						
						
					 
					
						2014-10-21 12:34:16 +01:00 
						 
				 
			
				
					
						
							
							
								volaya 
							
						 
					 
					
						
						
						
						
							
						
						
							6486594f57 
							
						 
					 
					
						
						
							
							[Processing] Refactoring of parameters and outputs  
						
						... 
						
						
						
						It also adds some changes in the core and tools package, to provide a cleaner structure 
						
						
					 
					
						2014-07-14 14:47:05 +02:00 
						 
				 
			
				
					
						
							
							
								Victor Olaya 
							
						 
					 
					
						
						
						
						
							
						
						
							4eab185528 
							
						 
					 
					
						
						
							
							[processing] all gdal algs now have the same icon  
						
						... 
						
						
						
						Did some code cleaning in gdal package 
						
						
					 
					
						2014-06-02 22:45:43 +02:00 
						 
				 
			
				
					
						
							
							
								Victor Olaya 
							
						 
					 
					
						
						
						
						
							
						
						
							9b277cb040 
							
						 
					 
					
						
						
							
							[processing] refactoring to put all algorithm providers under a single module  
						
						
						
						
					 
					
						2014-04-19 20:49:17 +02:00