You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project is very good, with this binding in python, it makes it simpler to implement rest/grpc APIs to calculate routings.
But I couldn't understand how to use the bind, with information like the ones we use in the vroom C++ version, for example, let's take the following request made to vroom-express:
I saw that we can input the time matrix, for example, returned by OSRM's table API.
My doubts start now, how to create a vehicle with its lat/long
What is the correct way to request the time matrix for OSRM?
What is the source and destination in the OSRM request?
The text was updated successfully, but these errors were encountered:
The project is very good, with this binding in python, it makes it simpler to implement rest/grpc APIs to calculate routings.
But I couldn't understand how to use the bind, with information like the ones we use in the vroom C++ version, for example, let's take the following request made to vroom-express:
I saw that we can input the time matrix, for example, returned by OSRM's table API.
My doubts start now, how to create a vehicle with its lat/long
What is the correct way to request the time matrix for OSRM?
What is the source and destination in the OSRM request?
The text was updated successfully, but these errors were encountered: