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

NAME

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

KEYWORDS

9       raster
10

SYNOPSIS

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

DESCRIPTION

47       r.quant produces the quantization file for a floating-point map.
48
49       The map parameter defines the map for which the rules be to be created.
50       If more than one map is specified, then this implies that the floating-
51       point range is the miniumum and  maximum  of  all  the  maps  together,
52       unless either basemap=map or fprange=min,max is specified.
53

Quant rules

55       The quant rules have to be entered interactively.
56
57       If rules is specified, the input has the form:
58
59       value1:value2:cat1:[cat2]
60
61       where  value1  and  value2 are floating point values and cat1 cand cat2
62       are integers. If cat2 is missing, it is taken to be equal to cat1.  All
63       values can be "*" which means infinity.
64

NOTE

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

SEE ALSO

69       r.support, r.null
70

AUTHOR

72       Michael  Shapiro,  Olga  Waupotitsch, U.S.Army Construction Engineering
73       Research Laboratory
74
75       Last changed: $Date: 2003-05-06 17:01:08 +0200 (Tue, 06 May 2003) $
76
77       Full index
78
79       © 2003-2008 GRASS Development Team
80
81
82
83GRASS 6.3.0                                                         r.quant(1)
Impressum