-
Notifications
You must be signed in to change notification settings - Fork 151
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
More specific query functions #173
Comments
Awesome - thanks for sharing. Can you link to where this is live so I can check it out? I like your idea to make it easier to get stop times for a specific date and time - I'll think on the best way to implement this. |
Check out this link https://cartes-git-plans2-menoz.vercel.app/?transports=oui#17.4/48.097417/-1.69814 Then navigate on the map near bus and metro stops. It's alpha, so might break in the following days, but will be online on cartes.app soon. |
Great suggestion to add a way to get upcoming stop times a little easier. I published and updated version which has a few changes which should be useful: https://github.com/BlinkTagInc/node-gtfs/releases/tag/4.15.3
const stoptimes = getStoptimes({ Try these out and let me know what you think - are there other things that help make it easier to use the library for common use cases? |
Thanks for this enhancement! It's not entirely clear from the docs, is this only static data or will this take into account timing adjustments from realtime gtfs data if configured? |
Only static data at the moment - but that is a good suggestion. |
Hi, I'm happy to showcase this kind of feature made possible by this library :)
I also wonder if this kind of feature, that I call immediateStopTimes in my code, could have a place in node-GTFS ?
Or maybe in a list of projects using node-GTFS ?
The text was updated successfully, but these errors were encountered: