Explorar o código

d.rast.num manual: example + screenshot added

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@65173 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler %!s(int64=10) %!d(string=hai) anos
pai
achega
872f4ca982
Modificáronse 1 ficheiros con 24 adicións e 7 borrados
  1. 24 7
      display/d.rast.num/d.rast.num.html

+ 24 - 7
display/d.rast.num/d.rast.num.html

@@ -23,15 +23,32 @@ otherwise, the individual cells being displayed will be small
 and the category value associated with each will be difficult to see.
 and the category value associated with each will be difficult to see.
 No data cells are indicated with "Null".
 No data cells are indicated with "Null".
 
 
+<h2>EXAMPLE</h2>
+
+A) Distance from the streams network (North Carolina sample dataset):
+<div class="code"><pre>
+g.region raster=streams_derived -p
+r.grow.distance input=streams_derived distance=dist_from_streams
+d.rast.num dist_from_streams -a
+</pre></div>
+
+<div align="center" style="margin: 10px">
+<img src="d_rast_num_zoom.png" border=0><br>
+<i>Euclidean distance from the streams network in meters (detail, numbers shown
+   with d.rast.num)</i>
+</div>
+
 <h2>SEE ALSO</h2>
 <h2>SEE ALSO</h2>
 
 
-<em><a href="d.frame.html">d.frame</a></em>,
-<em><a href="d.grid.html">d.grid</a></em>,
-<em><a href="d.rast.html">d.rast</a></em>,
-<em><a href="d.rast.arrow.html">d.rast.arrow</a></em>,
-<em><a href="d.rast.edit.html">d.rast.edit</a></em>,
-<em><a href="g.region.html">g.region</a></em>,
-<em><a href="r.slope.aspect.html">r.slope.aspect</a></em>
+<em>
+<a href="d.frame.html">d.frame</a>,
+<a href="d.grid.html">d.grid</a>,
+<a href="d.rast.html">d.rast</a>,
+<a href="d.rast.arrow.html">d.rast.arrow</a>,
+<a href="d.rast.edit.html">d.rast.edit</a>,
+<a href="g.region.html">g.region</a>,
+<a href="r.slope.aspect.html">r.slope.aspect</a>
+</em>
 
 
 
 
 <h2>AUTHORS</h2>
 <h2>AUTHORS</h2>