[GRASS-SVN] r63787 - grass/trunk/vector/v.mkgrid
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Dec 27 15:20:49 PST 2014
Author: neteler
Date: 2014-12-27 15:20:49 -0800 (Sat, 27 Dec 2014)
New Revision: 63787
Added:
grass/trunk/vector/v.mkgrid/v_mkgrid_hexagons.png
Modified:
grass/trunk/vector/v.mkgrid/v.mkgrid.html
Log:
v.mkgrid manual: hexagon example added
Modified: grass/trunk/vector/v.mkgrid/v.mkgrid.html
===================================================================
--- grass/trunk/vector/v.mkgrid/v.mkgrid.html 2014-12-27 22:51:00 UTC (rev 63786)
+++ grass/trunk/vector/v.mkgrid/v.mkgrid.html 2014-12-27 23:20:49 UTC (rev 63787)
@@ -111,6 +111,24 @@
Different point patterns for sampling design
</center>
+<h3>Creating hexagons in a metric projection</h3>
+
+North Carolina sample dataset example, creating regular hexagons
+based on the current region extent defined by the "elevation" map and
+raster resolution for the hexagon size:
+
+<div class="code"><pre>
+g.region raster=elevation res=5000 -pa
+v.mkgrid map=hexagons -h
+
+d.grid 5000
+</pre></div>
+
+<center>
+<img src="v_mkgrid_hexagons.png"><br>
+Hexagon map
+</center>
+
<h2>SEE ALSO</h2>
<em>
Added: grass/trunk/vector/v.mkgrid/v_mkgrid_hexagons.png
===================================================================
(Binary files differ)
Property changes on: grass/trunk/vector/v.mkgrid/v_mkgrid_hexagons.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
More information about the grass-commit
mailing list