Metadata-Version: 2.1
Name: mapclassify
Version: 2.2.0
Summary: Classification Schemes for Choropleth Maps.
Home-page: https://github.com/pysal/mapclassify
Maintainer: Serge Rey, Wei Kang
Maintainer-email: sjsrey@gmail.com, weikang9009@gmail.com
License: 3-Clause BSD
Keywords: spatial statistics,geovisualizaiton
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-Dist: scipy (>=0.11)
Requires-Dist: numpy (>=1.3)
Requires-Dist: scikit-learn
Requires-Dist: pandas
Requires-Dist: deprecated
Provides-Extra: docs
Requires-Dist: sphinx (>=1.4.3) ; 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'
Requires-Dist: libpysal ; extra == 'tests'

mapclassify: Classification Schemes for Choropleth Maps
=======================================================

.. image:: https://api.travis-ci.org/pysal/mapclassify.svg
   :target: https://travis-ci.org/pysal/mapclassify
.. image:: https://badge.fury.io/py/mapclassify.svg
    :target: https://badge.fury.io/py/mapclassify
.. image:: https://zenodo.org/badge/88918063.svg
   :target: https://zenodo.org/badge/latestdoi/88918063

mapclassify is an open-source python library for Choropleth map
classification. It is part of a `refactoring of PySAL
<https://github.com/pysal/pysal/wiki/PEP-13:-Refactor-PySAL-Using-Submodules>`_.

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

Install mapclassify by running:

::

    $ pip install mapclassify

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

PySAL-mapclassify 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/mapclassify/issues>`__ on GitHub. To
submit patches, please follow the PySAL development
`guidelines <http://pysal.readthedocs.io/en/latest/developers/index.html>`__
and open a `pull request <https://github.com/pysal/mapclassify>`__. Once your
changes get merged, you’ll automatically be added to the `Contributors
List <https://github.com/pysal/mapclassify/graphs/contributors>`__.

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

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




