فهرست منبع

r.grow.distance manual: distance to see screenshot added; HTML cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@67618 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 9 سال پیش
والد
کامیت
1d1aab8a9f
2فایلهای تغییر یافته به همراه12 افزوده شده و 4 حذف شده
  1. 12 4
      raster/r.grow.distance/r.grow.distance.html
  2. BIN
      raster/r.grow.distance/r_grow_distance_sea.png

+ 12 - 4
raster/r.grow.distance/r.grow.distance.html

@@ -5,6 +5,7 @@ distance to the nearest non-null cell in the input map and/or the
 value of the nearest non-null cell.
 value of the nearest non-null cell.
 
 
 <h2>NOTES</h2>
 <h2>NOTES</h2>
+
 The user has the option of specifying five different metrics which
 The user has the option of specifying five different metrics which
 control the geometry in which grown cells are created, (controlled by
 control the geometry in which grown cells are created, (controlled by
 the <b>metric</b> parameter): <i>Euclidean</i>, <i>Squared</i>,
 the <b>metric</b> parameter): <i>Euclidean</i>, <i>Squared</i>,
@@ -60,9 +61,11 @@ be used only in latitude-longitude locations. It is recommended
 to use it along with the <em>-m</em> flag in order to output 
 to use it along with the <em>-m</em> flag in order to output 
 distances in meters instead of map units.
 distances in meters instead of map units.
 
 
-<h2>EXAMPLE</h2>
+<h2>EXAMPLES</h2>
+
+<h3>Distance from the streams network</h3>
 
 
-A) Distance from the streams network (North Carolina sample dataset):
+North Carolina sample dataset:
 <div class="code"><pre>
 <div class="code"><pre>
 g.region raster=streams_derived -p
 g.region raster=streams_derived -p
 r.grow.distance input=streams_derived distance=dist_from_streams
 r.grow.distance input=streams_derived distance=dist_from_streams
@@ -79,13 +82,18 @@ r.grow.distance input=streams_derived distance=dist_from_streams
    with d.rast.num)</i>
    with d.rast.num)</i>
 </div>
 </div>
 
 
-<p>
-B) Distance from sea in meters in latitude-longitude location:
+<h3>Distance from sea in meters in latitude-longitude location</h3>
+
 <div class="code"><pre>
 <div class="code"><pre>
 g.region raster=sea -p
 g.region raster=sea -p
 r.grow.distance -m input=sea distance=dist_from_sea_geodetic metric=geodesic
 r.grow.distance -m input=sea distance=dist_from_sea_geodetic metric=geodesic
 </pre></div>
 </pre></div>
 
 
+<p>
+<center>
+<img src="r_grow_distance_sea.png" border=1><br>
+<i>Geodesic distances to sea in meters</i>
+</center>
 
 
 <h2>SEE ALSO</h2>
 <h2>SEE ALSO</h2>
 
 

BIN
raster/r.grow.distance/r_grow_distance_sea.png