GRASS logo

NAME

r.scaleminmax - Rescales a raster map to new min, max values.

KEYWORDS

raster, algebra

SYNOPSIS

r.scaleminmax
r.scaleminmax --help
r.scaleminmax input=name output=name [min=float] [max=float] [type=string] [--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 [required]
Name of input raster map
output=name [required]
Name of output raster map
min=float
New minimum value
max=float
New maximum value
type=string
Output datatype
Options: CELL, FCELL, DCELL
Default: DCELL

Table of contents

DESCRIPTION

r.scaleminmax rescales a raster map to new minimim and maximum values.

This module is a helper addon for openeo.

SEE ALSO

r.mapcalc

AUTHORS

Markus Metz, mundialis, Germany

SOURCE CODE

Available at: r.scaleminmax source code (history)

Accessed: Monday Jul 27 12:29:41 2026


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

© 2003-2026 GRASS Development Team, GRASS 8.5.1dev Reference Manual