GRASS logo

NAME

r.out.rgb - Exports a RGB raster scene as multilayer GeoTiff and returns a SLD for the RGB composite.

KEYWORDS

export, raster, SLD

SYNOPSIS

r.out.rgb
r.out.rgb --help
r.out.rgb red=name green=name blue=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:

red=name [required]
Raster map
Name of input raster map
green=name [required]
Raster map
Name of input raster map
blue=name [required]
Raster map
Name of input raster map
output=name [required]
RGB output GeoTiff file
Name for output file

Table of contents

DESCRIPTION

r.out.rgb is a GRASS GIS addon python script to export a RGB raster as GeoTiff and to return a SLD for the RGB composite.

EXAMPLE

r.out.rgb red=red green=green blue=blue output=rgb_output.tif 

SEE ALSO

r.out.gdal

AUTHOR

Anika Weinmann, mundialis, Germany

SOURCE CODE

Available at: r.out.rgb source code (history)

Accessed: Tuesday Apr 16 18:14:16 2024


Main index | Raster index | Topics index | Keywords index | Graphical index | Full index

© 2003-2024 GRASS Development Team, GRASS GIS 8.4.0dev Reference Manual