Metadata-Version: 2.1
Name: x2polygons
Version: 0.172
Summary: Distance computation between matching georeferenced polygons
Home-page: 
Author: x2polygons
Author-email: x2polygons@gmail.com
License: GNU General Public License v2.0
Keywords: GIS,spatial analysis
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Visualization
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Babel ==2.8.0
Requires-Dist: Sphinx ==5.1.1
Requires-Dist: geopandas >=0.0.1
Requires-Dist: imagesize ==1.2.0
Requires-Dist: matplotlib >=3.2.2
Requires-Dist: numpy >=1.18.5
Requires-Dist: readme-renderer ==26.0
Requires-Dist: shapely >=1.7.1
Requires-Dist: sphinx-argparse ==0.2.5
Requires-Dist: sphinx-rtd-theme ==0.5.0
Requires-Dist: sphinxcontrib-applehelp ==1.0.2
Requires-Dist: sphinxcontrib-devhelp ==1.0.2
Requires-Dist: sphinxcontrib-htmlhelp >=2.0.0
Requires-Dist: sphinxcontrib-images ==0.9.2
Requires-Dist: sphinxcontrib-jsmath ==1.0.1
Requires-Dist: sphinxcontrib-napoleon ==0.7
Requires-Dist: sphinxcontrib-qthelp ==1.0.3
Requires-Dist: sphinxcontrib-serializinghtml >=1.1.5

This Python package allows the calculation of distance between two polygons. Polygons may have thematic attributes (e.g. name) to add further description.

The available geometric distance functions between polygons are:
* Hausdorff distance
* Chamfer distance
* PoLis distance
* Turn function distance

The avaiable thematic distance functions are:
* Levenshtein distance


For Windows:
1. Follow the steps described [here](https://stackoverflow.com/a/58943939/1959766) to download geopandas.
2. Resolve the *geos_c.dll file missing* error by running *conda install shapely* as described [here](https://github.com/Toblerity/Shapely/issues/1032).
