[GRASS-SVN] r31370 - grass/branches/develbranch_6/raster/r.in.arc
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri May 16 13:23:20 EDT 2008
Author: epatton
Date: 2008-05-16 13:23:20 -0400 (Fri, 16 May 2008)
New Revision: 31370
Modified:
grass/branches/develbranch_6/raster/r.in.arc/description.html
Log:
HTML tag cleanup, example added
Modified: grass/branches/develbranch_6/raster/r.in.arc/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.in.arc/description.html 2008-05-16 17:02:53 UTC (rev 31369)
+++ grass/branches/develbranch_6/raster/r.in.arc/description.html 2008-05-16 17:23:20 UTC (rev 31370)
@@ -1,9 +1,10 @@
-<H2>DESCRIPTION</H2>
+<h2>DESCRIPTION</h2>
-<i>r.in.arc</i> allows a user to create a (binary) GRASS raster map layer
+<em>r.in.arc</em> allows a user to create a (binary) GRASS raster map layer
from an ESRI ARC/INFO ascii GRID file with (optional) title.
<p>
+
The ARC/INFO ascii GRID file header has 6 lines:
<div class="code"><pre>
ncols:
@@ -13,8 +14,8 @@
cellsize:
</pre></div>
-or alternatively (not supported by r.in.arc, but by
-<a href=r.in.gdal.html>r.in.gdal</a>):
+or alternatively (not supported by <em>r.in.arc</em>, but by
+<i><a href=r.in.gdal.html>r.in.gdal</a></i>):
<div class="code"><pre>
ncols:
@@ -26,11 +27,18 @@
<h2>NOTES</h2>
-<i>r.in.arc</i> handles floating point cell values. The <b>mult</b>
+<em>r.in.arc</em> handles floating point cell values. The <b>mult</b>
option allows the number of significant figures of a floating point cell
to be increased before importing. Multiples of ten are the most functional
multipliers.
+<h2>EXAMPLE</h2>
+
+To import a ARC/INFO ascii grid, applying a 10x multiplier during import, with title:
+<div class="code"><pre>
+r.in.arc input=elev_meters.asc output=elev_decimeters title="Elevation data converted to decimeters" mult=10
+</div></pre>
+
<h2>SEE ALSO</h2>
<i><a href="r.in.gdal.html">r.in.gdal</a></i>
More information about the grass-commit
mailing list