1d.polar(1)                    Grass User's Manual                   d.polar(1)
2
3
4

NAME

6       d.polar   -  Draws  polar  diagram  of angle map such as aspect or flow
7       directions
8

KEYWORDS

10       display, diagram
11

SYNOPSIS

13       d.polar
14       d.polar help
15       d.polar [-x] map=name  [undef=float]   [eps=string]
16
17   Flags:
18       -x  Plot using Xgraph
19
20   Parameters:
21       map=name
22           Name of raster angle map
23
24       undef=float
25           Pixel value to be interpreted as undefined (different from NULL)
26
27       eps=string
28           Name of optional EPS output file
29

DESCRIPTION

31       d.polar calculates and displays a polar diagram of an angle raster  map
32       such  as aspect, wind direction, or flow.  The input angle map orienta‐
33       tion must be counter-clockwise (CCW) from east, and the angle map units
34       must  be  degrees.  This  refers  to  the standard orientation of GRASS
35       (e.g., see r.slope.aspect).
36
37       The radius of the outer circle is defined by the total number of pixels
38       in  the  map.  If the polar diagram does not reach the outer circle, no
39       data (NULL) pixels were found in the map.
40
41       The vector in the diagram indicates a prevailing direction, its  length
42       the  strength of such direction. In case all angle vectors are oriented
43       along the same direction, the length for the vector is maximal (in fact
44       it  is equal to length of the most populated bin of the underlying his‐
45       togram).
46
47       As a side effect, the quality of the angle map can be derived from  the
48       diagram.  Strong  spikes  may  indicate  an  over-representation of the
49       related angle(s) which happens in particular if integer maps are used.
50

NOTES

52       If the eps parameter is used, the diagram is generated as EPS file.  If
53       the  -x  flag  is  used  xgraph is lauched.  Otherwise d.polar will use
54       d.graph to draw the plot in the current display frame.
55
56       If d.polar is used on an aspect map generated  by  r.slope.aspect,  the
57       undef  parameter should be set to 0 to distinguish NO DATA (NULL) areas
58       from areas where aspect is undefined (i.e. flat areas).
59
60       Polar diagram of aspect map
61

EXAMPLE

63       In this example, the polar diagram of the 'aspect'  angle  map  in  the
64       Spearfish location is generated:
65       d.polar aspect
66
67

SEE ALSO

69       d.graph, d.histogram, d.rast.arrow, r.slope.aspect
70

XGRAPH REQUIREMENT

72       Xgraph must be installed for the -x flag to function.
73

AUTHORS

75       Markus Neteler, ITC-irst, Italy
76       Bruno Caprile, ITC-irst, Italy
77       Hamish Bowman, Otago University, New Zealand
78
79       Last changed: $Date: 2007/03/08 13:51:30 $
80
81       Full index
82
83
84
85GRASS 6.2.2                                                         d.polar(1)
Impressum