Explorar o código

v.mkgrid manual: hexagon example added

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@63787 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler %!s(int64=10) %!d(string=hai) anos
pai
achega
ca234a8865
Modificáronse 2 ficheiros con 18 adicións e 0 borrados
  1. 18 0
      vector/v.mkgrid/v.mkgrid.html
  2. BIN=BIN
      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
 Different point patterns for sampling design
 </center>
 </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>
 <h2>SEE ALSO</h2>
 
 
 <em>
 <em>

BIN=BIN
vector/v.mkgrid/v_mkgrid_hexagons.png