Raphael Dumas

Results 186 comments of Raphael Dumas

There are a number of Java-based examples [here](https://github.com/CUTR-at-USF/awesome-transit#gtfs-realtime-convertors)

``` FeedMessage +----FeedHeader | +----gtfs_realtime_version: '2.0' | +----incrementality: FULL_DATASET enum | +----timestamp: POSIX +----FeedEntity | +----id (see EntitySelector) | +----TripUpdate | | +----TripDescriptor | | | +---- trip_id (gtfs trip_id)...

I forked the [this project](https://github.com/CivicTechTO/TTC-GTFS-realtimeGenerator), recommended on the GTFS slack, it generates a GTFS-RT API from a database. I think our steady state solution could be: 1. run the current...

Got the package installed and built. Small problem is it's designed for surface vehicles, so default is taking in GPS positions of vehicles, not sure what is need to transform...

ah. I guess the database setup instructions need to be updated.

- [ ] Mirror stuff shared on the `#transportation` Slack channel here