[GRASS-SVN] r59580 - grass-addons/grass6/vector/v.mkhexgrid
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Apr 5 09:40:37 PDT 2014
Author: neteler
Date: 2014-04-05 09:40:37 -0700 (Sat, 05 Apr 2014)
New Revision: 59580
Added:
grass-addons/grass6/vector/v.mkhexgrid/v_mkhexgrid.png
Modified:
grass-addons/grass6/vector/v.mkhexgrid/description.html
Log:
v.mkhexgrid Addon manual: example with screenshot added
Modified: grass-addons/grass6/vector/v.mkhexgrid/description.html
===================================================================
--- grass-addons/grass6/vector/v.mkhexgrid/description.html 2014-04-05 16:32:00 UTC (rev 59579)
+++ grass-addons/grass6/vector/v.mkhexgrid/description.html 2014-04-05 16:40:37 UTC (rev 59580)
@@ -1,14 +1,30 @@
<h2>DESCRIPTION</h2>
-<em>v.mkhexgrid</em> is a python script that creates a hexagonal grid for the selected region.
+<em>v.mkhexgrid</em> is a Python script that creates a hexagonal
+grid for the selected region.
<h2>NOTES</h2>
-This script functions by creating a number of GRASS ASCII files and them importing and cleaning them.
+This script functions by creating a number of GRASS ASCII files and
+them importing and cleaning them.
+
+<h2>EXAMPLE</h2>
+
+North Carolina sample dataset:
+
+<div class="code"><pre>
+v.mkhexgrid hexagon regionname=ortho_2001_t792_1m_seg \
+ sidelength=400 hexarea=2000
+</pre></div>
+
+<center>
+<img src="v_mkhexgrid.png" alt="Hexagon grid map"><br>
+Hexagon grid map
+</center>
+
<h2>SEE ALSO</h2>
-
<em>
- <a href="v.mkgrid.html">v.mkgrid</a>
+<a href="v.mkgrid.html">v.mkgrid</a>
</em>
<h2>AUTHOR</h2>
@@ -16,4 +32,5 @@
<h2>REFERENCES</h2>
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>
Added: grass-addons/grass6/vector/v.mkhexgrid/v_mkhexgrid.png
===================================================================
(Binary files differ)
Property changes on: grass-addons/grass6/vector/v.mkhexgrid/v_mkhexgrid.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
More information about the grass-commit
mailing list