diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-mapclassify/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-mapclassify/pkg-descr | 9 |
2 files changed, 8 insertions, 3 deletions
diff --git a/graphics/py-mapclassify/Makefile b/graphics/py-mapclassify/Makefile index 7cd854a9773e..cccbb85d2051 100644 --- a/graphics/py-mapclassify/Makefile +++ b/graphics/py-mapclassify/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}deprecated>=0:devel/py-deprecated@${PY_FLAVO ${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${PY_FLAVOR} USES= python:3.6+ -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/graphics/py-mapclassify/pkg-descr b/graphics/py-mapclassify/pkg-descr index 9ef1119c633c..ba6fcb7de101 100644 --- a/graphics/py-mapclassify/pkg-descr +++ b/graphics/py-mapclassify/pkg-descr @@ -1,5 +1,10 @@ -mapclassify is an open-source python library for Choropleth map classification. -It is part of a refactoring of PySAL. +Classification Schemes for Choropleth Maps + +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. WWW: https://pysal.org/mapclassify/ WWW: https://github.com/pysal/mapclassify |