-
Notifications
You must be signed in to change notification settings - Fork 2
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
Get schedule times #5
Comments
How's this going? :) |
Sorry neither of us had time to work on it this week with illness and work deadlines. Will try to get to it before we meet next! |
Just checking in :) |
@SimonGoring I managed to get all of the stop numbers and grab schedule times for 24hrs. My problem is that I can only do this the first 10 buses at the stop. There is a &count query but the numbers can only be between 1 and 10. A higher value throws an error telling me to stick between 1 and 10. I am wondering if I can get around this by grabbing the route schedules and times and map them back to the stops? |
Using the StopNo in all_stops.RDS, get the schedule times for each route using Stop Estimates API.
@eacton and @minisciencegirl
The text was updated successfully, but these errors were encountered: