Note: This document is for an older version of GRASS GIS that is outdated. You should upgrade, and read the current manual page.
NAME
i.image.mosaic - Mosaics up to four images, extending the color table.
creates map *.mosaic
KEYWORDS
raster, imagery, mosaicking
SYNOPSIS
i.image.mosaic
i.image.mosaic help
i.image.mosaic image1=name image2=name [image3=name] [image4=name] [--verbose] [--quiet]
Parameters:
- image1=name
- 1st map for mosaic (top of image stack)
- image2=name
- 2nd map for mosaic
- image3=name
- 3rd map for mosaic
- image4=name
- 4th map for mosaic
DESCRIPTION
i.image.mosaic mosaics several images or raster maps using the
GRASS GIS map calculator, and extends the colormap to the range of all images.
NOTES
For simple quilting of various maps together, see the r.patch
module.
To expand the region to the greatest extent of all input maps, run
g.region rast=map1,map2,map3,map4 -p
SEE ALSO
r.patch,
r.mapcalc
AUTHOR
Markus Neteler, ITC-Irst, Trento, Italy
Updated to GRASS 5.7 by Michael Barton, Arizona State University
Last changed: $Date: 2011-12-06 13:53:34 -0800 (Tue, 06 Dec 2011) $
Main index - imagery index - Full index
© 2003-2014 GRASS Development Team