graphhopper / map-matching

The map matching functionality is now located in the main repository https://github.com/graphhopper/graphhopper#map-matching
https://www.graphhopper.com/open-source/
Apache License 2.0
785 stars 273 forks source link

Combine the routing webserver with Jupyter Notebook #120

Closed 1kastner closed 6 years ago

1kastner commented 6 years ago

First of all thanks for the great project! I wondered whether you have heard of or come across somebody who used the results from the map-matching server to feed them into a Jupyter Notebook. From far this looks not too difficult, as there is the web API, a gpx parser and folium polylines. So if somebody is already working on that, I'd love to know where that is. Otherwise I might try out to write it myself. Have you considered to also support GeoJSON somewhen in the near future next to gpx?

1kastner commented 6 years ago

Well, it was even easier than expected as the default result of the web api is pretty readable json and everything was so easy to obtain! As furthermore the project is under development a proof of concept might be sufficient and can be seen here: https://gist.github.com/1kastner/bcdc96256c7d6e809e3409d6ab39e73f