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

Marin Ferry Reliability Info #2

Open
EddyIonescu opened this issue Nov 13, 2017 · 4 comments
Open

Marin Ferry Reliability Info #2

EddyIonescu opened this issue Nov 13, 2017 · 4 comments
Assignees

Comments

@EddyIonescu
Copy link
Member

EddyIonescu commented Nov 13, 2017

Using the API to track schedule adherence for Marin Tiburon ferry bus route.

@EddyIonescu EddyIonescu self-assigned this Nov 13, 2017
@EddyIonescu
Copy link
Member Author

@roshkins could you specify what kind of reliability info you're looking for? Do you want it to be visualized and/or exported to a CSV? Also, Marin transit now works with the API.

http://35.192.24.65/graphql?query=%23%20Welcome%20to%20GraphiQL%0A%23%0A%23%20GraphiQL%20is%20an%20in-browser%20tool%20for%20writing%2C%20validating%2C%20and%0A%23%20testing%20GraphQL%20queries.%0A%23%0A%23%20Type%20queries%20into%20this%20side%20of%20the%20screen%2C%20and%20you%20will%20see%20intelligent%0A%23%20typeaheads%20aware%20of%20the%20current%20GraphQL%20type%20schema%20and%20live%20syntax%20and%0A%23%20validation%20errors%20highlighted%20within%20the%20text.%0A%23%0A%23%20GraphQL%20queries%20typically%20start%20with%20a%20%22%7B%22%20character.%20Lines%20that%20starts%0A%23%20with%20a%20%23%20are%20ignored.%0A%23%0A%23%20An%20example%20GraphQL%20query%20might%20look%20like%3A%0A%23%0A%23%20%20%20%20%20%7B%0A%23%20%20%20%20%20%20%20field(arg%3A%20%22value%22)%20%7B%0A%23%20%20%20%20%20%20%20%20%20subField%0A%23%20%20%20%20%20%20%20%7D%0A%23%20%20%20%20%20%7D%0A%23%0A%23%20Keyboard%20shortcuts%3A%0A%23%0A%23%20%20%20%20%20%20%20Run%20Query%3A%20%20Ctrl-Enter%20(or%20press%20the%20play%20button%20above)%0A%23%0A%23%20%20%20Auto%20Complete%3A%20%20Ctrl-Space%20(or%20just%20start%20typing)%0A%7B%0A%20%20trynState(agency%3A%20%22marin%22%2C%20startTime%3A%20%221510554087312%22)%20%7B%0A%20%20%20%20agency%0A%20%20%20%20startTime%0A%20%20%20%20states%20%7B%0A%20%20%20%20%20%20time%0A%20%20%20%20%20%20routes%20%7B%0A%20%20%20%20%20%20%20%20name%0A%20%20%20%20%20%20%20%20vehicles%20%7B%0A%20%20%20%20%20%20%20%20%20%20vid%0A%20%20%20%20%20%20%20%20%20%20lat%0A%20%20%20%20%20%20%20%20%20%20lon%0A%20%20%20%20%20%20%20%20%20%20heading%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%7D%0A%7D%0A

@roshkins
Copy link

I'm not sure yet. Should I try contacting my councilperson again?

@EddyIonescu
Copy link
Member Author

@roshkins sure, but I remember you saying that she wanted to know how often it arrives just before vs. just after the ferry leaves. In that case, you could just use the existing API, compare it to the ferry schedules, and export that to a csv and then show it in Excel or tableau. Any ideas on how to show this info (or if we should) in the frontend?

@roshkins
Copy link

I would like to confirm with her about that. We could add an HTML element that shows the label.

@EddyIonescu EddyIonescu changed the title reliability info Marin Ferry Reliability Info Jul 11, 2018
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

2 participants