[GRASS-SVN] r31467 - grass/trunk/raster/r.in.poly
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed May 21 14:38:40 EDT 2008
Author: epatton
Date: 2008-05-21 14:38:40 -0400 (Wed, 21 May 2008)
New Revision: 31467
Modified:
grass/trunk/raster/r.in.poly/description.html
Log:
HTML tag cleaning, cosmetics
Modified: grass/trunk/raster/r.in.poly/description.html
===================================================================
--- grass/trunk/raster/r.in.poly/description.html 2008-05-21 13:44:24 UTC (rev 31466)
+++ grass/trunk/raster/r.in.poly/description.html 2008-05-21 18:38:40 UTC (rev 31467)
@@ -6,12 +6,14 @@
containing polygon, linear, and point features.
<p>
+
The <b>input</b> file is an ASCII text file containing the
polygon, linear, and point feature definitions.
The format of this file is described in the
-<a href="#format.html"><b>INPUT FORMAT</b></a> section below.
+<a href="#format.html"><i>INPUT FORMAT</i></a> section below.
<p>
+
The number of raster <b>rows</b> to hold in memory is per default 4096.
This parameter allows users with less memory (or more) on their
system to control how much memory <em>r.in.poly</em> uses.
@@ -21,20 +23,23 @@
<h2>NOTES</h2>
<p>
+
The data will be imported using the current region settings to set the
new raster map's bounds and resolution. Any features falling outside
the current region will be cropped. The region settings are contolled
with the <em>g.region</em> module.
<p>
+
The format is a simplified version of the standard GRASS vector ASCII
format used by <em>v.in.ascii</em>.
<p>
+
Polygons are filled, i.e. they define an area.
<A NAME="format.html"></a>
-<h2>INPUT FORMAT</h2>
+<h3>Input Format</h3>
The input format for the <b>input</b> file consists of
sections describing either polygonal areas, linear features, or
@@ -92,22 +97,17 @@
</pre></div>
<h2>SEE ALSO</h2>
+<i>
+<a href="r.digit.html">r.digit</a></i> (for interactive on-screen polygon/line digitizing for raster maps)<br>
+<i><a href="r.colors.html">r.colors</a></i> (for raster map color table creation)<br>
+<i><a href="d.rast.edit.html">d.rast.edit</a><br>
+<a href="g.region.html">g.region</a><br>
+<a href="r.in.xyz.html">r.in.xyz</a><br>
+<a href="r.patch.html">r.patch</a><br>
+<a href="v.in.ascii.html">v.in.ascii</a><br>
+<a href="v.digit.html">v.digit</a><br>
+</i>
-<a href="r.digit.html">r.digit</a> for
-interactive on-screen polygon/line digitizing for raster maps
-<p>
-<a href="r.colors.html">r.colors</a>
-for creates color tables for raster maps
-<p>
-
-<a href="d.rast.edit.html">d.rast.edit</a>,
-<a href="g.region.html">g.region</a>,
-<a href="r.in.xyz.html">r.in.xyz</a>,
-<a href="r.patch.html">r.patch</a>,
-<a href="v.in.ascii.html">v.in.ascii</a>,
-<a href="v.digit.html">v.digit</a>
-
-
<h2>AUTHOR</h2>
Michael Shapiro, U.S.Army Construction Engineering Research Laboratory
More information about the grass-commit
mailing list