29 Commits

Author SHA1 Message Date
Médéric RIBREUX
903a804bc3 Add v.lrs.segment algorithm 2016-03-12 17:16:12 +01:00
Médéric RIBREUX
1ebd7683a2 Add v.lrs.where algorithm 2016-03-12 16:53:54 +01:00
Médéric RIBREUX
db65371e99 Add v.lrs.create algorithm 2016-03-12 16:21:30 +01:00
Médéric RIBREUX
4dd5fd365a Add v.what.vect algorithm 2016-03-12 13:02:45 +01:00
Médéric RIBREUX
ae0b48d84c Add v.vect.stats algorithm 2016-03-12 12:54:49 +01:00
Médéric RIBREUX
b7a6037d51 Add v.to.3d algorithm 2016-03-12 12:34:15 +01:00
Médéric RIBREUX
09b9a6246d Add v.rast.stats algorithm 2016-03-12 12:21:45 +01:00
Médéric RIBREUX
3f1445998a Add v.pack algorithm 2016-03-12 11:48:37 +01:00
Médéric RIBREUX
741d146362 Add v.in.geonames algorithm 2016-03-12 10:13:31 +01:00
Médéric RIBREUX
014355aa7e Add v.extrude algorithm 2016-03-12 10:05:38 +01:00
Médéric RIBREUX
2f579d2372 Add v.build.polylines algorithm 2016-03-12 09:42:43 +01:00
Juergen E. Fischer
c2c326c42e de-plenk question and exclamation marks 2016-03-07 15:10:46 +01:00
Alexander Bruy
61e5799915 Merge pull request #2787 from medspx/processing_vdistance
[processing] add GRASS7 v.distance (fix #12817)
2016-03-02 09:59:14 +02:00
Alexander Bruy
0061dccd91 Merge pull request #2782 from medspx/processing_r_reclass
[processing] add GRASS7 r.reclass inline rules (fix #5583)
2016-03-02 09:58:11 +02:00
Alexander Bruy
91e222e1c0 Merge pull request #2781 from medspx/processing_grass7_rnull
[processing] add r.null GRASS7 algorithm (fix #6893)
2016-03-02 09:55:30 +02: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
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
Juergen E. Fischer
4d2c10800d typo fixes 2016-01-21 22:22:39 +01: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
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
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
Victor Olaya
25676f3cf5 [processing] Adapted make files (they were not changed after refactoring folder structure) 2014-04-20 11:30:23 +02:00
Victor Olaya
e142401c2b [processing] added grass7 files (forgot to add them on refactoring) 2014-04-19 20:49:19 +02:00