[GRASS-SVN] r65051 - grass-addons/grass7/vector/v.in.proj
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Apr 10 06:38:56 PDT 2015
Author: neteler
Date: 2015-04-10 06:38:56 -0700 (Fri, 10 Apr 2015)
New Revision: 65051
Modified:
grass-addons/grass7/vector/v.in.proj/v.in.proj.html
Log:
v.in.proj addon: manual cosmetics
Modified: grass-addons/grass7/vector/v.in.proj/v.in.proj.html
===================================================================
--- grass-addons/grass7/vector/v.in.proj/v.in.proj.html 2015-04-10 13:12:53 UTC (rev 65050)
+++ grass-addons/grass7/vector/v.in.proj/v.in.proj.html 2015-04-10 13:38:56 UTC (rev 65051)
@@ -1,33 +1,40 @@
<h2>DESCRIPTION</h2>
-<em>v.in.proj</em> imports selected layers from a OGR raster datasouce
-into the current location and mapset. If the projection of the input
-does not match the projection of the location, the input is reprojected
-into the current location. If the projection of the input does match
-the projection of the location, the input is imported directly with <a
-href="v.in.ogr.html">v.in.ogr</a>.
+<em>v.in.proj</em> imports selected layers from a OGR vector datasource
+into the current location and mapset. If the projection of the input
+does not match the projection of the location, the input is reprojected
+into the current location. If the projection of the input does match
+the projection of the location, the input is imported directly with
+<a href="v.in.ogr.html">v.in.ogr</a>.
<h4>Topology cleaning</h4>
-When importing polygons, non-topological polygons are converted to
-topological areas. If the original polygons contain errors (unexpected
-overlapping areas or small gaps between polygons), the import might
-need to be repeated using the <em>snap</em> option for <a
-href="v.in.ogr.html">v.in.ogr</a>. In this case, automated import and
-reprojection does not work, and the data need to be manually imported
-first with appropriate settings and optionally cleaned afterwards with
-<a href="v.clean.html">v.clean</a>. The cleaned import can then be
-manually reprojected to the target location.
+When importing polygons, non-topological polygons are converted to
+topological areas. If the original polygons contain errors (unexpected
+overlapping areas or small gaps between polygons), the import might
+need to be repeated using the <em>snap</em> option for
+<a href="v.in.ogr.html">v.in.ogr</a>. In this case, automated import and
+reprojection does not work, and the data need to be manually imported
+first with appropriate settings and optionally cleaned afterwards with
+<a href="v.clean.html">v.clean</a>. The cleaned import can then be
+manually reprojected to the target location.
+<h2>EXAMPLE</h2>
+
+<div class="code"><pre>
+# import SHAPE file at full extent and reproject to current location projection
+v.in.proj input_file=research_area.shp out=research_area extents=input
+</pre></div>
+
<h2>SEE ALSO</h2>
<em>
-<a href="v.in.ogr.html">v.in.ogr</a>,<br>
+<a href="v.in.ogr.html">v.in.ogr</a>,
<a href="v.proj.html">v.proj</a>
</em>
-<h2>AUTHORS</h2>
+<h2>AUTHOR</h2>
-Markus Metz<br>
+Markus Metz
<p><i>Last changed: $Date: 2015-01-20 20:52:27 +0100 (Tue, 20 Jan 2015) $</i>
More information about the grass-commit
mailing list