mapclassify 2.9.0


pip install mapclassify

  Latest version

Released: May 28, 2025

Project Links

Meta
Requires Python: >=3.11

Classifiers

Programming Language
  • Python :: 3

License
  • OSI Approved :: BSD License

Operating System
  • OS Independent

Intended Audience
  • Science/Research

Topic
  • Scientific/Engineering :: GIS

mapclassify implements a family of classification schemes for choropleth maps. Its focus is on the determination of the number of classes, and the assignment of observations to those classes. It is intended for use with upstream mapping and geovisualization packages (see geopandas and geoplot) that handle the rendering of the maps.

For further theoretical background see “Choropleth Mapping” in Rey, S.J., D. Arribas-Bel, and L.J. Wolf (2020) “Geographic Data Science with PySAL and the PyData Stack”.

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
networkx (>=3.2)
numpy (>=1.26)
pandas (>=2.1)
scikit-learn (>=1.4)
scipy (>=1.12)