150 Commits

Author SHA1 Message Date
Médéric RIBREUX
2139d5fddc Add v.type algorithm 2016-03-12 12:45:35 +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
2e0e7b6b17 Add v.out.vtk algorithm 2016-03-12 11:41:40 +01:00
Médéric RIBREUX
a7ec96ce46 Add v.kernel algorithm 2016-03-12 11:39:43 +01:00
Médéric RIBREUX
62b4d7ced7 Add v.in.mapgen algorithm 2016-03-12 11:34:57 +01:00
Médéric RIBREUX
33f3717c91 Add v.in.lines algorithm 2016-03-12 11:33:59 +01:00
Médéric RIBREUX
7f983e359d Add v.in.ascii algorithm 2016-03-12 11:27:14 +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
Médéric RIBREUX
8619b812cf Add v.build algorithm, only for topology checking 2016-03-12 09:27:49 +01:00
Juergen E. Fischer
c2c326c42e de-plenk question and exclamation marks 2016-03-07 15:10:46 +01:00
Markus Neteler
5104438706 Include parameter target elevation above the ground 2016-03-06 22:26:45 +01:00
Alexander Bruy
9e3a5b5647 Merge pull request #2872 from medspx/processing_localdoc
[processing] use local GRASS7 help files if they exist (fix #7745)
2016-03-06 13:36:53 +02:00
Médéric RIBREUX
ce69d21bc1 [Processing] Use local GRASS7 help files if they exist. Fixes #7745 2016-03-06 11:48:41 +01:00
Giovanni Manghi
8bdd4f336e processing: fix GRASS7 v.buffer.column 2016-03-06 10:24:08 +00: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
Alexander Bruy
b2189f22dc Merge pull request #2747 from medspx/processing_grass_vwhatrast
[processing] add v.what.rast GRASS 7 algorithms
2016-03-02 09:52:57 +02:00
Alexander Bruy
dd68c33eb4 [processing] add support for ParameterPoint to major algorothm providers 2016-02-29 12:41:27 +02:00
Alexander Bruy
1c585a14c8 Merge pull request #2776 from medspx/processing_split_vgeneralize
[processing] split v.generalize (fix #5707)
2016-02-27 12:27:04 +02:00
Alexander Bruy
b0643eab5c Merge pull request #2772 from NaturalGIS/processing_grass7_v_surf_rst_line
[processing] add missing v.surf.rst.line tool to GRASS 7
2016-02-27 12:22:04 +02:00
Giovanni Manghi
3f9263b4b8 fix GRASS and GRASS7 r.sunmask 2016-02-20 14:52:12 +00:00
Giovanni Manghi
141a0a26fb processing fox GRASS7 r.water.outlet 2016-02-19 18:16:07 +00:00
Alexander Bruy
a15f51e71b Merge pull request #2788 from medspx/processing_fix_vdbselect
[processing] аix GRASS7 v.db.select (fix #11212)
2016-02-16 18:26:23 +02:00
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