Skip to content

Commit f8ae76b

Browse files
author
Giovanni Manghi
committedMay 30, 2015
remove r.stream module that are addons, fix r.stream.extract in grass7
1 parent eb9ef52 commit f8ae76b

16 files changed

+2
-156
lines changed
 

‎python/plugins/processing/algs/grass/description/r.stream.angle.txt

Lines changed: 0 additions & 13 deletions
This file was deleted.

‎python/plugins/processing/algs/grass/description/r.stream.basins.txt

Lines changed: 0 additions & 10 deletions
This file was deleted.

‎python/plugins/processing/algs/grass/description/r.stream.del.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

‎python/plugins/processing/algs/grass/description/r.stream.distance.txt

Lines changed: 0 additions & 12 deletions
This file was deleted.

‎python/plugins/processing/algs/grass/description/r.stream.extract.txt

Lines changed: 0 additions & 13 deletions
This file was deleted.

‎python/plugins/processing/algs/grass/description/r.stream.order.txt

Lines changed: 0 additions & 11 deletions
This file was deleted.

‎python/plugins/processing/algs/grass/description/r.stream.pos.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.

‎python/plugins/processing/algs/grass/description/r.stream.stats.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

‎python/plugins/processing/algs/grass7/description/r.stream.angle.txt

Lines changed: 0 additions & 13 deletions
This file was deleted.

‎python/plugins/processing/algs/grass7/description/r.stream.basins.txt

Lines changed: 0 additions & 10 deletions
This file was deleted.

‎python/plugins/processing/algs/grass7/description/r.stream.del.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

‎python/plugins/processing/algs/grass7/description/r.stream.distance.txt

Lines changed: 0 additions & 12 deletions
This file was deleted.

‎python/plugins/processing/algs/grass7/description/r.stream.extract.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Raster (r.*)
44
ParameterRaster|elevation|Input map: elevation map|False
55
ParameterRaster|accumulation|Input map: accumulation map|True
66
ParameterRaster|depression|Input map: map with real depressions|True
7-
ParameterNumber|threshold|Minimum flow accumulation for streams|1.0|None|0.1
7+
ParameterNumber|threshold|Minimum flow accumulation for streams|1.0|None|1
88
ParameterNumber|mexp|Montgomery exponent for slope|0|None|0
99
ParameterNumber|stream_length|Delete stream segments shorter than cells|0|None|0
1010
ParameterNumber|d8cut|Use SFD above this threshold|0|None|0
1111
OutputRaster|stream_raster|Unique stream ids (rast)
12-
OutputVector|stream_vecter|Unique stream ids (vect)
12+
OutputVector|stream_vector|Unique stream ids (vect)
1313
OutputRaster|direction|Flow direction

‎python/plugins/processing/algs/grass7/description/r.stream.order.txt

Lines changed: 0 additions & 12 deletions
This file was deleted.

‎python/plugins/processing/algs/grass7/description/r.stream.pos.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.

‎python/plugins/processing/algs/grass7/description/r.stream.stats.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.