Metadata-Version: 2.1
Name: pointpats
Version: 2.1.0
Summary: Methods and Functions for planar point pattern analysis
Home-page: https://github.com/pysal/pointpats
Maintainer: Hu Shao
Maintainer-email: shaohutiger@gmail.com
License: 3-Clause BSD
Keywords: spatial statistics
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >3.5
Description-Content-Type: text/x-rst
Requires-Dist: scipy (>=0.11)
Requires-Dist: numpy (>=1.3)
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: libpysal (>=4.0.0)
Provides-Extra: docs
Requires-Dist: sphinx (>=1.4.3) ; extra == 'docs'
Requires-Dist: sphinxcontrib-bibtex ; extra == 'docs'
Requires-Dist: sphinx-bootstrap-theme ; extra == 'docs'
Requires-Dist: numpydoc ; extra == 'docs'
Requires-Dist: nbsphinx ; extra == 'docs'
Requires-Dist: matplotlib ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: nose ; extra == 'tests'
Requires-Dist: nose-progressive ; extra == 'tests'
Requires-Dist: nose-exclude ; extra == 'tests'
Requires-Dist: coverage ; extra == 'tests'
Requires-Dist: coveralls ; extra == 'tests'

Point Pattern Analysis in PySAL
===============================
.. image:: https://api.travis-ci.org/pysal/pointpats.svg
   :target: https://travis-ci.org/pysal/pointpats

.. image:: https://readthedocs.org/projects/pointpats/badge/?version=latest
   :target: https://pointpats.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

.. image:: https://badge.fury.io/py/pointpats.svg
   :target: https://badge.fury.io/py/pointpats

Statistical analysis of planar point patterns.

This package is part of a `refactoring of PySAL
<https://github.com/pysal/pysal/wiki/PEP-13:-Refactor-PySAL-Using-Submodules>`_.


************
Introduction
************

This `pointpats <https://github.com/pysal/pointpats>`_ package is intended to support the statistical analysis of planar point patterns.

It currently works on cartesian coordinates. Users with data in geographic coordinates need to project their data prior to using this module.

*************
Documentation
*************

Online documentation is available `here <https://pointpats.readthedocs.io>`_.

********
Examples
********

- `Basic point pattern structure <https://github.com/pysal/pointpats/tree/master/notebooks/pointpattern.ipynb>`_
- `Centrography and visualization <https://github.com/pysal/pointpats/tree/master/notebooks/centrography.ipynb>`_
- `Marks <https://github.com/pysal/pointpats/tree/master/notebooks/marks.ipynb>`_
- `Simulation of point processes <https://github.com/pysal/pointpats/tree/master/notebooks/process.ipynb>`_
- `Distance based statistics <https://github.com/pysal/pointpats/tree/master/notebooks/distance_statistics.ipynb>`_

************
Installation
************

Install pointpats by running:

::

    $ pip install pointpats

***********
Development
***********

pointpats development is hosted on `github <https://github.com/pysal/pointpats>`_.

As part of the PySAL project, pointpats development follows these `guidelines <http://pysal.readthedocs.io/en/latest/developers/index.html>`_.

***********
Bug reports
***********

To search for or report bugs, please see pointpat's `issues <https://github.com/pysal/pointpats/issues>`_.


