Alexander Bruy
8aa56fc38f
[processing] fix GRASS vector tests
2018-05-15 12:53:50 +03:00
Alexander Bruy
cf599685cb
[processing] vector outputs can be saved in any GDAL-supported format
...
Thanks to Médéric RIBREUX
2018-05-15 10:57:09 +03:00
Nyall Dawson
f03baa871a
[processing][grass] Don't try to create skipped optional outputs
2018-04-10 09:57:58 +10:00
Nyall Dawson
1fc5a0e597
[processing][grass] Fix broken r.statistics alg
2018-04-10 09:57:58 +10:00
Nyall Dawson
92634a9d92
[processing][grass] Allow use of feature sources as vector inputs
2018-04-09 10:58:41 +10:00
Nyall Dawson
aca75cfa6e
[processing][grass] Fix use of v.external with ogr layers which
...
do not support random read
These layers are not compatible with v.external, so we have to
use v.in.ogr for them
2018-04-09 10:58:41 +10:00
Nyall Dawson
8ba762a630
[processing][grass] Fix grass vector algs don't work with memory layers
...
Fixes broken grass algs inside models (fixes #18662 )
2018-04-09 10:58:41 +10:00
Nyall Dawson
c50a039745
[processing][grass] Push feedback object to algorithm methods
2018-04-09 10:58:41 +10:00
Nyall Dawson
bec878f6f9
[processing][grass] Fix error after running grass algorithms
2018-03-27 07:10:37 +11:00
Alexander Bruy
22fea14a17
[processing] remove explicit outputs definitions
2018-03-02 10:35:56 +02:00
Nyall Dawson
44896c3636
[processing] Fix grass point parameter evaluation
2018-02-26 17:10:09 +11:00
Juergen E. Fischer
dcfe5ca63f
update translation strings
2018-02-18 17:35:34 +01:00
Denis Rouzaud
3dc3d9d1b2
unite QgsMessageLog::Level and QgsMessageBar::MessageLevel in Qgis::MessageLevel
...
make enum items lower case
remove unused QgsMessageLog::None and All
2018-02-06 08:56:40 -04:00
Nyall Dawson
a05d941e4e
[processing] Default to allowing background execution of algorithms
...
Since the underlying issues with the Python bindings are now fixed,
in most cases we can safely default to allowing an algorithm to
run in a background thread!!
So now we make this the default, and require individual algorithms
which are NOT thread safe to declare this. This includes algorithms
which directly manipulate the current project or layers (such as
setting layer styles), alter the selections in layers, or which
rely on 3rd party libraries (for now, SAGA and GRASS algorithms
are marked as not thread safe... TODO - someone more familiar with
these libraries can investigate and remove the flag if appropriate).
Also models are marked as non-thread safe. TODO: only flag an
individual model as thread-unsafe if any of its child algorithms
report this flag.
2018-01-29 17:37:05 +11:00
Médéric RIBREUX
0f1cb25085
Fix v.external default configuration and handling
2018-01-07 11:01:44 +01:00
Médéric RIBREUX
5a3a0dab95
Remove broken algorithms and clean code
2017-12-30 17:16:16 +01:00
Médéric RIBREUX
486bcd6f24
Fix all i.* ext scripts
2017-12-29 17:13:30 +01:00
Médéric RIBREUX
14709f59f4
Fix nearly all v. ext scripts
2017-12-28 18:28:18 +01:00
Médéric RIBREUX
90bf630185
Fix all r algorithms ext scripts!
2017-12-27 20:13:05 +01:00
Médéric RIBREUX
9b6f98a31a
Hidden output parameters are not used in the main command anymore
2017-12-27 12:08:21 +01:00
Médéric RIBREUX
feaecea44d
Fix multiple ParameterField handling
2017-12-27 11:52:01 +01:00
Médéric RIBREUX
36311ff6af
Fix multiple enum parameters handling and some ext scripts
2017-12-27 11:16:14 +01:00
Médéric RIBREUX
3fa9e3c9f8
Fix QgsProcessingParameterFile bad descriptions
2017-12-27 10:19:51 +01:00
Médéric RIBREUX
433d376c8a
Fix optional None input parameters handling
2017-12-26 18:53:30 +01:00
Alexander Bruy
6f43954839
[processing] add group id to GRASS algorithms
2017-12-14 18:04:02 +02:00
Alexander Bruy
0059b2b692
[processing] remove Python 2 compatibility layer
2017-11-28 12:27:45 +02:00
Médéric RIBREUX
da90477121
Improve input detection and add new algorithms
2017-11-05 13:52:26 +01:00
Médéric RIBREUX
d10aaf4bd4
Support multiple output file raster formats:
...
* A new createopt textbox has been added to the parameters dialog for algorithms which exports to raster files.
* A new metaopt textbox has also been added to the Algorithm parameters dialog.
* Raster file format is detected from output filename extension.
* GdalUtils has been improved to correctly detect raster formats supported for creation.
* QFileDialog for output rasters now display only file filters for supported output raster file formats.
2017-11-05 13:18:24 +01:00
Médéric RIBREUX
aa17df1a55
* Add new GRASS 7.2 algorithms.
...
* Fix ParameterRange GUI.
* Fix Multiple values Enum support.
2017-11-04 18:34:25 +01:00
Médéric Ribreux
6c81895fb0
Improve GRASS provider:
...
- Improve GRASS detection for all OS.
- Use GRASS --exec command.
- Unified GRASS batch job method for all OS (easier to maintain).
- Handle MS-Windows codepages (for data only, if you have a username with special characters, it will not work).
- Better support for filepath normalization.
- add -m option to r.out.gdal.
2017-11-04 15:31:21 +01:00
Médéric RIBREUX
c63df209a8
Fix cz function
2017-11-04 15:31:21 +01:00
Médéric RIBREUX
74826dc1ea
Support directory output via QgsProcessingParameterFolderDestination
2017-11-04 15:31:21 +01:00
Médéric RIBREUX
b46e969325
Fix indentation
2017-11-04 15:31:21 +01:00
Médéric RIBREUX
d6fb7181aa
Fix layers loading...
2017-11-04 15:31:21 +01:00
Médéric RIBREUX
4b8b6a09c8
Massive conversion
2017-11-04 15:31:21 +01:00
Médéric RIBREUX
5827513c4b
First work on ext mechanism factorisation
2017-11-04 15:31:21 +01:00
Médéric Ribreux
6bf8448bfb
Improve cell size detection and FileDestinationOutput (but not perfect)
2017-11-04 15:31:21 +01:00
Médéric Ribreux
f32bba4456
(WIP) better cellsize suport
2017-11-04 15:31:21 +01:00
Médéric Ribreux
f0da7b0186
Improve MultiLayers and FileDestination support
2017-11-04 15:31:21 +01:00
Médéric Ribreux
9a52e344fd
First working raster algorithm
2017-11-04 15:31:21 +01:00
Médéric Ribreux
483a4b9e8a
First functional version (for single vector inputs/outputs)
2017-11-04 15:31:21 +01:00
Médéric Ribreux
be78153427
(WIP) Grass algorithms can be opened and inputs are treated
2017-11-04 15:31:21 +01:00
Médéric RIBREUX
a676db2c0f
Handle parameters and update description files (WIP)
2017-11-04 15:31:21 +01:00
Médéric Ribreux
733218caca
(WIP) enable Grass7 provider and start to work on QgsProcessing new framework
2017-11-04 15:31:21 +01:00
Nyall Dawson
a658135693
Remove global processing use selection setting
2017-06-06 07:41:20 +10:00
Nyall Dawson
937347582c
Indentation
2017-06-06 07:41:20 +10:00
Nyall Dawson
87fc31d6de
Adapt more python code to new API
2017-06-06 07:41:19 +10:00
Nyall Dawson
ba03f1a13a
Move minimum layer extent calculation to c++
2017-06-06 07:41:19 +10:00
Nyall Dawson
189f804714
Adapt more code to c++ API
2017-06-06 07:41:19 +10:00
Nyall Dawson
ef59d0c454
Port parameter checking to c++
2017-06-06 07:41:19 +10:00