rldhont
ed37c049f4
[Processing][Test] QgsProcessingParameterFileDestination description string
2021-05-04 15:01:03 +02:00
rldhont
a30f5fe2d4
[Processing][Test] QgsProcessingParameterFolderDestination description string
2021-05-04 15:01:03 +02:00
rldhont
59ab80bb32
[Processing][Test] QgsProcessingParameterRasterDestination description string
2021-05-04 15:01:03 +02:00
rldhont
13bb8627da
[Processing][Test] QgsProcessingParameterVectorDestination description string
2021-05-04 15:01:03 +02:00
rldhont
bb57221f9c
[Processing][Test] QgsProcessingParameterFile description string
2021-05-04 15:01:03 +02:00
Nyall Dawson
f093c17ac7
Update python/plugins/processing/tests/ParametersTest.py
2021-05-04 10:09:47 +10:00
rldhont
d8188ec238
fix number
2021-05-04 10:09:47 +10:00
rldhont
6a3fad81ea
Tests QgsProcessingParameterExtent
2021-05-04 10:09:47 +10:00
rldhont
8d232b247b
Tests QgsProcessingParameterCrs
2021-05-04 10:09:47 +10:00
rldhont
2754f829dd
Tests QgsProcessingParameterBoolean
2021-05-04 10:09:47 +10:00
rldhont
08947d7ba0
Fix number
2021-05-04 10:09:47 +10:00
rldhont
44a5c97324
Tests QgsProcessingParameterNumber
2021-05-04 10:09:47 +10:00
rldhont
7b97bd9ad2
fix lint
2021-05-04 10:09:47 +10:00
rldhont
b32a9ea46f
[Tests][Processing] Add getParameterFromString tests
...
The Procesing plugins provide a method to get parameter from string.
The string can be based on the QGIS parameter `asScriptCode` / `fromScriptCode` string definition or
on the QGIS definitions used in description file.
2021-05-04 10:09:47 +10:00
David Marteau
467dd26de0
Fix 'mkdir' in python processing tools
2021-04-28 11:26:39 +02:00
Andrea Giudiceandrea
ca22c474c3
[MetaSearch] Allow to delete username and password
2021-04-27 14:11:12 +10:00
Andrea Giudiceandrea
828638f661
[DB Manager] Fix No Geometry tables
...
Avoid to add a nonexistent 'geometry' field to the fields list of No Geometry tables.
2021-04-23 08:25:14 +02:00
Andrea Giudiceandrea
2538612a21
[DB Manager] Fix recognition of project layers with Z/M…
...
…or CurvePolygon/MultyCurve/... geometry types as spatial layers.
2021-04-23 08:14:57 +02:00
Matthias Kuhn
6a83a2f676
Replace fstring
2021-04-21 07:01:44 +02:00
Matthias Kuhn
0073ab76e8
Add safety check for field name in StatisticsByCategories
...
So far we would only get a KeyError for -1
2021-04-20 15:13:24 +02:00
Tom Kralidis
2a5fd3d3b7
[MetaSearch] mask password when opening connection properties dialog ( #42760 ) ( #42767 )
2021-04-17 09:41:38 -04:00
nirvn
026b8416ae
[processing] Regroup executed algorithms under meaningful groups in the history dialog
2021-04-03 20:46:02 -07:00
nirvn
410f4d024f
Add test, fix issue raised by test
2021-03-31 11:50:23 +07:00
David Marteau
9eb172aa8e
Add multipart option for processing geometry parameter
2021-03-31 08:59:20 +10:00
nirvn
edaf49c1f5
[processing] Add a help string to tell users what they can do in the history dialog
2021-03-29 15:06:49 +07:00
nirvn
7b66ba8291
[processing] Use algorithm icon and friendly display names in the history dialog
2021-03-29 15:06:48 +07:00
nirvn
fb2240ecac
[processing] Properly style the history dialog's python command string
2021-03-29 14:03:29 +07:00
Andrea Giudiceandrea
57f589dd36
[dbmanager] Fix deprecation warning
...
Replace deprecated QgsCodeEditor setMarginVisible() with setLineNumbersVisible() for SQL dialog windows
2021-03-29 08:18:39 +10:00
Denis Rouzaud
cf1ffdaaa1
Merge pull request #42376 from troopa81/fix_oracle_ci
...
Split CI providers test
2021-03-26 10:51:10 +01:00
nicogodet
bf9efccff2
Fix GDAL overwrite and some minor fixes ( #42447 )
...
Automatically overwrite files in some gdal algorithms, in order to match the behavior of other processing algorithms which automatically overwrite existing files
Fixes #42248
2021-03-25 09:17:41 +10:00
Nyall Dawson
286fd207c4
[processing][saga] Fix misleading 'layer could not be generated' error
...
after running algorithms which create raster files
2021-03-24 14:21:44 +10:00
Julien Cabieces
1821d7af47
Run providers tests in different CI jobs
2021-03-23 10:53:38 +01:00
Marco Bernasocchi
60f788c91d
Allow loading GPKG layers with GEOMETRY type ( #42253 )
2021-03-16 15:58:55 +01:00
Harrissou Sant-anna
6e20ee86ae
Use correct spelling for qgsProcessingException class
...
Fix typo
2021-03-16 04:49:35 +01:00
Andrea Giudiceandrea
e11b7f0230
[processing][gdal] Fix parsing of creation options for Roughness alg
2021-03-16 11:36:09 +10:00
Nyall Dawson
8240788799
[processing] When an algorithm is run in place through the 'ef' locator
...
filter, ensure the progress bar is removed when the algorithm
finishes
Otherwise it hangs around in the message bar until it's manually
dismissed, unlike the behavior when you run an in-place operation
through the toolbox.
2021-03-16 10:44:40 +10:00
Nyall Dawson
35a781d441
[processing] Fix misleading "cancel" label shown for "close" button
...
This button isn't a cancel button - it just closes the dialog, and
doesn't abort any changes which have already been made as a result
of running the algorithm through the dialog.
2021-03-16 10:20:53 +10:00
Nyall Dawson
1040fe8705
Don't silently swallow exceptions in python context managers
...
Notably this causes processing modules to silently fail to load
without any warnings if the required dependancies (such as pyscopg2)
are not installed
2021-03-04 07:39:47 +10:00
talledodiego
0e6ffc7045
[gdal] rasterize - Include the possibility to use Z of feature to extract burn values
2021-03-03 11:16:13 +10:00
Nyall Dawson
7e5b6dde2f
Loosen test precision following Geographiclib area calculation switch
2021-02-27 13:15:22 +10:00
Nyall Dawson
2cbffdd9bc
[processing][gdal] Partially revert 570972b22707533
...
- gdal_calc command is gdal_calc.py, not gdal_calc
- commandName() method is used for more than just the command line
generation, so move extension handling to getConsoleCommands() only
2021-02-27 11:43:40 +10:00
Nyall Dawson
fe566bcc09
Merge pull request #41847 from nyalldawson/fix_41839
...
Fix many issues in gdal algs...
2021-02-27 09:34:39 +10:00
Nyall Dawson
6a7e4c133e
[processing][gdal] Fix escaping of connection string in OGR to postgis
...
alg
Fixes #41839
2021-02-26 12:05:53 +10:00
Nyall Dawson
964431a0cc
[processing][gdal] Fix SQL command in points along lines algorithm
2021-02-26 12:05:41 +10:00
Nyall Dawson
c5dd8714a8
[processing] Fix escaping of srcnodata argument in Build Virtual Raster
...
alg
2021-02-26 12:02:59 +10:00
Nyall Dawson
33b0dbe761
[processing][gdal] Fix escaping of delimiter parameter in retile
...
algorithm
2021-02-26 11:50:51 +10:00
Nyall Dawson
0a6436402d
[processing][gdal] Don't insert 'temporary file' strings in command for non-specified optional outputs
2021-02-26 11:47:37 +10:00
Nyall Dawson
ea113cbf4a
[processing][gdal] ";" characters must be escaped when running gdal
...
commands
2021-02-26 11:30:49 +10:00
Nyall Dawson
d6a706a817
Merge pull request #41814 from agiudiceandrea/fix-gdalprovider-outputrasterext
...
[processing] Fix output raster extensions list for GdalAlgorithmProvider
2021-02-26 10:19:11 +10:00
Alexander Bruy
acd627e913
[processing] add r.quantile algorithm with plain text output which can
...
be directly used as input for r.recode
2021-02-25 10:05:01 +02:00