Metadata-Version: 2.1
Name: leuvenmapmatching
Version: 0.3.0
Summary: Match a trace of locations to a map
Home-page: https://dtai.cs.kuleuven.be
Author: Wannes Meert
Author-email: wannes.meert@cs.kuleuven.be
License: Apache 2.0
Keywords: map matching
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Provides-Extra: vis
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: nvector (==0.5.2)
Requires-Dist: gpxpy
Requires-Dist: pykalman
Provides-Extra: vis
Requires-Dist: smopy; extra == 'vis'
Requires-Dist: matplotlib (>=2.0.0); extra == 'vis'

DTAI Map-Matching
=================

Align a trace of coordinates to a map (represented as a graph).

.. figure:: http://people.cs.kuleuven.be/wannes.meert/dtaimapmatching/example1.png
   :alt: example

   example

Usage
-----

| See `examples/route.ipynb <examples/route.ipynb>`__.
| See `examples/route\_latlon.ipynb <examples/route_latlon.ipynb>`__.

Dependencies
------------

-  `nvector <https://github.com/pbrod/Nvector>`__
-  `gpxpy <https://github.com/tkrajina/gpxpy>`__
-  `pykalman <https://pykalman.github.io>`__
-  `numpy <http://www.numpy.org>`__
-  `scipy <https://www.scipy.org>`__
-  `matplotlib <http://matplotlib.org>`__
-  `attrs <http://www.attrs.org/>`__

See LICENSE file for further details.

Contact
-------

| Wannes Meert, DTAI, KU Leuven
| wannes.meert@cs.kuleuven.be
| https://dtai.cs.kuleuven.be

| Mathias Verbeke, Sirris
| mathias.verbeke@sirris.be
| http://www.sirris.be/expertise/data-innovation

Developed with the support of
`Elucidata.be <http://www.elucidata.be>`__.

License
-------

| Copyright 2015-2018, KU Leuven - DTAI Research Group, Sirris
| Apache License, Version 2.0.


