Etienne Trimaille
fb5ca4c010
Flake8 - Check duplicated definitions for python imports and functions
2023-02-03 08:48:03 +10:00
pathmapper
64e001e406
Improve parameter names
...
Adress code review comment:
https://github.com/qgis/QGIS/pull/51522#discussion_r1083693553
2023-01-24 10:08:08 +10:00
pathmapper
f15ef4547b
Add some options for Leaflet html output
2023-01-24 10:08:08 +10:00
Loïc Bartoletti
5e569170c4
Merge pull request #50889 from AlisterH/patch-3
...
Use more universally recognised extensions for world files
2023-01-16 11:13:21 +01:00
Clemens Korner
e1032d541a
Fix : #49145 Distance to nearest hub exception when No destination hubs
2023-01-11 10:25:48 +10:00
pathmapper
111b5a7c6d
Small adjustments
2023-01-09 12:03:50 +10:00
pathmapper
0e533cda96
Make attribution more informative and translatable
2023-01-09 12:03:50 +10:00
pathmapper
9bcce8d9c7
Remove optional Leaflet attribution prefix
2023-01-09 12:03:50 +10:00
pathmapper
361faa9224
Update Leaflet to latest release
2023-01-09 12:03:50 +10:00
Yoann Quenach de Quivillic
1c79b4927d
[feature][console] Add toggle comment action in the python console ( #50341 )
...
Adds a toggle comment action in the Python Console and script editors
2023-01-07 09:27:08 +10:00
Alessandro Pasotti
d7ad954bc5
Merge pull request #51253 from tudorbarascu/selecticon
...
add "Select Within Distance" icon to the Selection Toolbar
2022-12-21 11:56:45 +01:00
Harrissou Sant-anna
d6b5b070d8
Remove unicode string notifier from python files
2022-12-11 08:58:21 +01:00
Nyall Dawson
59332bb40d
[processing] Fix incorrect GDAL raster calc sources for layers when
...
the extent handling option is set
2022-12-08 12:06:02 +10:00
Nyall Dawson
f045fa2420
Followup aa590b7, more tolerant progress matching
2022-11-30 08:14:02 +10:00
Nicolas Godet
aa590b7302
Better handling of GDAL progess report
2022-11-29 09:44:42 +10:00
Nicolas Godet
7b80b30c2a
Fixes #50963 : Index already passed don't call findText
2022-11-24 08:01:47 +10:00
AlisterH
a53a8fea20
accept code formatting suggestion
...
Co-authored-by: Andrea Giudiceandrea <andreaerdna@libero.it>
2022-11-22 13:38:30 +13:00
Loïc Bartoletti
60e2c9874c
Merge pull request #50586 from nicogodet/gdalcalcextent
...
Add user interface for `--extent` gdalcalc option
2022-11-17 09:54:46 +01:00
AlisterH
3ea934a687
Use .wld if original file extension is too short
2022-11-15 21:12:11 +13:00
AlisterH
41d38250be
Use more universally recognised extensions for world files
2022-11-15 19:14:24 +13:00
Nyall Dawson
894a938fff
[processing] Drop unmainted saga provider from QGIS install
...
This provider has not been maintained and does not work with
newer SAGA versions. Users are encouraged to use the 3rd-party
"Processing Saga NextGen" plugin instead.
2022-11-10 17:25:06 +10:00
Tudor Bărăscu
31ab3bfcbc
address review and add QToolBox to group the Processing selects
2022-11-07 18:32:28 +02:00
Tudor Bărăscu
571c3ac5f7
add "Select Within Distance" icon to the Selection Toolbar
2022-10-25 07:56:22 +03:00
Tudor Barascu
627f43b495
Add Icon for "Select within distance" + add it to Vector -> Research Tools menu under "Select by location" ( #50446 )
...
* add Select within distance icon
* add select within distance to Vector -> research Tools Menu
* rework image according to review
* align image to grid
2022-10-25 10:35:02 +07:00
Ondřej Holešovský
854598d3b9
TilesXYZ.py - setTransformContext before rendering
...
Set transform context in QgsMapSettings before rendering tiles in order to respect all the desired CRS transformations configured in QGIS project settings.
2022-10-23 10:41:38 +10:00
Nyall Dawson
c9a2a5efa8
Fix some overlay algorithms output multipoint geometries but
...
output layer is single point, causing insertion errors
Fixes #49456
2022-10-20 13:59:49 +10:00
nicogodet
94c0998d0f
Move all --projwin and --extent checks to getConsoleCommands
2022-10-17 17:53:06 +02:00
nicogodet
c1157fdb67
Tests for --extent gdal_calc option
2022-10-17 14:10:00 +02:00
nicogodet
126f3b0300
Add --extent option to gdal_calc
2022-10-17 13:55:01 +02:00
Even Rouault
ab7feb6e15
[Processing] Fix typo in smoothing parameter name of gdal_grid algorithms
...
The correct spelling is 'smoothing' (two o's): https://github.com/OSGeo/gdal/search?q=smoothing
No match with single o: https://github.com/OSGeo/gdal/search?q=smothing
2022-09-26 12:47:31 +10:00
Germán Carrillo
ca179c55d2
[processing] Add generic option to show feature count for processing vector outputs ( fix #39522 )
2022-08-28 20:08:28 +10:00
Germán Carrillo
e9fd5f1fe5
[processing] Harmonize tags in processing algorithms related to error finding and fixing
2022-08-22 11:16:07 +10:00
Nyall Dawson
9d1fc68c1d
Get remaining processing tests working on newer systems
2022-08-10 16:33:18 +10:00
Nyall Dawson
9f07b782f2
More working processing tests on newer systems
2022-08-10 16:33:18 +10:00
Nyall Dawson
6e6759f482
Fix some more processing tests on newer libraries
2022-08-10 16:33:18 +10:00
Nyall Dawson
7b7d0ba77e
When running hub lines tool in geodesic mode, always drop m/z values
...
Otherwise we end up with geometries full of nan z/m values, which
are problematic and can't be used with newer GDAL versions
2022-08-10 16:33:18 +10:00
Nyall Dawson
44c06b7be4
Get some processing tests passing on newer libraries
2022-08-10 16:33:18 +10:00
Nyall Dawson
53a86528f1
More processing test fixes
2022-08-08 17:50:06 +10:00
Nyall Dawson
4af0e4c1a0
Get some more processing tests working on newer GDAL/GEOS
2022-08-08 17:50:06 +10:00
Zayne Tomlins
3f20c88a62
Fixed lint issue with unit tests
2022-08-01 12:35:58 +10:00
Nyall Dawson
5a6b76abaf
Fix difference algorithm when differencing a point results in
...
a null geometry
Fixes #49291
2022-07-12 11:42:10 +10:00
Thomas Stocker
a3a34e0de0
Enable Journal Wal, increase Timeout use only sqlite transaction ( #49090 )
...
Fixes Multithreading issues with Mbtile Creation on slow disks and or Machines with a lot of threads.
Fixes #47738
2022-06-22 09:50:56 +10:00
Andrea Giudiceandrea
2c807f918b
Add tests for native:setzfromraster with offset
2022-06-18 05:44:28 +10:00
Sandro Santilli
8c18fa28b6
Drop gpkg_metadata_reference_column_name_update trigger generated by GDAL < 2.4.0
...
Presence of this trigger results in QGIS dropping it whenever the file
is opened in read-write mode (as it happens with vector layer is
created from it)
See https://github.com/qgis/QGIS/issues/48937#issuecomment-1152726973
2022-06-11 01:35:14 +02:00
Nyall Dawson
8feb106fd5
Fix processing gui test on newer python versions
2022-05-24 13:21:34 +10:00
Alexander Bruy
0434469dd0
fill in inputs in the Processing batch dialog starting from the first
...
empty row (fix #43869 )
2022-05-19 14:48:13 +10:00
Alexander Bruy
5958b6b06f
correctly restore state of the Processing settings when search text is
...
cleared (fix #34543 )
2022-05-19 13:12:57 +10:00
Jan Caha
061a96a9e7
fix missing bracket
2022-05-07 06:53:08 +10:00
Jan Caha
ab16477158
fix line break
2022-05-07 06:53:08 +10:00
Jan Caha
46dd681fd5
fix widget data reading - i.e. from History
2022-05-07 06:53:08 +10:00