Tuesday 3 August 2021

Travel time - Python

Is there any way to calculate the minimum travel time from O-D route to point A, using Python and Google API or OSMnx library?

O and D refer to the Origin and Destination points, respectively.

For example:

O is (30.2641922, -97.746646)

D is (30.3034562, -97.7073463)

and A is a "stop" point (30.2903708, -97.7264791)



from Travel time - Python

No comments:

Post a Comment