[GRASS-SVN] r40352 - grass/trunk/scripts/v.in.lines

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jan 9 08:30:45 EST 2010


Author: hamish
Date: 2010-01-09 08:30:44 -0500 (Sat, 09 Jan 2010)
New Revision: 40352

Removed:
   grass/trunk/scripts/v.in.lines/description.html
Log:
rename html to gr7 style

Deleted: grass/trunk/scripts/v.in.lines/description.html
===================================================================
--- grass/trunk/scripts/v.in.lines/description.html	2010-01-09 13:24:26 UTC (rev 40351)
+++ grass/trunk/scripts/v.in.lines/description.html	2010-01-09 13:30:44 UTC (rev 40352)
@@ -1,56 +0,0 @@
-<H2>DESCRIPTION</H2>
-
-Imports a stream of ASCII x,y[,z] coordinates as a line or series of lines.
-
-
-<H2>NOTES</H2>
-
-Input ASCII coordinates are simply a series of "x&nbsp;y" data points.
-Lines are separated by a row containing "<tt>NaN&nbsp;NaN</tt>".
-<!-- TODO:? Line categories start at 1 and increase sequentially. -->
-<P>
-You can import 3D lines by providing 3 columns of data in the input
-stream and using the <B>-z</B> flag.
-<P>
-This script is a simple wrapper around the <em>v.in.mapgen</em> module.
-
-
-<H2>EXAMPLE</H2>
-
-<div class="code"><pre>
-v.in.lines in=- out=two_lines fs=, &lt;&lt;EOF
-167.846717,-46.516653
-167.846663,-46.516645
-167.846656,-46.516644
-167.846649,-46.516644
-167.846642,-46.516643
-NaN,NaN
-167.846520,-46.516457
-167.846528,-46.516461
-167.846537,-46.516464
-167.846535,-46.516486
-167.846544,-46.516489
-167.846552,-46.516493
-EOF
-
-v.category in=two_lines out=lines_with_cats option=add
-</pre></div>
-
-
-<H2>SEE ALSO</H2>
-<em>
-<A HREF="v.in.ascii.html">v.in.ascii</A><br>
-<A HREF="v.in.mapgen.html">v.in.mapgen</A><br>
-<A HREF="v.out.ascii.html">v.out.ascii</A><br>
-<A HREF="d.graph.html">d.graph</a><br>
-<A HREF="r.in.poly.html">r.in.poly</A>
-</em>
-
-
-<H2>AUTHOR</H2>
-
-Hamish Bowman<BR>
-Dunedin, New Zealand
-
-<p>
-<i>Last changed: $Date$</i>



More information about the grass-commit mailing list