297 Commits

Author SHA1 Message Date
Médéric RIBREUX
d2b6457911 Add r.usler algorithm 2016-02-28 17:19:51 +01:00
Médéric RIBREUX
4269a955c6 Add r.series.accumulate algorithm (needs a way to select a raster in the input rasters) 2016-02-28 17:19:51 +01:00
Médéric RIBREUX
2cb249cbfe Add r.series.interp algorithm 2016-02-28 17:19:51 +01:00
Médéric RIBREUX
af482460ed Add r.resamp.filter.txt algorithm 2016-02-28 17:19:51 +01:00
Médéric RIBREUX
4b63ab0169 Add r.resamp.bspline algorithm 2016-02-28 17:19:51 +01:00
Médéric RIBREUX
ae2a08496f Add r.regression.multi algorithm 2016-02-28 17:19:51 +01:00
Médéric RIBREUX
b1296261ba Add r.random.surface algorithm 2016-02-28 17:19:51 +01:00
Médéric RIBREUX
1ec4e2a7c0 Add r.latlong algorithm 2016-02-28 17:19:51 +01:00
Médéric Ribreux
cbfaa834dc Add r.distance
(Impossible to use an optional ParameterSelection for sort parameter. Needs to be fixed in Processing)
2016-02-28 17:19:51 +01:00
Médéric Ribreux
a5645bdac2 Add r.category algorithms 2016-02-28 17:19:51 +01:00
Médéric RIBREUX
628a7fab7c Add r.buffer.lowmem algorithm (and secure r.buffer parameters) 2016-02-28 17:19:51 +01:00
Médéric RIBREUX
ede5f8f097 Add r.mask algorithm 2016-02-28 17:19:51 +01:00
Médéric RIBREUX
d5b5c6cd73 Add r.support (combined with r.timestamp) algorithm 2016-02-28 17:19:51 +01:00
Médéric RIBREUX
9198c16a81 Add r.texture algorithm 2016-02-28 17:19:51 +01:00
Médéric RIBREUX
a773ffe520 Add r.walk algorithms 2016-02-28 17:19:51 +01:00
Médéric RIBREUX
91ca474fd9 Remove old r.cost description files 2016-02-28 17:19:51 +01:00
Médéric RIBREUX
e87b1b2dbf Add r.cost algorithms 2016-02-28 17:19:51 +01:00
Médéric RIBREUX
256b674993 Add r.surf.fractal algorithm 2016-02-28 17:19:51 +01:00
Médéric RIBREUX
78a5b8f670 Add r.what algorithm 2016-02-28 17:19:51 +01:00
Médéric RIBREUX
27014b444e Add r.colors.out 2016-02-28 17:19:51 +01: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
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