557 Commits

Author SHA1 Message Date
Alexander Bruy
908a380241 [processing] fix deprecation warnings 2016-01-20 16:39:13 +02:00
volaya
014b69647a [processing] removed redundant code 2016-01-19 12:35:00 +01:00
Alexander Bruy
75926f52aa [processing] include GRASS path in the error message to make it more informative (fix #13188) 2016-01-18 12:17:55 +02:00
Juergen E. Fischer
e290c985f7 translation string fix 2016-01-14 12:19:41 +01:00
Alexander Bruy
9551ca7ca8 Merge pull request #2628 from medspx/work_vnet_processing
[Feature][Processing] GRASS v.net modules
2016-01-13 14:49:53 +02:00
Alexander Bruy
3a514269ea [processing] remove nviz algorithm from modeller (fix #9107) 2016-01-12 20:24:55 +02:00
Alexander Bruy
04542a900a [processing] allow multiple threshold values for GRASS v.clean.advanced algorithm (fix #13748) 2016-01-12 20:24:55 +02:00
Médéric RIBREUX
89a1ad5ede Fix indentation problem (as usual) 2016-01-09 18:01:27 +01:00
Médéric RIBREUX
85b87d5d5c Non variable output version. Adds:
* v.net.arcs for v.net 'arcs' operation.
* v.net.articulation for v.net.brdige 'articulation' method.
* v.net.connect for v.net 'connect' operation.
* v.net.nodes for v.net 'nodes' operation.
* v.net.nreport for v.net 'nreport' operation.
* v.net.report for v.net 'report operation.
* Some code simplification.
2016-01-09 16:31:36 +01:00
volaya
62302377db [processing] UI/UX improvements
Related to QEP #19

Some algorithm description provided by Frank Sokolic
2016-01-08 08:27:22 +01:00
Médéric RIBREUX
14a6115ee2 Fix indentation (one more time) 2016-01-02 16:48:21 +01:00
Médéric RIBREUX
d6fbe93f0a Fix indendation problems (as usual)... 2016-01-02 16:14:41 +01:00
Médéric Ribreux
af01652650 [Feature][Processing] GRASS v.net modules 2016-01-02 14:31:56 +01:00
Giovanni Manghi
77451f962c fix processing GRASS 7 v.out.ogr 2015-10-25 17:08:37 +00:00
volaya
455089025e added option to add hardcoded params to GRASS algorithms 2015-10-24 21:18:14 +02:00
volaya
2f9db5adef [processing] fixed handling output html files in grass 7 2015-10-14 13:24:16 +02:00
Paolo Cavallini
c41852649c Merge pull request #2369 from neteler/patch-73
Update to GRASS GIS 7.0.x
2015-10-14 07:19:05 +02:00
Markus Neteler
cfdf5cf609 Update to GRASS GIS 7.0.x 2015-10-13 22:12:59 +02:00
Markus Neteler
47565a949f Update to GRASS GIS 7.0.x 2015-10-13 22:12:54 +02:00
volaya
87d8a12e79 [processing] GRASS: prevent exception when deleting GISBASE env variable 2015-10-01 09:57:45 +02:00
Giovanni Manghi
8b17e8b50c fix grass7 v.sample 2015-09-28 18:08:13 +01:00
Juergen E. Fischer
b39055b39c indentation update (now including autopep8) 2015-08-22 14:29:41 +02:00
Markus Neteler
424d3d337e Update Grass7Utils.py
In batchjob, use GRASS_MESSAGE_FORMAT=plain
2015-08-20 10:36:22 +02:00
Juergen E. Fischer
d2282a77c7 processing: when using batch jobs remove GISBASE from environment when calling GRASS (fixes #13072) 2015-08-20 01:10:43 +02:00
Matthias Kuhn
9fc1b48bf3 Replace str() with unicode() and some PEP 8 2015-08-16 20:58:43 +02:00
volaya
2a14ffd281 [processing]fixes for grass7
processAlgorithm method was actually not being called when running a grass7 algorithm
2015-08-06 14:47:58 +02:00
Juergen E. Fischer
b165875fa6 spelling fixes 2015-07-26 14:39:30 +02:00
Juergen E. Fischer
66a3d02240 integrate processing into update_ts.sh (also includes all translations
in the repository and none outside of it).
2015-07-26 04:28:37 +02:00
volaya
b80a1bcac5 [processing] fixed handling of folders and files in settings
fixes #12511
2015-06-26 12:00:02 +02:00
volaya
a842d47512 [processing] fixed text and html output in GRASS algorithms
This changes the way text outputs are handled.
Now the output of the command is piped to a file, and with that file, the raw and HTML outputs are generated.

More formatting for the HTML file should be added in the future, since it is now rather basic

fixes #6379
2015-06-23 13:32:16 +02:00
Giovanni Manghi
72c56dffdb fix grass7 r.drain non mandatory parameter 2015-06-19 12:16:49 +01:00
alexbruy
3ab1230bac Merge pull request #2110 from NaturalGIS/fix_grass7_v_voronoi
[processing] fix GRASS7 v.voronoi output as lines
2015-06-08 10:57:25 +03:00
pcav
b5bd178c8f Better default for Processing:grass:r.series 2015-06-06 19:33:34 +02:00
Giovanni Manghi
fab465aa16 fix GRASS7 v.voronoi output as lines 2015-06-04 16:55:27 +01:00
Giovanni Manghi
c859127c4e make option as advanced in GRASS v.voronoi 2015-06-01 18:43:31 +01:00
Giovanni Manghi
4473c5f346 fixes several saga and grass modules 2015-06-01 14:46:01 +01:00
Giovanni Manghi
327336517d fix grass r.horizon 2015-05-31 07:07:36 +01:00
alexbruy
d5b2e7baf3 Merge pull request #2094 from NaturalGIS/fix_grass_r_stream
[processing] remove r.stream modules that are addons, fix r.stream.extract in grass7
2015-05-30 14:51:29 +03:00
Giovanni Manghi
f8ae76b7b5 remove r.stream module that are addons, fix r.stream.extract in grass7 2015-05-30 07:54:34 +01:00
Giovanni Manghi
2b1b9f53ac fix processing/grass7 in master 2015-05-30 07:24:41 +01:00
Alexander Bruy
596b126b94 fix conflicts 2015-05-27 10:34:32 +03:00
Alexander Bruy
6919d9841b Merge branch 'master' of https://github.com/scubbx/QGIS into processing-r.stat
Conflicts:
	python/plugins/processing/algs/grass7/Grass7Algorithm.py
2015-05-27 10:29:55 +03:00
Giovanni Manghi
6e4b883ac5 fix grass7 r.surf.area 2015-05-25 17:32:03 +01:00
alexbruy
12883f50a7 Merge pull request #2072 from NaturalGIS/fix_grass7_r_relief2
[processing] fix grass7 r.relief2
2015-05-25 09:40:15 +03:00
Giovanni Manghi
d591ac4da1 better indentation 2015-05-24 12:26:30 +01:00
Giovanni Manghi
b1baa6e3ce fix GRASS7 r.flow 2015-05-24 12:22:11 +01:00
Giovanni Manghi
4f87af0851 better fix for r.relief in grass7 2015-05-24 10:41:01 +01:00
Giovanni Manghi
6be81c675b better fix for r.relief in grass7 2015-05-24 10:40:45 +01:00
Giovanni Manghi
adb5b643f5 fix GRASS7 r.relief 2015-05-22 19:59:36 +01:00
pcav
d14c4aa41e Uniform and informative output names for Processing (GRASS-v.* modules completed) 2015-05-20 23:08:20 +02:00