Skip to content

Commit ac6a1ee

Browse files
committedApr 24, 2013
[sextante] add r.stream.* GRASS modules
1 parent 17613e8 commit ac6a1ee

File tree

8 files changed

+82
-0
lines changed

8 files changed

+82
-0
lines changed
 
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
r.stream.angle
2+
r.stream.angle - Route azimuth, direction and relation to streams of higher order.
3+
Raster (r.*)
4+
ParameterRaster|stream|Input map: stream mask|False
5+
ParameterRaster|dirs|Input map: direction map|False
6+
ParameterRaster|elev|Input map: elevation map|True
7+
ParameterSelection|order|Stream ordering method|none;hack;horton;strahler|0
8+
ParameterNumber|length|Search length to calculat direction|1|None|15
9+
ParameterNumber|skip|Skip segments shorter than|1|None|5
10+
ParameterNumber|treshold|Max angle (degrees) beetwen stream segments to|1.0|360.0|150.0
11+
ParameterBoolean|-r|Output angles in radians|False
12+
ParameterBoolean|-e|Extended topology|False
13+
OutputVector|seg_vector|Vector to store new network with segments
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
r.stream.basins
2+
r.stream.basins - Calculate basins according user input
3+
Raster (r.*)
4+
ParameterRaster|dir|Input map: flow direction|False
5+
ParameterRaster|stream|Input map: stream network|True
6+
ParameterVector|points|Basins outlets|0|True
7+
ParameterBoolean|-z|Create zero-value background|False
8+
ParameterBoolean|-c|Use unique category sequence|False
9+
ParameterBoolean|-l|Create basins only for last stream links|False
10+
OutputRaster|basins|Output basin map
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
r.stream.del
2+
r.stream.del - Calculate basins according user input
3+
Raster (r.*)
4+
ParameterRaster|stream|Input map: stream mask|False
5+
ParameterRaster|dir|Input map: flow direction|False
6+
ParameterNumber|threshold|Minimum number of cell in stream|1|None|1
7+
ParameterBoolean|-z|Create zero-value background|False
8+
OutputRaster|reduced|Output reduced stream map
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
r.stream.distance
2+
r.stream.distance - Calculate distance to and elevation above streams and outlets
3+
Raster (r.*)
4+
ParameterRaster|stream|Input map: streams (outlets) mask|False
5+
ParameterRaster|dir|Input map: flow direction|False
6+
ParameterRaster|dem|Input map: elevation map|True
7+
ParameterSelection|method|Calculation method|upstream,downstream|1
8+
ParameterBoolean|-o|Calculate parameters for outlets|False
9+
ParameterBoolean|-s|Calculate parameters for subbasins|False
10+
ParameterBoolean|-n|Calculate nearest local maximum|False
11+
OutputRaster|elevation|Output elevation map
12+
OutputRaster|distance|Output distance map
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
r.stream.extract
2+
r.stream.extract - Stream network extraction
3+
Raster (r.*)
4+
ParameterRaster|elevation|Input map: elevation map|False
5+
ParameterRaster|accumulation|Input map: accumulation map|True
6+
ParameterRaster|depression|Input map: map with real depressions|True
7+
ParameterNumber|threshold|Minimum flow accumulation for streams|1.0|None|0.1
8+
ParameterNumber|mexp|Montgomery exponent for slope|0|None|0
9+
ParameterNumber|stream_length|Delete stream segments shorter than cells|0|None|0
10+
ParameterNumber|d8cut|Use SFD above this threshold|0|None|0
11+
OutputRaster|stream_rast|Output raster map with unique stream ids
12+
OutputVector|stream_vect|Output vector with unique stream ids
13+
OutputRaster|direction|Output raster map with flow direction
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
r.stream.order
2+
r.stream.order - Calculate Strahler's and Horton's stream order Hack's main streams and Shreeve's stream magnitude
3+
Raster (r.*)
4+
ParameterRaster|stream|Input map: stream mask|False
5+
ParameterRaster|dir|Input map: direction map|False
6+
ParameterBoolean|-z|Create zero-value background|False
7+
OutputRaster|strahler|Output basin map (Strahler)
8+
OutputRaster|shreve|Output basin map (Shreve)
9+
OutputRaster|horton|Output basin map (Horton)
10+
OutputRaster|hack|Output basin map (Hack)
11+
OutputRaster|top|Output basin map (Top)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
r.stream.pos
2+
r.stream.pos - Route azimuth, direction and relation to streams of higher order
3+
Raster (r.*)
4+
ParameterRaster|stream|Input map: stream mask|False
5+
ParameterRaster|dir|Input map: flow direction|False
6+
ParameterNumber|multiplier|Multipier to store stream index value|1|None|1000
7+
ParameterBoolean|-s|Create new stream category sequence|False
8+
OutputFile|cells|File to store pixel's position
9+
OutputFile|lengths|File to store current stream length
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
r.stream.stats
2+
r.stream.stats - Calculate Horton's and optionally Hack's statistics
3+
Raster (r.*)
4+
ParameterRaster|stream|Input map: stream mask|False
5+
ParameterRaster|dir|Input map: flow direction|False
6+
ParameterRaster|dem|Input map: elevation|False

0 commit comments

Comments
 (0)
Please sign in to comment.