فهرست منبع

r.flow: examples added (thanks to Ludmila Furtkevicova)
(merge 65680 from trunk)


git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@65681 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 10 سال پیش
والد
کامیت
80082ca8a7
4فایلهای تغییر یافته به همراه23 افزوده شده و 0 حذف شده
  1. 23 0
      raster/r.flow/r.flow.html
  2. BIN
      raster/r.flow/r_flow_accumulation.png
  3. BIN
      raster/r.flow/r_flow_length.png
  4. BIN
      raster/r.flow/r_flow_line.png

+ 23 - 0
raster/r.flow/r.flow.html

@@ -156,6 +156,29 @@ The difference in length between the two axes of a grid cell is so
 great that quantization error is larger than one of the
 great that quantization error is larger than one of the
 dimensions. Resample the map and try again.
 dimensions. Resample the map and try again.
 
 
+<h2>EXAMPLES</h2>
+
+User can compute flow line vector map, flow path length raster map and flow accumulation raster map from an elevation raster map:
+
+<div class="code"><pre>
+g.region raster=elevation
+r.flow elevation=elevation skip=3 flowline=flowline flowlength=flowlength flowaccumulation=flowaccumulation
+</pre></div>
+
+<center>
+<img src="r_flow_line.png" alt="flow line">
+<img src="r_flow_length.png" alt="flow path length">
+<img src="r_flow_accumulation.png" alt="flow accumulation map">
+<p>
+Figure: Flow lines underlaid with an elevation map, flow lines underlaid with flow path lengths and flow accumulation map (North Carolina dataset)
+</center>
+
+<!--
+d.vect map=flowline
+d.rast map=flowlength
+d.rastmap=flowaccumulation
+-->
+
 <h2>REFERENCES</h2>
 <h2>REFERENCES</h2>
 
 
 <ul>
 <ul>

BIN
raster/r.flow/r_flow_accumulation.png


BIN
raster/r.flow/r_flow_length.png


BIN
raster/r.flow/r_flow_line.png