[GRASS-SVN] r48540 - grass/trunk/visualization/m.nviz.image

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Sep 28 09:43:51 EDT 2011


Author: martinl
Date: 2011-09-28 06:43:51 -0700 (Wed, 28 Sep 2011)
New Revision: 48540

Added:
   grass/trunk/visualization/m.nviz.image/m.nviz.image
Removed:
   grass/trunk/visualization/m.nviz.image/nviz_cmd.html
Log:
nviz_cmd -> m.nviz.image (pass 1)


Copied: grass/trunk/visualization/m.nviz.image/m.nviz.image (from rev 48539, grass/trunk/visualization/m.nviz.image/nviz_cmd.html)
===================================================================
--- grass/trunk/visualization/m.nviz.image/m.nviz.image	                        (rev 0)
+++ grass/trunk/visualization/m.nviz.image/m.nviz.image	2011-09-28 13:43:51 UTC (rev 48540)
@@ -0,0 +1,35 @@
+<h2>DESCRIPTION</h2>
+
+<em>m.nviz.image</em> allows users to realistically render multiple
+<em>surfaces</em> (raster data) in a 3D space, optionally using
+thematic coloring, draping 2D <em>vector</em> data over the surfaces,
+displaying 3D vector data in the space, and visualization
+of <em>volume</em> data (3D raster data) from the command line.
+
+<h2>EXAMPLE</h2>
+
+Render elevation map in a 3D space.
+
+<div class="code"><pre>
+g.region rast=elevation
+m.nviz.image elevation_map=elevation output=elev perspective=15
+</pre></div>
+
+<h2>SEE ALSO</h2>
+
+<em>
+  <a href="wxGUI.Nviz.html">wxGUI 3D Viewer</a>
+</em>
+
+<h2>AUTHOR</h2>
+
+<a href="http://geo.fsv.cvut.cz/gwiki/Landa">Martin
+Landa</a>, <a href="http://grass.osgeo.org/wiki/WxNviz_GSoC_2008">Google
+Summer of Code 2008</a> (mentor: Michael Barton)
+and <a href="http://grass.osgeo.org/wiki/WxNviz_GSoC_2010">Google
+Summer of Code 2010</a> (mentor: Helena Mitasova)<br>
+Anna Kratochvilova, <a href="http://grass.osgeo.org/wiki/WxNviz_GSoC_2011">Google
+Summer of Code 2011</a> (mentor: Martin Landa)
+
+<p>
+<i>Last changed: $Date$</i>

Deleted: grass/trunk/visualization/m.nviz.image/nviz_cmd.html
===================================================================
--- grass/trunk/visualization/m.nviz.image/nviz_cmd.html	2011-09-28 13:43:17 UTC (rev 48539)
+++ grass/trunk/visualization/m.nviz.image/nviz_cmd.html	2011-09-28 13:43:51 UTC (rev 48540)
@@ -1,35 +0,0 @@
-<h2>DESCRIPTION</h2>
-
-<em>m.nviz.image</em> allows users to realistically render multiple
-<em>surfaces</em> (raster data) in a 3D space, optionally using
-thematic coloring, draping 2D <em>vector</em> data over the surfaces,
-displaying 3D vector data in the space, and visualization
-of <em>volume</em> data (3D raster data) from the command line.
-
-<h2>EXAMPLE</h2>
-
-Render elevation map in a 3D space.
-
-<div class="code"><pre>
-g.region rast=elevation
-m.nviz.image elevation_map=elevation output=elev perspective=15
-</pre></div>
-
-<h2>SEE ALSO</h2>
-
-<em>
-  <a href="wxGUI.Nviz.html">wxGUI 3D Viewer</a>
-</em>
-
-<h2>AUTHOR</h2>
-
-<a href="http://geo.fsv.cvut.cz/gwiki/Landa">Martin
-Landa</a>, <a href="http://grass.osgeo.org/wiki/WxNviz_GSoC_2008">Google
-Summer of Code 2008</a> (mentor: Michael Barton)
-and <a href="http://grass.osgeo.org/wiki/WxNviz_GSoC_2010">Google
-Summer of Code 2010</a> (mentor: Helena Mitasova)<br>
-Anna Kratochvilova, <a href="http://grass.osgeo.org/wiki/WxNviz_GSoC_2011">Google
-Summer of Code 2011</a> (mentor: Martin Landa)
-
-<p>
-<i>Last changed: $Date$</i>



More information about the grass-commit mailing list