1v.qcount(1)                   Grass User's Manual                  v.qcount(1)
2
3
4

NAME

6       v.qcount  - Indices for quadrat counts of vector point lists.
7

KEYWORDS

9       vector, statistics, point pattern
10

SYNOPSIS

12       v.qcount
13       v.qcount --help
14       v.qcount     [-g]     input=name      [layer=string]      [output=name]
15       nquadrats=integer radius=float   [--overwrite]   [--help]   [--verbose]
16       [--quiet]  [--ui]
17
18   Flags:
19       -g
20           Print results in shell script style
21
22       --overwrite
23           Allow output files to overwrite existing files
24
25       --help
26           Print usage summary
27
28       --verbose
29           Verbose module output
30
31       --quiet
32           Quiet module output
33
34       --ui
35           Force launching GUI dialog
36
37   Parameters:
38       input=name [required]
39           Name of input vector map
40           Or data source for direct OGR access
41
42       layer=string
43           Layer number or name (’-1’ for all layers)
44           A  single  vector map can be connected to multiple database tables.
45           This number determines which table to use. When  used  with  direct
46           OGR access this is the layer name.
47           Default: -1
48
49       output=name
50           Name for output quadrat centers map (number of points is written as
51           category)
52
53       nquadrats=integer [required]
54           Number of quadrats
55
56       radius=float [required]
57           Quadrat radius
58

DESCRIPTION

60       v.qcount computes six different quadrat count statistics that provide a
61       measure  of  how much an user defined point pattern departs from a com‐
62       plete spatial random point pattern.
63
64       Points are distributed following a complete  spatial  randomness  (CSR)
65       pattern  if events are equally likely to occur anywhere within an area.
66       There are two types departure from a CSR:  regularity  and  clustering.
67       Figure 1 gives an example of a complete random, regular and a clustered
68       pattern.
69       Figure 1: Realization of two-dimensional Poisson processes of 50 points
70       on the unit square exhibiting (a) complete spatial randomness, (b) reg‐
71       ularity, and (c) clustering.
72
73       Various indices and statistics measure departure from CSR. The v.qcount
74       function  implements  six  different  quadrat  count  indices  that are
75       described in Cressie (1991; p. 590-591)[1]  and  in  Ripley  (1981;  p.
76       102-106)[2] and summarized in Table 1.
77       Table 1: Indices for Quadrat Count Data. Adapted from Cressie [1], this
78       table shows the statistics computed for the quadrats in Figure 2.
79
80       These indices are computed as follows: v.qcount chooses nquadrads  cir‐
81       cular  quadrats  of  radius radius such that they are completely within
82       the bounds of the current region and no two quadrats overlap.  The num‐
83       ber  of  points falling within each quadrat are counted and indices are
84       calculated to estimate the departure of point locations  from  complete
85       spatial randomness. This is illustrated in Figure 2.
86       Figure 2: Randomly placed quadrats (n = 100) with 584 sample points.
87
88       The  number of points is written as category to the output map (and not
89       to an attribute table).
90

NOTES

92       This program may not work properly with lat-long data. It uses  hypot()
93       in two files: count.c and findquads.c.
94

SEE ALSO

96        v.random, v.distance, v.neighbors, v.perturb
97

REFERENCES

99       General references include:
100
101       [1]  Noel  A. C. Cressie. Statistics for Spatial Data.  Wiley Series in
102       Probability and Mathematical Statistics. John Wiley & Sons,  New  York,
103       NY, 1st edition, 1991.
104
105       [2] Brian D. Ripley. Spatial Statistics.  John Wiley \& Sons, New York,
106       NY, 1981.
107
108       References to the indices include:
109
110       [3] R. A. Fisher, H. G. Thornton, and W. A. Mackenzie.  The accuracy of
111       the  plating method of estimating the density of bacterial populations.
112       Annals of Applied Biology, 9:325-359, 1922.
113
114       [4] F. N. David and P. G. Moore. Notes on contagious  distributions  in
115       plant populations. Annals of Botany, 18:47-53, 1954.
116
117       [5] J. B. Douglas.  Clustering and aggregation.  Sankhya B, 37:398-417,
118       1975.
119
120       [6] M. Lloyd. Mean crowding.  Journal of Animal Ecology, 36:1-30, 1967.
121
122       [7] M. Morista. Measuring the dispersion and analysis  of  distribution
123       patterns. Memoires of the Faculty of Science, Kyushu University, Series
124       E.  Biology, 2:215-235, 1959.
125
126       A more detailed background is given in the tutorial:
127
128       [8] James  Darrell  McCauley  1993.  Complete  Spatial  Randomness  and
129       Quadrat Methods - GRASS Tutorial on v.qcount
130

KNOWN ISSUES

132       Timestamp not working for header part of counts output. (2000-10-28)
133

AUTHORS

135       James Darrell McCauley
136       when he was at: Agricultural Engineering Purdue University
137
138       Modified for GRASS 5.0 by Eric G. Miller (2000-10-28)
139       Modified for GRASS 5.7 by R. Blazek (2004-10-14)
140

SOURCE CODE

142       Available at: v.qcount source code (history)
143
144       Main  index  | Vector index | Topics index | Keywords index | Graphical
145       index | Full index
146
147       © 2003-2019 GRASS Development Team, GRASS GIS 7.8.2 Reference Manual
148
149
150
151GRASS 7.8.2                                                        v.qcount(1)
Impressum