[GRASS-SVN] r68616 - grass/branches/releasebranch_7_0/scripts/v.import

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jun 5 15:18:06 PDT 2016


Author: neteler
Date: 2016-06-05 15:18:06 -0700 (Sun, 05 Jun 2016)
New Revision: 68616

Modified:
   grass/branches/releasebranch_7_0/scripts/v.import/v.import.html
Log:
v.import manual: explain snap parameter

Modified: grass/branches/releasebranch_7_0/scripts/v.import/v.import.html
===================================================================
--- grass/branches/releasebranch_7_0/scripts/v.import/v.import.html	2016-06-05 22:08:59 UTC (rev 68615)
+++ grass/branches/releasebranch_7_0/scripts/v.import/v.import.html	2016-06-05 22:18:06 UTC (rev 68616)
@@ -18,7 +18,18 @@
 overlapping areas or small gaps between polygons), the import might
 need to be repeated using a larger <em>snap</em> value.
 
+<!-- TODO: add hints for latlong -->
 
+<p>
+The <em>snap</em> threshold defines the maximal distance from one to another
+vertex in map units (for latitude-longitude locations in degree). If there
+is no other vertex within <em>snap</em> distance, no snapping will be done.
+Note that a too large value can severely damage area topology, beyond repair.
+<p>
+<i>Post-processing:</i> Snapped boundaries may need to be cleaned with
+<em>v.clean</em>, using its tools <em>break,rmdupl,rmsa</em>. For details,
+refer to the <em>v.clean</em> manual page.
+
 <h2>EXAMPLE</h2>
 
 <div class="code"><pre>
@@ -29,6 +40,7 @@
 <h2>SEE ALSO</h2>
 
 <em>
+<a href="v.clean.html">v.clean</a>,
 <a href="v.in.ogr.html">v.in.ogr</a>,
 <a href="v.proj.html">v.proj</a>
 </em>



More information about the grass-commit mailing list