.gitignore
LICENSE
MANIFEST.in
Makefile
README.md
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/classes/BaseMatcher.rst
docs/classes/BaseMatching.rst
docs/classes/DistanceMatcher.rst
docs/usage/customdistributions.rst
docs/usage/debug.rst
docs/usage/incremental.rst
docs/usage/installation.rst
docs/usage/introduction.rst
docs/usage/latitudelongitude.rst
docs/usage/openstreetmap.rst
docs/usage/visualisation.rst
leuvenmapmatching/__init__.py
leuvenmapmatching/visualization.py
leuvenmapmatching.egg-info/PKG-INFO
leuvenmapmatching.egg-info/SOURCES.txt
leuvenmapmatching.egg-info/dependency_links.txt
leuvenmapmatching.egg-info/requires.txt
leuvenmapmatching.egg-info/top_level.txt
leuvenmapmatching/map/__init__.py
leuvenmapmatching/map/base.py
leuvenmapmatching/map/inmem.py
leuvenmapmatching/map/sqlite.py
leuvenmapmatching/matcher/__init__.py
leuvenmapmatching/matcher/base.py
leuvenmapmatching/matcher/distance.py
leuvenmapmatching/matcher/newsonkrumm.py
leuvenmapmatching/matcher/simple.py
leuvenmapmatching/util/__init__.py
leuvenmapmatching/util/debug.py
leuvenmapmatching/util/dist_euclidean.py
leuvenmapmatching/util/dist_latlon.py
leuvenmapmatching/util/dist_latlon_nvector.py
leuvenmapmatching/util/evaluation.py
leuvenmapmatching/util/gpx.py
leuvenmapmatching/util/kalman.py
leuvenmapmatching/util/openstreetmap.py
leuvenmapmatching/util/projections.py
leuvenmapmatching/util/segment.py
tests/test_bugs.py
tests/test_conversion.py
tests/test_newsonkrumm2009.py
tests/test_nonemitting.py
tests/test_nonemitting_circle.py
tests/test_parallelroads.py
tests/test_path.py
tests/test_path_latlon.py
tests/test_path_onlyedges.py