• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

pointpats/H27-Jul-2020-7,6966,431

pointpats.egg-info/H03-May-2022-10886

MANIFEST.inH A D26-Jun-2020107 11

PKG-INFOH A D27-Jul-20204.1 KiB10886

README.mdH A D27-Jul-20202.5 KiB8362

setup.cfgH A D27-Jul-202038 53

setup.pyH A D27-Jul-20202.5 KiB7358

README.md

1pointpats: Point Pattern Analysis in PySAL
2==========================================
3
4[![image](https://api.travis-ci.org/pysal/pointpats.svg)](https://travis-ci.org/pysal/pointpats)
5[![Documentation Status](https://readthedocs.org/projects/pointpats/badge/?version=latest)](https://pointpats.readthedocs.io/en/latest/?badge=latest)
6[![PyPI version](https://badge.fury.io/py/pointpats.svg)](https://badge.fury.io/py/pointpats)
7[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3265637.svg)](https://doi.org/10.5281/zenodo.3265637)
8
9Statistical analysis of planar point patterns.
10
11This package is part of [PySAL](https://pysal.org): The Python Spatial Analysis Library.
12
13Introduction
14------------
15
16This [pointpats](https://github.com/pysal/pointpats) package is intended
17to support the statistical analysis of planar point patterns.
18
19It currently works on cartesian coordinates. Users with data in
20geographic coordinates need to project their data prior to using this
21module.
22
23Documentation
24-------------
25
26Online documentation is available
27[here](https://pointpats.readthedocs.io).
28
29Examples
30--------
31
32-   [Basic point pattern
33    structure](https://github.com/pysal/pointpats/tree/master/notebooks/pointpattern.ipynb)
34-   [Centrography and
35    visualization](https://github.com/pysal/pointpats/tree/master/notebooks/centrography.ipynb)
36-   [Marks](https://github.com/pysal/pointpats/tree/master/notebooks/marks.ipynb)
37-   [Simulation of point
38    processes](https://github.com/pysal/pointpats/tree/master/notebooks/process.ipynb)
39-   [Distance based
40    statistics](https://github.com/pysal/pointpats/tree/master/notebooks/distance_statistics.ipynb)
41
42Installation
43------------
44
45Install pointpats by running:
46
47    $ pip install pointpats
48
49Development
50-----------
51
52pointpats development is hosted on
53[github](https://github.com/pysal/pointpats).
54
55As part of the PySAL project, pointpats development follows these
56[guidelines](http://pysal.org/getting_started).
57
58Bug reports
59-----------
60
61To search for or report bugs, please see pointpats'
62[issues](https://github.com/pysal/pointpats/issues).
63
64BibTeX Citation
65---------------
66
67```
68@misc{sergio_rey_2019_3265637,
69  author       = {Sergio Rey and
70                  Wei Kang and
71                  Hu Shao and
72                  Levi John Wolf and
73                  Mridul Seth and
74                  James Gaboardi and
75                  Dani Arribas-Bel},
76  title        = {pysal/pointpats: pointpats 2.1.0},
77  month        = jul,
78  year         = 2019,
79  doi          = {10.5281/zenodo.3265637},
80  url          = {https://doi.org/10.5281/zenodo.3265637}
81}
82```
83