[GRASS-SVN] r41203 - grass/branches/develbranch_6/vector/v.delaunay2
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Feb 27 12:33:15 EST 2010
Author: hamish
Date: 2010-02-27 12:33:14 -0500 (Sat, 27 Feb 2010)
New Revision: 41203
Removed:
grass/branches/develbranch_6/vector/v.delaunay2/v_delaunay_spearfish60_archsites.png
Modified:
grass/branches/develbranch_6/vector/v.delaunay2/description.html
Log:
go back to 3-pane graphic
Modified: grass/branches/develbranch_6/vector/v.delaunay2/description.html
===================================================================
--- grass/branches/develbranch_6/vector/v.delaunay2/description.html 2010-02-27 13:54:48 UTC (rev 41202)
+++ grass/branches/develbranch_6/vector/v.delaunay2/description.html 2010-02-27 17:33:14 UTC (rev 41203)
@@ -5,12 +5,13 @@
<P>
<BR>
-Delaunay triangulation example:
+Delaunay triangulation and Voronoi diagram example:
<center>
-<img src=v_delaunay_spearfish60_archsites.png border=1><BR>
+<img src=v_voronoi_delaunay.png border=1><BR> <!-- installed by v.voronoi -->
<table border=0 width=590>
<tr><td><center>
-<i>Delaunay Triangulation</i>
+<i>Delaunay Triangulation (left pane), Voronoi diagram (center pane),
+and both (right pane)</i>
</center></td></tr>
</table>
</center>
@@ -20,9 +21,25 @@
Commands used with the Spearfish dataset to create the above figure.
<div class="code"><pre>
- g.region n=4927250 s=4920000 w=588650 e=605850
+ g.region n=4927250 s=4919400 w=588650 e=594850
+ d.frame -c fr=one at=0,100,0,33.3333
+ d.frame -c fr=two at=0,100,33.3333,66.6667
+ d.frame -c fr=three at=0,100,66.6667,100
+
v.delaunay -lr in=archsites out=arch_delaunay
- d.vect map=arch_delaunay color=0:0:255
+ d.frame -s one
+ d.vect arch_delaunay
+ d.vect archsites color=red fcolor=red size=5 icon=basic/circle
+
+ v.voronoi -l in=archsites out=arch_voronoi
+ d.frame -s two
+ d.vect arch_voronoi type=line
+ d.vect archsites color=red fcolor=red size=5 icon=basic/circle
+
+ d.frame -s three
+ d.vect arch_voronoi type=line
+ d.vect arch_delaunay color=blue
+ d.vect archsites color=red fcolor=red size=5 icon=basic/circle
</pre></div>
Deleted: grass/branches/develbranch_6/vector/v.delaunay2/v_delaunay_spearfish60_archsites.png
===================================================================
(Binary files differ)
More information about the grass-commit
mailing list