[GRASS-SVN] r71413 - grass/trunk/scripts/v.centroids

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Aug 19 10:43:24 PDT 2017


Author: annakrat
Date: 2017-08-19 10:43:24 -0700 (Sat, 19 Aug 2017)
New Revision: 71413

Added:
   grass/trunk/scripts/v.centroids/v_centroids.png
Modified:
   grass/trunk/scripts/v.centroids/v.centroids.html
Log:
v.centroids: contributed example by Steve Krueger

Modified: grass/trunk/scripts/v.centroids/v.centroids.html
===================================================================
--- grass/trunk/scripts/v.centroids/v.centroids.html	2017-08-19 15:23:37 UTC (rev 71412)
+++ grass/trunk/scripts/v.centroids/v.centroids.html	2017-08-19 17:43:24 UTC (rev 71413)
@@ -16,6 +16,20 @@
 example, represent a road between two parcels of land. In this case it
 is entirely appropriate for the boundary to contain category information.
 
+<h2>EXAMPLES</h2>
+Create an area from a closed line using North Carolina sample dataset:
+<div class="code"><pre>
+v.type input=busroute11 output=busroute11_boundary from_type=line to_type=boundary
+v.centroids input=busroute11_boundary output=busroute11_area
+</pre></div>
+
+<div align="center" style="margin: 10px">
+<a href="v_centroids.png">
+<img src="v_centroids.png" width="600" alt="v.centroids example" border="0">
+</a><br>
+<i>Figure: Creating area from closed line</i>
+</div>
+
 <h2>SEE ALSO</h2>
 
 <em>

Added: grass/trunk/scripts/v.centroids/v_centroids.png
===================================================================
(Binary files differ)


Property changes on: grass/trunk/scripts/v.centroids/v_centroids.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream



More information about the grass-commit mailing list