Metadata-Version: 2.1
Name: esda
Version: 2.2.1
Summary: Exploratory spatial data analysis functions.
Home-page: http://pysal.org
Maintainer: PySAL Developers
Maintainer-email: pysal-dev@googlegroups.com
License: 3-Clause BSD
Download-URL: https://pypi.python.org/pypi/esda
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/x-rst
Requires-Dist: scipy (>=0.11)
Requires-Dist: pandas
Requires-Dist: libpysal
Requires-Dist: scikit-learn
Provides-Extra: docs
Requires-Dist: sphinx (>=1.4.3) ; extra == 'docs'
Requires-Dist: sphinxcontrib-napoleon ; extra == 'docs'
Requires-Dist: sphinx-gallery ; extra == 'docs'
Requires-Dist: sphinxcontrib-bibtex ; extra == 'docs'
Requires-Dist: sphinx-bootstrap-theme ; extra == 'docs'
Requires-Dist: numpydoc ; 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'
Requires-Dist: geopandas ; extra == 'tests'

Exploratory Spatial Data Analysis (esda) in PySAL
=================================================

.. image:: https://travis-ci.org/pysal/esda.svg
   :target: https://travis-ci.org/pysal/esda

.. image:: https://badges.gitter.im/pysal/pysal.svg
   :target: https://gitter.im/pysal/pysal

.. image:: https://zenodo.org/badge/81873636.svg
   :target: https://zenodo.org/badge/latestdoi/81873636

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

Methods for testing for global and local autocorrelation in areal unit
data.

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

Install esda by running:

::

    $ pip install esda

************
Requirements
************

-  libpysal

**********
Contribute
**********

PySAL-esda is under active development and contributors are welcome.

If you have any suggestion, feature request, or bug report, please open
a new `issue <https://github.com/pysal/esda/issues>`__ on GitHub. To
submit patches, please follow the PySAL development
`guidelines <https://github.com/pysal/pysal/wiki>`__
and open a `pull request <https://github.com/pysal/esda>`__. Once your
changes get merged, you’ll automatically be added to the `Contributors
List <https://github.com/pysal/esda/graphs/contributors>`__.

*******
Support
*******

If you are having issues, please talk to us in the `gitter
room <https://gitter.im/pysal/pysal>`__.

*******
License
*******

The project is licensed under the `BSD
license <https://github.com/pysal/esda/blob/master/LICENSE>`__.

*******
Funding
*******

NSF Award #1421935 `New Approaches to Spatial Distribution
Dynamics <https://www.nsf.gov/awardsearch/showAward?AWD_ID=1421935>`__



