Andrea Giudiceandrea
cc53e8a6ef
[processing][gui] Fix InterpolationDataWidget
...
Fix initialisation of "Use Z-coordinate for interpolation" checkbox
2025-02-05 09:30:15 +10:00
Nyall Dawson
fa1bae1a4f
Adapt tests for proj 8.2 results
2025-02-05 06:15:05 +10:00
Mathieu Pellerin
b4b2dfdd21
Address review
2025-01-30 08:47:29 +10:00
Alexander Bruy
4776478354
update expected raster hashes
2025-01-30 08:46:28 +10:00
Mathieu Pellerin
f2289c83f1
[processing] Fix feature iteration against a model ( fixes #60131 )
2025-01-28 12:06:36 +10:00
Alexander Bruy
59640d9fd6
fix QKeySequence use in DBManager in Qt6 builds
2025-01-28 08:37:16 +10:00
Alexander Bruy
5c67214a4d
make use of QKeySququence in Processing script editor compatible with
...
PyQt6 (fix #60063 )
2025-01-28 08:37:16 +10:00
Jan Caha
374f2a0e59
tests for postgreraster provider in grass algorithms
2025-01-08 17:46:21 +01:00
Jan Caha
63524b16e7
fix postgresraster provider in grass algorithm r.in.gdal
2025-01-08 13:02:30 +01:00
Even Rouault
eba8d20210
Merge pull request #60043 from pathmapper/inspire_protocol_values
...
[metasearch] Add INSPIRE protocol values
2025-01-07 01:16:20 +01:00
Andrea Giudiceandrea
b3a7f06465
[MetaSearch] Allow the user to enable or disable the logging of the debug messages ( #60049 )
...
* [metasearch] Add setting to enable/disable debug logging
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-01-05 18:41:24 -05:00
pathmapper
0469a27e6b
[metasearch] Add INSPIRE protocol values
...
Source: https://inspire.ec.europa.eu/metadata-codelist/ProtocolValue
2025-01-03 07:10:57 +01:00
Andrea Giudiceandrea
2d70b7afa2
[processing][grass] Fix v.mkgrid
...
Use parameter "type" instead of flag "-p" and add missing "-a" flag
2024-12-23 08:33:03 +09:00
Nyall Dawson
c1809728ff
Fix regex
2024-12-18 15:04:49 +10:00
Nyall Dawson
787f8072d1
Enable test which passes now
2024-12-18 13:20:52 +10:00
Nyall Dawson
d3df8c13cb
Only run i.smap , i.maxlik tests on older GRASS
...
Newer ones have the raster paths hardcoded into
the signature file, and we can't handle that currently
in the test suite
2024-12-18 13:20:52 +10:00
Nyall Dawson
6aa594dcb6
Allow skipping tests by grass version
2024-12-18 13:20:52 +10:00
Nyall Dawson
67a67c30e9
Resync grass plugin algorithm test base file
2024-12-18 13:20:52 +10:00
Nyall Dawson
49f9cfb358
Adapt some grass tests to account for formats used in newer GRASS versions
2024-12-18 13:20:52 +10:00
Andrea Giudiceandrea
d7e819de38
[Modeler] Fix algorithms help URL
2024-12-17 02:33:45 +01:00
Nyall Dawson
a9a74e9aed
Fix heatmap algorithm on qt6
2024-12-15 09:10:18 +10:00
Nyall Dawson
3d2f37a756
Fix test which was never working, but just skipped on CI because too old GDAL
2024-12-14 10:22:12 +10:00
Nyall Dawson
05c269d61d
Fix test on newer GEOS versions
2024-12-14 10:22:12 +10:00
Nyall Dawson
27253e1c21
Fix test on newer python
2024-12-13 13:54:19 +10:00
Jan Caha
b463e7c813
fix error where table comment was not updated on second open of "Table Properties" window
2024-12-13 09:37:33 +10:00
Jan Caha
330c03dccc
edit QLineEdit to QTextEdit
2024-12-13 09:37:33 +10:00
Harrissou Sant-anna
3ff6ca6556
Remove optional flag next to Processing algs Boolean parameters - fixes #59794
2024-12-12 09:40:29 +10:00
Jan Caha
f593da593a
New Algorithm - Mesh Surface to Polygon ( #58941 )
...
* new algorithm
* update feedback
* allow cancel during mesh face processing
* allow cancel during mesh faces processing
* fix file names
* fix the speed of the algorithm
* drop not needed imports
* fix issues
* more readable
* add mesh layer
* test case
* simplify to avoid warning
* fix issue
* fix data call
* fix call
* fix expected data
* handle meshes with holes
* add test case
* merge from master
* Update src/analysis/processing/qgsalgorithmmeshsurfacetopolygon.cpp
fix translation
Co-authored-by: Stefanos Natsis <uclaros@gmail.com>
* Update src/analysis/processing/qgsalgorithmmeshsurfacetopolygon.cpp
fix translation
Co-authored-by: Stefanos Natsis <uclaros@gmail.com>
* Update src/analysis/processing/qgsalgorithmmeshsurfacetopolygon.cpp
fix translation
Co-authored-by: Stefanos Natsis <uclaros@gmail.com>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fix translation
* typo
* clone
* delete to avoid memory leak
---------
Co-authored-by: Stefanos Natsis <uclaros@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-12-11 16:04:48 +02:00
Etienne Trimaille
6f4304bc0e
Review the Processing script template : add annotations, remove self.tr
2024-12-11 10:59:00 +10:00
Florian Neukirchen
c763cf0cea
Use createExpressionContext() to create context in a cleaner and safer way as suggested
...
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
2024-12-10 06:45:43 +10:00
Florian Neukirchen
7b238cc931
Remove != "" as suggested in code review
...
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
2024-12-10 06:45:43 +10:00
pre-commit-ci[bot]
4129a71797
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-12-10 06:45:43 +10:00
Florian Neukirchen
d552495eba
Optional hover text from a expression
2024-12-10 06:45:43 +10:00
Nyall Dawson
c33b4e67dc
Fix exception when loading processing plugin on Qt 6 builds on KDE
...
Something internal in KDE itself adds child QObjects to menus, so the
code which tries to find the last action in the menu fails and returns
a QObject instead of a QAction, leading to an exception in the
insertAction call.
This is all too fragile anyway, so avoid it by:
- Just creating the models menu directly in the ui
- Exposing this via interface for use in the processing plugin
Now there's no risk of this code breaking in future if the Project
menu is re-arranged.
2024-12-06 19:20:05 +10:00
Even Rouault
5665665712
Fix CMake 3.31 warnings
2024-12-04 06:50:16 +10:00
Denis Rouzaud
0f032e5f2d
run pre-commit on all files
2024-11-29 15:38:02 +01:00
Nyall Dawson
c6da4345ef
Update python/plugins/processing/algs/qgis/VectorLayerScatterplot3D.py
2024-11-29 11:19:46 +10:00
Florian Neukirchen
6a10b141d0
Add comment as suggested in code review
2024-11-29 11:19:46 +10:00
Florian Neukirchen
3b22009b1a
Change strings as suggested in code review part 2
2024-11-29 11:19:46 +10:00
Florian Neukirchen
e6bfc5ab1e
Change strings as suggested in code review
2024-11-29 11:19:46 +10:00
Florian Neukirchen
b719b09c5e
Allow to show no axis titles by entering a single space
2024-11-29 11:19:46 +10:00
Florian Neukirchen
532b52dcfd
Remove blank line
2024-11-29 11:19:46 +10:00
Florian Neukirchen
f75386909d
Axis titles default to the names of the field instead of not showing axis titles
2024-11-29 11:19:46 +10:00
Florian Neukirchen
6fa5bcec3a
Was setting the wrong axis titles to None
2024-11-29 11:19:46 +10:00
Florian Neukirchen
4fe35b2236
Add title, axis titles and option for log axis to Vector layer Scatterplot
2024-11-29 11:19:46 +10:00
Florian Neukirchen
9e29495462
Add title and axis titles to Vector layer Scatterplot3D
2024-11-29 11:19:46 +10:00
Florian Neukirchen
eb85601c44
Parameter value must be numeric
2024-11-29 11:19:46 +10:00
Florian Neukirchen
236007ef3f
Add title, xaxis_title, yaxis_title to BoxPlot
2024-11-29 11:19:46 +10:00
Florian Neukirchen
e921e5caf0
Add title, xaxis_title, yaxis_title to BarPlot
2024-11-29 11:19:46 +10:00
AlisterH
7726067f87
Update Datasources2Vrt.py
...
Remove out-of-date statement from help.
2024-11-26 09:09:13 +10:00