[GRASS-SVN] r59321 - grass/trunk/raster/r.contour

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Mar 24 15:47:37 PDT 2014


Author: neteler
Date: 2014-03-24 15:47:37 -0700 (Mon, 24 Mar 2014)
New Revision: 59321

Modified:
   grass/trunk/raster/r.contour/r.contour.html
Log:
r.contour manual: +NC example

Modified: grass/trunk/raster/r.contour/r.contour.html
===================================================================
--- grass/trunk/raster/r.contour/r.contour.html	2014-03-24 21:06:25 UTC (rev 59320)
+++ grass/trunk/raster/r.contour/r.contour.html	2014-03-24 22:47:37 UTC (rev 59321)
@@ -25,7 +25,7 @@
 raster cells eligilble to be included in a contour line written to the <b>output</b> 
 vector map. It acts like a filter, omitting spurs, single points, etc., making the output more generalized.
 
-<h2>EXAMPLE</h2>
+<h2>EXAMPLES</h2>
 
 In the Spearfish location, produce a vector contour map from input raster <i>elevation.dem</i> 
 with contour levels from 1000m to 2000m, 100m contour step, and a minimum of 200 input raster
@@ -35,6 +35,15 @@
 r.contour input=elevation.dem output=elevation_dem_contours minlevel=1000 maxlevel=2000 step=100 cut=200
 </pre></div>
 
+<p>
+
+North Carolina example:
+<p>
+<div class="code"><pre>
+g.region rast=elev_lid792_1m -p
+r.contour input=elev_lid792_1m output=elev_lid792_1m_contours minlevel=100 maxlevel=150 step=10
+</pre></div>
+
 <h2>AUTHORS</h2>
 
 Terry Baker, U.S. Army Construction Engineering Research Laboratory<br>



More information about the grass-commit mailing list