Benoît Blanc
83a15538e9
Add description for gdal:convertformat in short help string
2021-12-09 13:01:00 +10:00
Benoît Blanc
03d495c31c
Rename parameter to convert all layers
2021-12-09 13:01:00 +10:00
Benoît Blanc
495af5a724
Add parameter to skip layername in gdal:convertformat
2021-12-09 13:01:00 +10:00
Andrea Giudiceandrea
c72f377cbe
[processing] add missing algs descriptions in qgis.yaml
2021-12-03 06:19:04 +10:00
Andrea Giudiceandrea
da344065c6
[processing] remove useless algs descriptions from qgis.yaml
2021-12-03 06:19:04 +10:00
Andrea Giudiceandrea
8cbf5ec7cb
[processing] Fix "Select by expression" help string
...
removing the link to the user manual online
2021-12-02 09:36:14 +10:00
Alexander Bruy
eb5bce67e9
[processing] fix order of command line arguments in gdal_polygonize ( fix #46045 )
2021-11-16 07:12:14 +11:00
Clemens Raffler
4c2e96aad4
[feature] Port Export to PostgreSQL algorithm to C++
2021-11-11 08:10:36 +10:00
Alexander Bruy
16d2eb276d
[processing] multidirectional and combined shading options are mutually
...
exclusive (fix #45957 )
2021-11-10 08:06:39 +11:00
Harrissou Sant-anna
ab42fbbda6
Relabel the geometric predicate option
...
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
2021-11-05 09:51:27 +11:00
Harrissou Sant-anna
7a2ae423ed
Relabel "join by location..." algorithms inputs
2021-11-05 09:51:27 +11:00
Harrissou Sant-anna
ffec1cc138
Fix some labels ( #45549 )
...
* [needs-docs] Correct name for mesh calculator output
* [needs-docs] Use same label for input layer
as in the "join attributes by location" alg
2021-10-19 08:21:40 +02:00
nicogodet
f6e20c3e0b
fix tiny mistakes
2021-10-07 08:31:54 +10:00
PeterPetrik
0150ab8708
fix #41870 force UTF-8 encoding for prj files
2021-10-06 06:10:30 +10:00
Andrea Giudiceandrea
44744e2679
[processing] Fix NODATA parameters in GDAL Merge alg
...
Set NODATA_INPUT and NODATA_OUTPUT as QgsProcessingParameterNumber.Double parameters, instead of QgsProcessingParameterNumber.Integer
2021-09-11 06:15:47 +10:00
Nyall Dawson
4f56a42275
Fix processing algs
2021-08-04 09:54:32 +10:00
Alexander Bruy
82ad2051e6
fix file permissions
...
remove duplicated short help file
2021-06-21 07:17:36 +03:00
Alexander Bruy
12f012eb20
fix rebase conflict
2021-06-21 07:17:36 +03:00
Alexander Bruy
cfc093d0e9
separate otb provider into a plugin
2021-06-21 07:17:36 +03:00
Alexander Bruy
cbe1a472ca
add missed plugin files
...
fix CMakeLists.txt
2021-06-21 07:17:36 +03:00
Alexander Bruy
a62fd8c7cd
separate processing grass provider into a plugin
2021-06-21 07:17:35 +03:00
Alexander Bruy
0c3f57fb86
fix CMakeLists and imports
2021-06-21 07:17:35 +03:00
Alexander Bruy
277b71a0a6
make SAGA provider independent plugin
2021-06-21 07:17:35 +03:00
nicogodet
8a0212e695
Create r_neighbors.py
2021-06-14 09:42:34 +02:00
nicogodet
9d44ebee30
Update neighborhood size name
2021-06-14 09:08:10 +02:00
Andrea Giudiceandrea
57326cbb20
[processing][grass] Fix r.proj in Windows
...
Properly escape the equal sign in the for /f command and fix a typo in the variable name
2021-06-03 23:54:37 +02:00
AlisterH
c1c068b28b
Add tags for gdal_edit processing algorithm ( #43484 )
2021-06-03 07:03:23 +10:00
franc
a5402f74a7
[bugfix][ui][rastercalculator] commit for disabling translation for operators in raster calculator
...
fixes #42441
changed two files, unchecked the option for translation for the operators button of the calculator
2021-06-02 16:40:46 +02:00
Paulo van Breugel
643b42277a
Update r.clump.txt
...
Add missing threshold parameter. It sets a threshold to identify similar cells. Floating number, valid range: 0 = identical to < 1 = maximal difference. Default: 0
2021-05-21 08:46:32 +10: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
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
Andrea Giudiceandrea
e11b7f0230
[processing][gdal] Fix parsing of creation options for Roughness alg
2021-03-16 11:36:09 +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
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
Andrea Giudiceandrea
d43245c6ac
[processing] Fix sort order of output raster extensions list
...
to make it easier to find the extension in the long list of available extensions in the "Save to File" window of the GDAL provider algorithms
2021-02-25 07:49:02 +01:00
Andrea Giudiceandrea
91c8b23e90
[processing] Fix GdalUtils getSupportedRasters()
...
in order to correctly retrieve multiple extensions from GDAL drivers metadata DMD_EXTENSIONS instead of DMD_EXTENSION. See https://gdal.org/development/rfc/rfc46_gdal_ogr_unification.html#drivers-and-driver-registration
2021-02-25 07:36:19 +01:00
Andrea Giudiceandrea
ae097d41c7
[processing] Fix GDAL supported output raster extensions
...
Fix GdalAlgorithmProvider supportedOutputRasterLayerExtensions(self) in order to correctly return GdalUtils.getSupportedOutputRasterExtensions() instead of GdalUtils.getSupportedRasterExtensions()
2021-02-25 07:18:41 +01:00
Nyall Dawson
e11801d34e
Require Proj version 6 or later, drop old proj 4 compatibility code
2021-02-23 12:47:04 +10:00
Juergen E. Fischer
61b6cc21e8
followup 570972b227075335f2b4a6ca2d5e6cb00330a0f6
2021-02-21 19:26:44 +01:00