[GRASS-SVN] r49577 -
grass/branches/develbranch_6/scripts/i.image.mosaic
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Dec 6 16:53:35 EST 2011
Author: hamish
Date: 2011-12-06 13:53:34 -0800 (Tue, 06 Dec 2011)
New Revision: 49577
Modified:
grass/branches/develbranch_6/scripts/i.image.mosaic/description.html
Log:
+ tips
Modified: grass/branches/develbranch_6/scripts/i.image.mosaic/description.html
===================================================================
--- grass/branches/develbranch_6/scripts/i.image.mosaic/description.html 2011-12-06 18:51:54 UTC (rev 49576)
+++ grass/branches/develbranch_6/scripts/i.image.mosaic/description.html 2011-12-06 21:53:34 UTC (rev 49577)
@@ -3,6 +3,19 @@
<em>i.image.mosaic</em> mosaics several images or raster maps using the
GRASS GIS map calculator, and extends the colormap to the range of all images.
+
+<h2>NOTES</h2>
+
+For simple quilting of various maps together, see the <em>r.patch</em>
+module.
+<p>
+To expand the region to the greatest extent of all input maps, run
+<div class="code"><pre>
+ g.region rast=map1,map2,map3,map4 -p
+</pre></div>
+<!-- align=map1 ? -->
+
+
<h2>SEE ALSO</h2>
<em>
@@ -15,4 +28,5 @@
Markus Neteler, ITC-Irst, Trento, Italy
Updated to GRASS 5.7 by Michael Barton, Arizona State University
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>
More information about the grass-commit
mailing list