~ubuntu-branches/ubuntu/wily/grass/wily

« back to all changes in this revision

Viewing changes to vector/v.qcount/description.html

Tags: 7.0.0~rc1+ds1-1~exp1
* New upstream release candidate.
* Repack upstream tarball, remove precompiled Python objects.
* Add upstream metadata.
* Update gbp.conf and Vcs-Git URL to use the experimental branch.
* Update watch file for GRASS 7.0.
* Drop build dependencies for Tcl/Tk, add build dependencies:
  python-numpy, libnetcdf-dev, netcdf-bin, libblas-dev, liblapack-dev
* Update Vcs-Browser URL to use cgit instead of gitweb.
* Update paths to use grass70.
* Add configure options: --with-netcdf, --with-blas, --with-lapack,
  remove --with-tcltk-includes.
* Update patches for GRASS 7.
* Update copyright file, changes:
  - Update copyright years
  - Group files by license
  - Remove unused license sections
* Add patches for various typos.
* Fix desktop file with patch instead of d/rules.
* Use minimal dh rules.
* Bump Standards-Version to 3.9.6, no changes.
* Use dpkg-maintscript-helper to replace directories with symlinks.
  (closes: #776349)
* Update my email to use @debian.org address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<H2>DESCRIPTION</H2>
2
 
 
3
 
<EM>v.qcount</EM> chooses <B>n</B> circular quadrats of
4
 
radius <B>r</B> such that they are completely within the
5
 
bounds of the current region and no two quadrats overlap.
6
 
The number of points falling within each quadrat are counted
7
 
and indices are calculated to estimate the departure of
8
 
point locations from complete spatial randomness.
9
 
 
10
 
<H2>NOTES</H2>
11
 
 
12
 
This program may not work properly with lat-long data. It uses 
13
 
<EM>hypot()</EM>
14
 
in two files: <EM>count.c</EM> and <EM>findquads.c</EM>.
15
 
 
16
 
<H2>SEE ALSO</H2>
17
 
 
18
 
<EM><A HREF="v.random.html">v.random</A></EM> 
19
 
 
20
 
<P>
21
 
 
22
 
<EM>Complete Spatial Randomness and Quadrat Methods</EM>  - 
23
 
GRASS Tutorial on <EM>v.qcount</EM>
24
 
(only available as older file s.qcount-tutorial.ps),
25
 
 
26
 
<P>
27
 
 
28
 
General references include:
29
 
 
30
 
<BR>
31
 
 
32
 
Noel A. C. Cressie.
33
 
<EM>Statistics for Spatial Data</EM>.
34
 
Wiley Series in Probability and Mathematical Statistics. John Wiley
35
 
&amp; Sons, New York, NY, 1st edition, 1991.
36
 
 
37
 
<BR>
38
 
 
39
 
Brian D. Ripley.
40
 
<EM>Spatial Statistics</EM>.
41
 
John Wiley \&amp; Sons, New York, NY, 1981.
42
 
 
43
 
 
44
 
<P>
45
 
 
46
 
References to the indices include:
47
 
 
48
 
<BR>
49
 
 
50
 
F. N. David and P. G. Moore.
51
 
Notes on contagious distributions in plant populations.
52
 
<EM>Annals of Botany</EM>, 
53
 
18:47-53, 1954.
54
 
 
55
 
<BR>
56
 
 
57
 
J. B. Douglas.  Clustering and aggregation.
58
 
<EM>Sankhya B</EM>, 
59
 
37:398-417, 1975.
60
 
 
61
 
<BR>
62
 
 
63
 
R. A. Fisher, H. G. Thornton, and W. A. Mackenzie.
64
 
The accuracy of the plating method of estimating the density of
65
 
bacterial populations.
66
 
<EM>Annals of Applied Biology</EM>, 
67
 
9:325-359, 1922.
68
 
 
69
 
<BR>
70
 
 
71
 
M. Lloyd.
72
 
Mean crowding.
73
 
<EM>Journal of Animal Ecology</EM>, 
74
 
36:1-30, 1967.
75
 
 
76
 
<BR>
77
 
 
78
 
M. Morista.
79
 
Measuring the dispersion and analysis of distribution patterns.
80
 
<EM>Memoires of the Faculty of Science, Kyushu University, Series E.
81
 
Biology</EM>, 2:215-235, 1959.
82
 
 
83
 
<H2>BUGS</H2>
84
 
<P>
85
 
Timestamp not working for header part of counts output. (2000-10-28)
86
 
<P>
87
 
Please send all bug fixes and comments to the author
88
 
or the grass development team. <br>
89
 
<a href="http://grass.itc.it"><tt>http://grass.itc.it</tt></a>.
90
 
 
91
 
<H2>AUTHOR</H2>
92
 
 
93
 
<A HREF="http://mccauley-usa.com/">James Darrell McCauley</A>
94
 
<A HREF="mailto:darrell@mccauley-usa.com">&lt;darrell@mccauley-usa.com&gt;</A>,
95
 
<br>when he was at: 
96
 
<A HREF="http://ABE.www.ecn.purdue.edu/ABE/">Agricultural Engineering</A>
97
 
<A HREF="http://www.purdue.edu/">Purdue University</A>
98
 
 
99
 
<P>
100
 
Modified for GRASS 5.0 by Eric G. Miller (2000-10-28)
101
 
<BR>
102
 
Modified for GRASS 5.7 by R. Blazek (2004-10-14)
103
 
 
104
 
 
105
 
<p><i>Last changed: $Date: 2004-12-06 11:45:44 +0100 (Mon, 06 Dec 2004) $</i>