DESCRIPTION

r.strahler.sh Creates a vector map of Strahler ordered streams of a single basin starting from a DEM. Once selected the area where you want to work by visualizing it in the GRASS monitor, the programs extracts lines form the DEM by using r.watershed , makes you able to select an outlet for the basin (or takes the outlet coords manually inserted at the beginning), individuates the basin by using r.water.outlet , cleans the topology, executes v.strahler for the extracted network.
The program returns an ouput text file (see v.strahler ) and the basin network ordered by Horton-Strahler. The program is also able to plot a background map during the elaboration, so, if you have some aerial photos or the same DEM, it's easier to select the right outlet cross-section in the map.
If the -i interactive flag is given then you are working in interactive mode and the program makes you able to choose the outlet cross section directly from the monitor, instead the program works in un-interactive mode but it needs the outlet coords manually inserted.

EXAMPLE

The interactive-mode syntax:
  r.strahler.sh -i dem=dem_20 thr=1000 
  output=ordered_net textoutput=text_net bkgrmap=dem_20
The un-interactive-mode syntax:
  r.strahler.sh dem=dem_20 xcoor=2291350.34 ycoor=4765192.22 thr=1000 
  output=ordered_net textoutput=text_net bkgrmap=dem_20

BUGS

The program has some stability problems for low area threshold; from sperimental analysis the program works well for thresholds greater than the ones in graphic (below) for given cells of the studied-area in the DEM.

SEE ALSO

v.strahler
r.broscoe.sh

AUTHORS

Ivan Marchesini and Annalisa Minelli, Univ. Perugia.

Last changed: $Date$