GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
r.quant(1) GRASS GIS User's Manual r.quant(1)

r.quant - Produces the quantization file for a floating-point map.

raster, statistics, quantization

r.quant
r.quant --help
r.quant [-tr] input=string[,string,...] [rules=name] [basemap=string] [fprange=dmin,dmax] [range=min,max] [--help] [--verbose] [--quiet] [--ui]

-t

Truncate floating point data
-r

Round floating point data
--help

Print usage summary
--verbose

Verbose module output
--quiet

Quiet module output
--ui

Force launching GUI dialog

input=string[,string,...] [required]

Raster map(s) to be quantized
rules=name

Path to rules file ("-" to read from stdin)
basemap=string

Base map to take quant rules from
fprange=dmin,dmax

Floating point range: dmin,dmax
range=min,max

Integer range: min,max

r.quant produces the quantization file for a floating-point map.

The map parameter defines the map for which the rules are to be created. If more than one map is specified, then this implies that the floating-point range is the miniumum and maximum of all the maps together, unless either basemap=map or fprange=min,max is specified.

The quant rules have to be entered interactively.

If rules is specified, the input has the form:

value1:value2:cat1:[cat2]

where value1 and value2 are floating point values and cat1 cand cat2 are integers. If cat2 is missing, it is taken to be equal to cat1. All values can be "*" which means infinity.

It is an error for both basemap and fprange to be specified.

r.support, r.null

Michael Shapiro, Olga Waupotitsch, U.S.Army Construction Engineering Research Laboratory

Available at: r.quant source code (history)

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

© 2003-2021 GRASS Development Team, GRASS GIS 7.8.6 Reference Manual

GRASS 7.8.6

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.