46 Commits

Author SHA1 Message Date
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
Brendan
2648667b59 updated parameters for r.sim.sediment 2022-10-21 19:06:29 +10:00
Loïc Bartoletti
30d0c467fc
Merge pull request #50265 from nicogodet/fix-50238
Fix output process of r.horizon
2022-09-26 12:19:43 +02:00
Loïc Bartoletti
7c94e1f228
Add a coment to GRASS logic 2022-09-26 09:35:57 +02:00
Loïc Bartoletti
db2464977c
Merge pull request #49226 from Kanahiro/fix/grass7-unicodeerror
Fix GRASS7/SAGA UnicodeDecodeError in QGIS of Windows-Japanese or others
2022-09-26 07:56:30 +02:00
nicogodet
d3434fbfc9 More robust output process
Co-Authored-By: Andrea Giudiceandrea <16253859+agiudiceandrea@users.noreply.github.com>
2022-09-22 08:35:48 +02:00
nicogodet
720d24e1a1 typo & flake8 2022-09-20 16:47:03 +02:00
nicogodet
a4bf4afea2 Fix output process of r.horizon 2022-09-20 16:38:41 +02:00
Kanahiro
e3a89bf794 lint 2022-08-14 00:29:29 +09:00
Kanahiro
4a2a5b2904 Merge branch 'fix/grass7-unicodeerror' of github.com:Kanahiro/QGIS into fix/grass7-unicodeerror 2022-08-14 00:26:16 +09:00
Kanahiro
d442230bd0 wrap stdout decode in saga, improve docstr 2022-08-14 00:25:38 +09:00
Nyall Dawson
f361ad2df8 Get some more processing tests passing on newer grass 2022-08-08 17:50:06 +10:00
Loïc Bartoletti
3908efb4ba
Use expect UnicodeDecodeError
Avoid too broad exception

Co-authored-by: nicogodet <39594821+nicogodet@users.noreply.github.com>
2022-07-20 07:38:53 +02:00
Kanahiro
b417842d38 change replace char to empty 2022-07-20 13:03:57 +09:00
Kanahiro
563767971e lint 2022-07-03 14:29:15 +09:00
Kanahiro
a632932b09 wrap decode stdout with try-except 2022-07-03 14:17:55 +09:00
Kanahiro
2b2f0eb642 wrap decode stdout with try-except 2022-07-03 13:59:25 +09: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
Alexander Bruy
a5baaf3ef8 [processing] reword error messages about missing GRASS (fix #46052) 2022-02-03 20:51:34 +10:00
Juergen E. Fischer
ac7638238d detect grass 8 in processing provider 2022-02-02 17:58:07 +01:00
Nyall Dawson
65287ee4f7 In saga/grass/otb processing plugin tests, only load the provider
being tested instead of every provider
2022-02-01 18:14:48 +10:00
AlisterH
a56d9398c0
Update r.water.outlet.txt
to tell the user what kind of input raster is needed
2022-01-26 09:22:41 +13:00
Loïc Bartoletti
548d59b365
Merge pull request #45194 from nicogodet/fix-vrectify
Fix v.rectify
2021-10-13 08:41:00 +02:00
PeterPetrik
0150ab8708 fix #41870 force UTF-8 encoding for prj files 2021-10-06 06:10:30 +10:00
nicogodet
263b6a5689 Add test on inline_points parameter 2021-09-28 14:28:54 +02:00
nicogodet
393608ced0 Add test 2021-09-24 17:44:20 +02:00
Alexander Bruy
1e2bb8e053 fix tests 2021-09-24 08:24:31 +10:00
BergWerkGIS
82b2f2745c add tests 2021-09-24 08:24:31 +10:00
BergWerkGIS
fd3143ce23 add expected fixtures 2021-09-24 08:24:31 +10:00
BergWerkGIS
6c45715345 add cost columns to test network 2021-09-24 08:24:31 +10:00
BergWerkGIS
38ac086670 mark 'method' parameter as optional 2021-09-24 08:24:31 +10:00
BergWerkGIS
b55db15f85 Processing: v.net.alloc add 'method' parameter 2021-09-24 08:24:31 +10:00
nicogodet
49ce6fcea6 fix variable 2021-09-22 08:37:48 +02:00
nicogodet
f196c1a617 Do not delete outputs of alg 2021-09-22 08:37:20 +02:00
Alexander Bruy
3a082f5738 tests for r.path algorithms 2021-09-08 07:26:15 +10:00
Giovanni Manghi
e3a159f102 make parameters mandatory 2021-09-08 07:26:15 +10:00
Giovanni Manghi
91b1d2e98e split tool 2021-09-08 07:26:15 +10:00
Giovanni Manghi
dfc2d7408b add GRASS r.path 2021-09-08 07:26:15 +10:00
Nyall Dawson
bcf964aac5 [processing] Fix evaluation of empty file names for file parameters
in test suite
2021-08-02 12:17:59 +10:00
Alexander Bruy
a0945cfdfe tests for GRASS provider 2021-06-21 07:17:36 +03:00
Alexander Bruy
e1cf15cafd re-add run-time profiling
be friendly to qgis_process
2021-06-21 07:17:36 +03:00
Alexander Bruy
90521e660d avoid bare 'except' 2021-06-21 07:17:36 +03:00
Alexander Bruy
12f012eb20 fix rebase conflict 2021-06-21 07:17:36 +03:00
Alexander Bruy
d7faf9c1aa provider enabled/disabled via Plugin Manager 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