浏览代码

v.mkgrid manual: hexagon example added

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@63787 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 10 年之前
父节点
当前提交
ca234a8865
共有 2 个文件被更改,包括 18 次插入0 次删除
  1. 18 0
      vector/v.mkgrid/v.mkgrid.html
  2. 二进制
      vector/v.mkgrid/v_mkgrid_hexagons.png

+ 18 - 0
vector/v.mkgrid/v.mkgrid.html

@@ -111,6 +111,24 @@ v.patch input=pointpattern1,pointpattern2 output=pointpattern3
 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>

二进制
vector/v.mkgrid/v_mkgrid_hexagons.png