Closed tsherlockcraig closed 2 years ago
Direct travel time = drive time for most direct path, no additional stops
Sent from my phone
Mind if I spell this out a bit more? I'm thinking I'd just use the phrase "drive time assuming there are no other stops".
Sounds good.
Is this the "drive time" calculated between two sequential stops in stop-times, or the "drive time" along the entire trip?
Or is it calculated as twice the shortest distance between the trip's shape and the requested pickup or dropoff?
Can you give a simple example?
Drive time is unrelated to stop_times. It is the car drive time from one point to another, if you queried otp for traveling between origin and destination by car.
Thomas Craig ~mobile
On Sep 15, 2017, at 2:46 PM, Ed Groth notifications@github.com wrote:
Is this the "drive time" calculated between two sequential stops in stop-times, or the "drive time" along the entire trip?
Can you give a simple example?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
What are the origin and destination in the calculation. The users's start/end location to the end point of the trip? Or the nearest point to the trip alignment?
Users start and end locations on the drt leg of the trip.
Thomas Craig ~mobile
On Sep 15, 2017, at 2:51 PM, Ed Groth notifications@github.com wrote:
What are the origin and destination in the calculation. The users's start/end location to the end point of the trip? Or the nearest point to the trip alignment?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
The portion of their travel via the transit route which is drt enabled? In other words get on at (lat1,lon1) get off at stop x at (lat2,lon2). Direct travel time is the drive time between (lat1,lon1) and (lat2,lon2).
Got it, thanks!
Yes.
Thomas Craig ~mobile
On Sep 15, 2017, at 2:52 PM, Ed Groth notifications@github.com wrote:
The portion of their travel via the transit route which is drt enabled? In other words get on at (lat1,lon1) get off at stop x at (lat2,lon2). Direct travel time is the drive time between (lat1,lon1) and (lat2,lon2).
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been closed due to inactivity. Issues can always be reopened after they have been closed.
The reference definition of
drt_max_travel_time
refers to values that are a multiple of the "direct travel time".What exactly does "direct travel time" mean? Is this supposed to mean "drive time" or something else?