Skip to content

Commit f8ae76b

Browse files
author
Giovanni Manghi
committed
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

-13
This file was deleted.

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

-10
This file was deleted.

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

-8
This file was deleted.

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

-12
This file was deleted.

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

-13
This file was deleted.

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

-11
This file was deleted.

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

-9
This file was deleted.

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

-7
This file was deleted.

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

-13
This file was deleted.

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

-10
This file was deleted.

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

-8
This file was deleted.

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

-12
This file was deleted.

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

+2-2
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

-12
This file was deleted.

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

-9
This file was deleted.

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

-7
This file was deleted.

0 commit comments

Comments
 (0)