|
@@ -12,7 +12,7 @@ binary format. The module may import two formats:
|
|
|
</ul>
|
|
|
|
|
|
<p>
|
|
|
-The <a HREF="v.out.ascii.html">v.out.ascii</a> GRASS module performs
|
|
|
+The <a href="v.out.ascii.html">v.out.ascii</a> GRASS module performs
|
|
|
the function of <em>v.in.ascii</em> in reverse; i.e., it converts
|
|
|
vector maps in binary format to ASCII format. These two companion
|
|
|
programs are useful both for importing and exporting vector maps
|
|
@@ -346,7 +346,7 @@ into <em>v.in.ascii</em>, only the vector map geometry will be generated.
|
|
|
|
|
|
<h3>Example 7 - point format mode</h3>
|
|
|
|
|
|
-Convert ground control points from i.points into vector points:
|
|
|
+Convert ground control points into vector points:
|
|
|
<div class="code"><pre>
|
|
|
cat $MAPSET/group/$GROUP/POINTS | v.in.ascii out=$GROUP_gcp fs=space skip=3 \
|
|
|
col='x double precision, y double precision, x_target double precision, \
|
|
@@ -355,21 +355,21 @@ cat $MAPSET/group/$GROUP/POINTS | v.in.ascii out=$GROUP_gcp fs=space skip=3 \
|
|
|
|
|
|
<h2>REFERENCES</h2>
|
|
|
|
|
|
-<a HREF="sql.html">SQL command notes</a> for creating databases
|
|
|
+<a href="sql.html">SQL command notes</a> for creating databases
|
|
|
|
|
|
<h2>SEE ALSO</h2>
|
|
|
|
|
|
<em>
|
|
|
-<a HREF="db.execute.html">db.execute</a>,
|
|
|
-<a HREF="r.in.ascii.html">r.in.ascii</a>,
|
|
|
-<a HREF="r.in.xyz.html">r.in.xyz</a>,
|
|
|
-<a HREF="v.build.html">v.build</a>,
|
|
|
-<a HREF="v.build.polylines.html">v.build.polylines</a>,
|
|
|
-<a HREF="v.centroids.html">v.centroids</a>,
|
|
|
-<a HREF="v.clean.html">v.clean</a>,
|
|
|
-<a HREF="v.db.connect.html">v.db.connect</a>,
|
|
|
-<a HREF="v.info.html">v.info</a>,
|
|
|
-<a HREF="v.out.ascii.html">v.out.ascii</a>,
|
|
|
+<a href="db.execute.html">db.execute</a>,
|
|
|
+<a href="r.in.ascii.html">r.in.ascii</a>,
|
|
|
+<a href="r.in.xyz.html">r.in.xyz</a>,
|
|
|
+<a href="v.build.html">v.build</a>,
|
|
|
+<a href="v.build.polylines.html">v.build.polylines</a>,
|
|
|
+<a href="v.centroids.html">v.centroids</a>,
|
|
|
+<a href="v.clean.html">v.clean</a>,
|
|
|
+<a href="v.db.connect.html">v.db.connect</a>,
|
|
|
+<a href="v.info.html">v.info</a>,
|
|
|
+<a href="v.out.ascii.html">v.out.ascii</a>,
|
|
|
</em>
|
|
|
|
|
|
<h2>AUTHORS</h2>
|