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 issue we are facing presently is that we are pulling the total time of journey from maps. This however isn't the best way to get accurate emissions for public transport since:
The total time includes the time taken to actually walk to the Bus stop or a transit station.
It also includes the time idled in waiting for the next connection. Sometimes this waiting time can be very long owing to the operating times of the public transport.
Note in the above picture that time spent in walking is more than 25% of the total time of the journey. Therefore, this directly offsets the calculated emissions by 25% from the true value.
An extreme example of the time spent in idling can be seen below.
The text was updated successfully, but these errors were encountered:
Thanks, @boro741 . What kind of solution do you have in mind? If I remember correctly, Google only shows the precise times for trip segments for the currently selected trip. How would you get precise segment times for unselected trips? Have you thought about that? Please let us know, preferably before you start implementing something.
The issue we are facing presently is that we are pulling the total time of journey from maps. This however isn't the best way to get accurate emissions for public transport since:
Note in the above picture that time spent in walking is more than 25% of the total time of the journey. Therefore, this directly offsets the calculated emissions by 25% from the true value.
An extreme example of the time spent in idling can be seen below.
The text was updated successfully, but these errors were encountered: