volaya
961c35aeb5
[processing] fixed exporting multiple vector layers in SAGA and GRASS algs
2016-02-15 08:25:50 +01:00
Médéric RIBREUX
8e9b8c77cf
[Processing] Fix GRASS7 v.db.select (fixes Redmine #11212 )
2016-02-12 21:38:36 +01:00
Médéric Ribreux
4196293f06
[Processing] GRASS7 v.distance (implements Redmine #12817 )
2016-02-12 17:51:37 +01:00
Médéric Ribreux
b780d7caf1
r.reclass inline rules also for MS-Windows
2016-02-12 11:35:43 +01:00
Médéric Ribreux
43b39efd73
[Processing] Add GRASS7 r.reclass inline rules (implements Redmine #5583 )
2016-02-11 16:32:05 +01:00
Médéric Ribreux
477283770f
[Processing] Add r.null GRASS7 algorithm (implements Redmine #6893 )
2016-02-11 12:09:28 +01:00
Médéric RIBREUX
c931e1e715
[Processing] Split v.generalize (implements Redmine #5707 )
2016-02-09 21:02:18 +01:00
Giovanni Manghi
e38222b0a4
Processing: add missing v.surf.rst.line tool to GRASS7
2016-02-09 10:41:43 +00:00
Médéric Ribreux
f49dbdc299
[Processing] Fix overwrite for GRASS7 (Redmine #13488 )
2016-02-09 09:46:12 +01:00
Médéric RIBREUX
a39d25835c
[Processing]Add v.what.rast algorithms
...
* Implements Redmine feature request #6859 .
* v.what.rast.points when type=point. For points input layers.
* v.what.rast.centroids when type=centroid. For polygons input layers.
2016-01-31 19:11:00 +01:00
Giovanni Manghi
191c011a0a
add parameter to GRASS 64/70 r.slope.aspect to allow use region resolution
2016-01-31 17:31:41 +00:00
Giovanni Manghi
f1f0b0a341
GRASS dissolve works only with areas
2016-01-30 15:44:31 +00:00
Nyall Dawson
cbe8cb7282
Formatting update, using newer autopep8 version
2016-01-30 09:33:24 +11:00
volaya
99b9a495b8
[processing] fixed autodetection of grass folder
...
Fix provided by Stefan Blumentrath
2016-01-26 19:43:06 +01:00
Juergen E. Fischer
4d2c10800d
typo fixes
2016-01-21 22:22:39 +01:00
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