Using Graphhopper with python

Hello

I’d like to use graphhopper for distance calculation between two points (two sets of lat lngs) in python. What are the steps that I need to follow for this?

For basic distance calculation I recommend to start your own graphhopper server and talk to it via the python requests library. Its considerably faster than importing the “swigged” python library.

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.