Metadata-Version: |
2.1 |
Name: |
geovoronoi |
Version: |
0.4.0 |
Summary: |
a package to create and plot Voronoi regions in geographic areas |
Author: |
Markus Konrad |
Author-Email: |
markus.konrad[at]wzb.eu |
Home-Page: |
https://github.com/WZBSocialScienceCenter/geovoronoi |
Project-Url: |
Source, https://github.com/WZBSocialScienceCenter/geovoronoi |
Project-Url: |
Tracker, https://github.com/WZBSocialScienceCenter/geovoronoi/issues |
License: |
Apache 2.0 |
Keywords: |
voronoi tesselation gis geographic area visualization plotting |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: Apache Software License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Topic :: Scientific/Engineering :: Information Analysis |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Utilities |
Requires-Python: |
>=3.6 |
Requires-Dist: |
numpy (>=1.19.0) |
Requires-Dist: |
scipy (>=1.5.0) |
Requires-Dist: |
shapely (>=1.7.0) |
Requires-Dist: |
matplotlib (>=3.3.0); extra == "all" |
Requires-Dist: |
geopandas (>=0.8.0); extra == "all" |
Requires-Dist: |
descartes (>=1.1.0); extra == "all" |
Requires-Dist: |
pytest (>=6.2.0); extra == "all" |
Requires-Dist: |
pytest-mpl (>=0.12); extra == "all" |
Requires-Dist: |
hypothesis (>=6.0.0); extra == "all" |
Requires-Dist: |
tox (>=3.21.0); extra == "all" |
Requires-Dist: |
ipython (>=7.19.0); extra == "all" |
Requires-Dist: |
twine (>=3.3.0); extra == "all" |
Requires-Dist: |
ipython (>=7.19.0); extra == "develop" |
Requires-Dist: |
twine (>=3.3.0); extra == "develop" |
Requires-Dist: |
matplotlib (>=3.3.0); extra == "plotting" |
Requires-Dist: |
geopandas (>=0.8.0); extra == "plotting" |
Requires-Dist: |
descartes (>=1.1.0); extra == "plotting" |
Requires-Dist: |
pytest (>=6.2.0); extra == "test" |
Requires-Dist: |
pytest-mpl (>=0.12); extra == "test" |
Requires-Dist: |
hypothesis (>=6.0.0); extra == "test" |
Requires-Dist: |
tox (>=3.21.0); extra == "test" |
Provides-Extra: |
all |
Provides-Extra: |
develop |
Provides-Extra: |
plotting |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |