8296 Commits

Author SHA1 Message Date
Alexander Bruy
5e8e2a663e add short help 2021-06-21 07:17:35 +03:00
Alexander Bruy
4248cf98d9 provider enabled/disabled by activating/deactivating plugin 2021-06-21 07:17:35 +03:00
Alexander Bruy
86d4d8c469 fix settings removal 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
fffc5cce81 add metadata 2021-06-21 07:17:35 +03:00
Alexander Bruy
677849c375 add plugin files 2021-06-21 07:17:35 +03:00
Alexander Bruy
277b71a0a6 make SAGA provider independent plugin 2021-06-21 07:17:35 +03:00
Alexander Bruy
cc416282d3
Merge pull request #43720 from nicogodet/patch-1
Add odd integer constraint on neighborhood size in r.neighbors
2021-06-17 06:22:53 +03:00
Nyall Dawson
3ae96253de [processing] Fix use of data defined parameter values when editing
features in place

Fixes #43758
2021-06-17 13:18:12 +10:00
nicogodet
b265e20bd6 add test for odd integer for neighborhood size parameter 2021-06-16 16:58:59 +02:00
nicogodet
21ed71aac9 fix test 2021-06-15 09:44:55 +02:00
nicogodet
bb3d9ad973 add test 2021-06-15 08:40:17 +02: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
Nyall Dawson
cbe2678e34 [processing] Fix broken execution of models via browser/drag and drop
Fixes #43698
Fixes #42181
2021-06-14 15:02:54 +10:00
Nyall Dawson
3cf9083743 Don't assume that owslib >= 0.20 is available
Fixes #38074
2021-06-11 06:17:10 +10:00
Nyall Dawson
e70cf8da27 Fix zonal statistics does not correctly handle coordinate transforms
Fixes #26858
2021-06-11 06:16:53 +10:00
Andrea Giudiceandrea
7d57aeef22
Add test for GRASS r.proj alg 2021-06-04 16:52:57 +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
nicogodet
2e5e6264bf fix auto populating when input param is QgsProcessingParameterMapLayer 2021-06-02 07:14:30 +10:00
Nyall Dawson
61ac64c5a1 [processing] Python entry in history dialog should be processing.run
line, not processing.execAlgorithmDialog

We want this line to be copy/pastable into a script which executes
the algorithm without user interaction, same as QGIS <= 3.18

Followup https://github.com/qgis/QGIS/pull/42541
2021-05-28 14:34:20 +10: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
rldhont
5586d4c6e9 [Processing] Fix specific exception type in getParameterFromString 2021-05-13 06:51:29 +10:00
rldhont
943acfd344 [Processing] Fix getParameterFromString to get Vector Layer data types like Feature Source
In Processing parameter description QgsProcessingParameterVectorLayer multi data types does not work as QgsProcessingParameterFeatureSource.
2021-05-13 06:51:29 +10:00
rldhont
bb5871c8c6 [Processing][Test] QgsProcessingParameterVectorLayer description string - Deactivated tests
QgsProcessingParameterVectorLayer multi data types does not work as QgsProcessingParameterFeatureSource
2021-05-07 08:41:51 +10:00
rldhont
cde42b8bab [Processing][Test] QgsProcessingParameterRasterLayer description string 2021-05-07 08:41:51 +10:00
rldhont
9438291a11 [Processing][Test] QgsProcessingParameterVectorLayer description string 2021-05-07 08:41:51 +10:00
rldhont
873307fa06 [Processing][Test] QgsProcessingParameterFeatureSource description string 2021-05-07 08:41:51 +10:00
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