Metadata-Version: 2.1
Name: pointpats
Version: 2.0.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
Description: Point Pattern Analysis in PySAL
        ===============================
        .. image:: https://api.travis-ci.org/pysal/pointpats.svg
           :target: https://travis-ci.org/pysal/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.
        
        ********
        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>`_.
        
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.4
Provides-Extra: tests
