File: control

package info (click to toggle)
pointpats 2.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 9,180 kB
  • sloc: python: 3,676; makefile: 39
file content (95 lines) | stat: -rw-r--r-- 3,914 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
Source: pointpats
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               jdupes,
               dh-sequence-python3,
               libjs-mathjax,
               libjs-requirejs,
               pybuild-plugin-pyproject,
               python3-all,
               python3-coverage,
               python3-doc <!nodoc>,
               python3-geopandas <!nocheck>,
               python3-libpysal,
               python-libpysal-doc <!nodoc>,
               python3-matplotlib,
               python3-sphinx-rtd-theme <!nodoc>,
               python3-myst-parser <!nodoc>,
               python3-nbsphinx <!nodoc>,
               python3-numpy,
               python3-numpydoc <!nodoc> <!nocheck>,
               python3-pandas,
               python-pandas-doc <!nodoc>,
               python3-pytest-xdist <!nocheck>,
               python3-pytest <!nocheck>,
               python3-pytest-cov <!nocheck>,
               python3-pytest-mpl <!nocheck>,
               python3-scipy,
               python-scipy-doc <!nodoc>,
               python3-setuptools,
               python3-setuptools-scm,
               python3-shapely <!nocheck>,
               python3-sklearn,
               python3-sphinx <!nodoc>,
               python3-sphinx-bootstrap-theme <!nodoc>,
               python3-sphinxcontrib.bibtex <!nodoc>,
               python-statsmodels-doc <!nodoc>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/science-team/pointpats
Vcs-Git: https://salsa.debian.org/science-team/pointpats.git
Homepage: https://github.com/pysal/pointpats
Rules-Requires-Root: no
#Testsuite: autopkgtest-pkg-pybuild

Package: python3-pointpats
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Recommends: python3-geopandas
Suggests: python-pointpats-doc,
          python3-sklearn,
          python3-shapely
Description: statistical analysis of planar point patterns
 The main objective of this module is to provide methods and functions for
 analyzing spatial patterns in point data. This includes the detection and
 characterization of different types of patterns, such as clusters, scatters
 or random patterns.
 .
 The project is integrated with the PySAL library, which is a broader library
 for spatial analysis in Python. This means that PointPatterns can be used in
 conjunction with other tools available in the PySAL ecosystem.
 .
 One of the main features of the module is to provide methods to calculate
 descriptive statistics, detect spatial clusters, perform orbit analysis
 and even perform statistical tests to evaluate the significance of observed
 patterns.

Package: python-pointpats-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Suggests: python3-doc,
          python-scipy-doc,
          python-libpysal-doc,
          python-pandas-doc,
          python-statsmodels-doc
Description: statistical analysis of planar point patterns (common documentation)
 The main objective of this module is to provide methods and functions for
 analyzing spatial patterns in point data. This includes the detection and
 characterization of different types of patterns, such as clusters, scatters
 or random patterns.
 .
 The project is integrated with the PySAL library, which is a broader library
 for spatial analysis in Python. This means that PointPatterns can be used in
 conjunction with other tools available in the PySAL ecosystem.
 .
 One of the main features of the module is to provide methods to calculate
 descriptive statistics, detect spatial clusters, perform orbit analysis
 and even perform statistical tests to evaluate the significance of observed
 patterns.
 .
 This package installs the common documentation package.