Metadata-Version: 2.1
Name: pointpats
Version: 2.2.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: pointpats: Point Pattern Analysis in PySAL
        ==========================================
        
        [![image](https://api.travis-ci.org/pysal/pointpats.svg)](https://travis-ci.org/pysal/pointpats)
        [![Documentation Status](https://readthedocs.org/projects/pointpats/badge/?version=latest)](https://pointpats.readthedocs.io/en/latest/?badge=latest)
        [![PyPI version](https://badge.fury.io/py/pointpats.svg)](https://badge.fury.io/py/pointpats)
        [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3265637.svg)](https://doi.org/10.5281/zenodo.3265637)
        
        Statistical analysis of planar point patterns.
        
        This package is part of [PySAL](https://pysal.org): The Python Spatial Analysis Library.
        
        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.org/getting_started).
        
        Bug reports
        -----------
        
        To search for or report bugs, please see pointpats'
        [issues](https://github.com/pysal/pointpats/issues).
        
        BibTeX Citation
        ---------------
        
        ```
        @misc{sergio_rey_2019_3265637,
          author       = {Sergio Rey and
                          Wei Kang and
                          Hu Shao and
                          Levi John Wolf and
                          Mridul Seth and
                          James Gaboardi and
                          Dani Arribas-Bel},
          title        = {pysal/pointpats: pointpats 2.1.0},
          month        = jul,
          year         = 2019,
          doi          = {10.5281/zenodo.3265637},
          url          = {https://doi.org/10.5281/zenodo.3265637}
        }
        ```
        
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.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >3.5
Description-Content-Type: text/markdown
Provides-Extra: tests
Provides-Extra: docs
