1r.quant(1)                    Grass User's Manual                   r.quant(1)
2
3
4

NAME

6       r.quant   - This routine produces the quantization file for a floating-
7       point map.
8

KEYWORDS

10       raster
11

SYNOPSIS

13       r.quant
14       r.quant help
15       r.quant     [-tr]      [basemap=string]       input=string[,string,...]
16       fprange=dmin,dmax range=min,max
17
18   Flags:
19       -t  Truncate floating point data
20
21       -r  Round floating point data
22
23   Parameters:
24       basemap=string
25           Base map to take quant rules from Default: NONE
26
27       input=string[,string,...]
28           Raster map(s) to be quantized
29
30       fprange=dmin,dmax
31           Floating point range: dmin,dmax Default:
32
33       range=min,max
34           Integer range: min,max Default: 1,255
35

DESCRIPTION

37       r.quant produces the quantization file for a floating-point map.
38
39       The map parameter defines the map for which the rules be to be created.
40       If more than one map is specified, then this implies that the floating-
41       point  range  is  the  miniumum  and  maximum of all the maps together,
42       unless either basemap=map or fprange=min,max is specified.
43

Quant rules

45       The quant rules have to be entered interactively.
46
47       If rules is specified, the input has the form:
48
49       value1:value2:cat1:[cat2]
50
51       where value1 and value2 are floating point values and  cat1  cand  cat2
52       are  integers. If cat2 is missing, it is taken to be equal to cat1. All
53       values can be "*" which means infinity.
54

NOTE

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

SEE ALSO

59       r.support, r.null
60

AUTHOR

62       Michael Shapiro, Olga Waupotitsch,  U.S.Army  Construction  Engineering
63       Research Laboratory
64
65       Last changed: $Date: 2003/05/06 14:57:26 $
66
67       Full index
68
69
70
71GRASS 6.2.2                                                         r.quant(1)
Impressum