opentraffic / reporter

OTv2: distributed service that matches raw GPS probe data to OSMLR segments and sends anonymized speeds to Datastore
GNU Lesser General Public License v3.0
13 stars 16 forks source link

Interface with libvalhalla Python Bindings #5

Closed kevinkreiser closed 7 years ago

kevinkreiser commented 7 years ago

We will need to make sure docker container can apt-get install libvalhalla so that python can import its module and make calls into it. We will need to decide what the calls look like for the interface to the bindings. It would be best if we kept as much of the hard work as possible within the bindings and not within the webserver python.

kdiluca commented 7 years ago

Prototype within Valhalla is completed as well.