logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

i.image.mosaic - Mosaics several images and extends colormap.

Authors

       Markus Neteler, ITC-Irst, Trento, Italy Updated to GRASS 5.7 by Michael Barton, Arizona State University

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.

Keywords

       imagery, geometry, mosaicking

Name

i.image.mosaic  - Mosaics several images and extends colormap.

See Also

r.patch,r.mapcalc

Source Code

       Available at: i.image.mosaic source code (history)

       Accessed: Friday Apr 04 01:21:11 2025

       Main index | Imagery index | Topics index | Keywords index | Graphical index | Full index

       © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual

GRASS 8.4.1                                                                               i.image.mosaic(1grass)

Synopsis

i.image.mosaici.image.mosaic--helpi.image.mosaicinput=name[,name,...] output=name  [--overwrite]  [--help]  [--verbose]  [--quiet]  [--ui]

   Flags:--overwrite
           Allow output files to overwrite existing files

       --help
           Print usage summary

       --verbose
           Verbose module output

       --quiet
           Quiet module output

       --ui
           Force launching GUI dialog

   Parameters:input=name[,name,...] [required]
           Name of input raster map(s)

       output=name[required]
           Name for output raster map

See Also