Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pulling precise time from maps #106

Open
heychirag opened this issue Aug 21, 2016 · 4 comments
Open

pulling precise time from maps #106

heychirag opened this issue Aug 21, 2016 · 4 comments

Comments

@heychirag
Copy link
Collaborator

heychirag commented Aug 21, 2016

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:

  1. The total time includes the time taken to actually walk to the Bus stop or a transit station.
  2. 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.

screen shot 2016-08-22 at 1 12 02 am

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.

screen shot 2016-08-20 at 19 11 45

@ceilican
Copy link
Contributor

Thanks!

@boro741
Copy link
Contributor

boro741 commented Jan 4, 2017

@ceilican I'm working on this PR.

@ceilican
Copy link
Contributor

ceilican commented Jan 8, 2017

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.

@boro741
Copy link
Contributor

boro741 commented Jan 8, 2017

I didn't get with the solution yet. But I'm thinking to solve this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants