[GRASS-SVN] r40481 - grass/trunk/raster/r.resamp.stats
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jan 16 18:38:05 EST 2010
Author: neteler
Date: 2010-01-16 18:38:05 -0500 (Sat, 16 Jan 2010)
New Revision: 40481
Modified:
grass/trunk/raster/r.resamp.stats/r.resamp.stats.html
Log:
fix; html cosmetics
Modified: grass/trunk/raster/r.resamp.stats/r.resamp.stats.html
===================================================================
--- grass/trunk/raster/r.resamp.stats/r.resamp.stats.html 2010-01-16 23:28:11 UTC (rev 40480)
+++ grass/trunk/raster/r.resamp.stats/r.resamp.stats.html 2010-01-16 23:38:05 UTC (rev 40481)
@@ -32,12 +32,14 @@
<h2>EXAMPLE</h2>
+<p>
Resample elevation raster map to a lower resolution (from 6m to 20m;
North Carolina sample dataset):
+</p>
<div class="code"><pre>
g.region rast=el_D782_6m -p
-g.region res=20m -ap
+g.region res=20 -ap
r.resamp.stats input=el_D782_6m output=el_D782_20m
</pre></div>
More information about the grass-commit
mailing list