Brendan Nee

Results 124 comments of Brendan Nee

I just pushed an updated version https://github.com/BlinkTagInc/node-gtfs/releases/tag/4.13.0 which converts this library to Typescript and updates several other things. Check it out and let me know if you have suggestions on...

This will be a really useful feature. I don't see any code in this PR which actually adds the prefixes - only the updates to the models to indicate which...

This is great. I added some more details in the readme, some tests and made a few adjustments to how prefixes get added on import. Check out the latest master...

I'd like to add support for more databases other than sqlite3, perhaps using Drizzle or Prisma. I have had success deploying to Vercel by including sqlite generated from node-gtfs as...

@laem You are correct - I build the db locally and then check it into the git repo along with the code for the project and then deploy (via git)...

Thanks for pointing this out - currently the library doesn't save TripDescriptor to the database. I'll work on getting this added.

I updated the GTFS-Realtime importing feature to include schedule_relationship fields in the `trip_updates` and stop_time_updates` tables, so you can now tell if a trip is: * SCHEDULED * ADDED *...

That sounds like a good approach. Do you have an example GTFS with transfer.txt where this could be tested.

Hi, Can you share with me the GTFS you are using and which route/direction has the issue of the timetable starting at 9 AM and missing trips before this?

If you want to include only stops that are timepoints, you can control that using the configuration option in the web-based version. If you want to manually specify which stops...