Giovanni Manghi
414807a74f
fix typo
2019-10-26 21:14:37 +10:00
Giovanni Manghi
76bc160612
change v.voronoi description
2019-10-26 21:14:37 +10:00
Giovanni Manghi
0fee816414
fixes again GRASS7 v.voronoi
2019-10-26 21:14:37 +10:00
Juergen E. Fischer
b81d306047
spelling fixes ( closes #32408 )
2019-10-26 10:50:30 +10:00
ThiesVanLoon
93a52b47f7
Bug fix resolving issue 32172
...
The 'upload' parameter value 'to_attr' should not involve a closing bracket
https://github.com/qgis/QGIS/issues/32172
2019-10-09 13:39:34 +02:00
Dimitris Salmas
0a27b7b131
bug fix
...
Bug fix for ERROR: Output distance in meters for lat/lon is only possible with 'metric=geodesic'
2019-08-02 17:08:53 +03:00
Alexander Bruy
e45b62c6af
re-enable some disabled test and fix broken r.describe algorithm
2019-07-16 06:20:23 +10:00
Alexander Bruy
807564a435
[processing] improve handling of the HTML outputs in GRASS provider ( fix #30609 )
2019-07-16 06:20:23 +10:00
Juergen E. Fischer
6bdb259627
translation string fix
2019-06-27 13:58:46 +02:00
Alexander Bruy
53f1acd7bb
[processing] set correct default for r.stream.extract algorithm ( fix #30231 )
2019-06-22 14:39:47 +03:00
Juergen E. Fischer
72af468228
translation string fixes
2019-06-17 09:40:29 +02:00
Alexander Bruy
ab646c4d75
[processing] split r.sun into two algorithms as it has mutually
...
exclusive options (fix #21637 )
2019-05-23 10:13:50 +03:00
Alexander Bruy
88647ff5a6
[processing] use correct parent layer parameter in v.net.distance
...
algorithm (fix #22013 )
2019-05-23 09:45:22 +10:00
Alexander Bruy
bef58ac6a7
[processing] use correct file extension in r.in.lidar.info ( fix #21910 )
2019-05-23 09:44:39 +10:00
Juergen E. Fischer
ac5e945742
translation string fixes
2019-05-20 01:05:56 +02:00
epifanio
841b191ea8
[processing] Add r.geomorphon grass command and module in grass core plugin ( #9625 )
...
* Create r.geomorphon.qgm
* Add files via upload
* Update default.qgc
* Create r.geomorphon.txt
Adding the description file to add the `r.geomorphon` command into `QGIS.Processing.GRASS`
* Update grass7_algorithms_raster_tests.yaml
Adding test for `r.geomorphon`
* fixing wrong spelling
thanks trevis
* Update grass7_algorithms_raster_tests.yaml
adding corrected unit test
* Create r.geomorphon.qgm
* Add files via upload
* Update default.qgc
* Create r.geomorphon.txt
Adding the description file to add the `r.geomorphon` command into `QGIS.Processing.GRASS`
* Update grass7_algorithms_raster_tests.yaml
Adding test for `r.geomorphon`
* fixing wrong spelling
thanks trevis
* Delete CTestCostData.txt
* Delete CTestCostData.txt
* Delete CTestCostData.txt
* Delete CTestCostData.txt
2019-04-27 10:37:43 +02:00
Matthias Kuhn
f26ca3649f
Merge pull request #9649 from NaturalGIS/fix_grass7_v_voronoi_again
...
Fix grass7 v.voronoi again
2019-04-27 10:37:11 +02:00
Juergen E. Fischer
f1dbcc3c53
processing: fix grass' r.quantile parameter ( fixes #21751 )
2019-04-04 16:46:37 +02:00
Giovanni Manghi
53e5216aba
fix the GRASS7 v.voronoi module, added missing file
2019-03-29 01:22:29 +00:00
Giovanni Manghi
213ca55eba
fix the GRASS7 v.voronoi module
2019-03-29 01:22:00 +00:00
Juergen E. Fischer
0c23e94a29
fix translation string
2019-03-23 20:53:31 +01:00
Giovanni Manghi
10a542ebdf
fixes GRASS r.mapcalc tool
2019-03-22 07:29:53 +10:00
Giovanni Manghi
7aa7248b97
Better GRASS r.series description to help workaround a limitation of Processing
2019-03-11 09:22:02 +10:00
AnikaBettge
972e7a474d
Fix default setting for ew_step and ns_step parameter
...
Fix default setting for ew_step and ns_step parameter which must be "none" rather than 1.5 (which leads to wrong default values in GRASS GIS)
2019-03-04 21:00:30 +10:00
AnikaBettge
819f275ba4
Fix default setting for gauss parameter
...
Fix default setting for gauss parameter which must be "none" rather than 0 (which leads to empty maps as gauss=0 is unhelpful)
2019-03-02 06:09:04 +10:00
Alexander Bruy
85e3b2db6e
[processing] fix v.net.report and v.net.nreport
2019-01-31 16:31:35 +02:00
Alexander Bruy
b9f559ee04
[processing] fix broken stdout handling in GRASS algs ( fix #21142 )
2019-01-31 15:54:08 +02:00
Alexander Bruy
bfb60e4dc7
[processing] fix GRASS v.buffer algorithm for case when buffer distance
...
is taken from the field (fix #19377 )
2019-01-24 21:01:12 +02:00
Alexander Bruy
34ec183354
[processing] split v.surf.rst algorithm into two ( fix #19472 )
...
This algorithm cannot output cross-validation results and topographic
parameters simultaneously, hence two tools needed. Thanks to Pedro Venâncio
for finding this and proposing a fix.
2019-01-24 06:45:23 +11:00
Giovanni Manghi
a57fec8714
fix module description file
2019-01-07 10:43:50 +00:00
Giovanni Manghi
10d479929c
fix the module name
2019-01-07 10:14:40 +00:00
Giovanni Manghi
9f3c313830
add missed file
2019-01-07 09:56:59 +00:00
Giovanni Manghi
667a86b075
change the name of the module to match the new name in GRASS 7.4.4
2019-01-07 09:54:27 +00:00
Giovanni Manghi
8e223e630c
added missing *
2018-11-27 13:24:29 +00:00
Giovanni Manghi
d2865983a3
add missing file
2018-11-08 17:40:38 +00:00
Giovanni Manghi
a866d4917c
add GRASS r.mapcalculator, remove r.mapcalc
2018-11-08 17:35:36 +00:00
Giovanni Manghi
90b57ab814
fix GRASS7 r_stats_quantile
2018-10-19 12:46:37 +01:00
Giovanni Manghi
a151debcc1
fix GRASS7 v_cluster tool
2018-10-19 08:34:42 +10:00
Giovanni Manghi
e5e1b9a416
fix the GRASS7 r_contour tool removing the mandatory flag of one of the parameters
2018-10-04 05:52:13 +10:00
Nyall Dawson
961835cd8e
[processing][GRASS] v.decimate zrange should be doubles, not int
2018-09-22 05:26:29 +10:00
Nyall Dawson
7495ec276e
[processing][grass] Fix r.stream.extract definition, resurrect test
2018-08-09 12:32:27 +10:00
Nyall Dawson
e893aae190
[processing][grass] Fix definition of r.watershed, resurrect test
2018-08-09 12:32:27 +10:00
Nyall Dawson
0c24fdb883
[processing][grass] Fix r.sun parameter definition, resurrect test
2018-08-09 12:32:27 +10:00
Nyall Dawson
08a8ea7b72
[processing][grass] Fix v.surf.bspline definition, add test
2018-08-09 12:32:27 +10:00
Nyall Dawson
0e7c31e9e7
[processing][grass] Fix handling of optional file parameters
2018-06-01 11:54:31 +10:00
Nyall Dawson
ae95adba40
[processing][GRASS] Fix r.relief.scaling has inverted min/max values for altitude and azimuth parameters
...
Fixes #19076
2018-06-01 09:36:24 +10:00
matteo
b44ce1e883
[processing] fix wrong parameter GRASS
2018-05-19 08:12:40 +10:00
Nyall Dawson
fe93993ab8
Fix typo
2018-05-17 08:50:39 +10:00
C
d99155f3f0
Added missing r.fill.stats processing description file.
2018-05-03 09:59:23 +10:00
Nyall Dawson
20bbef3800
[processing][grass] Fix broken r.lake algorithm
2018-04-10 09:57:58 +10:00