You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using the Auckland feed for simple visualisations (@tuureiti on Twitter, and https://www.stat.auckland.ac.nz/~tlum005/buses/) and for a more complex project on predicting arrival times at stops. However, the Auckland feed is in JSON, which is easy to parse. The Queensland feed uses the much more efficient protobuf format, so we'd need to make R bindings for, say, the C++ protobuf library.
The text was updated successfully, but these errors were encountered:
I did work this out eventually, for a govhack event that wasn't able to attend. Here's the vis that I pulled together using the data for a day (at 10 minute intervals. http://i.imgur.com/BLfzEAu.jpg
The biggest issue I have is that the translink feed isn't compatible the the current gtfs specification. I had to mess with things to decode it to Json /xml
I see from https://gtfsrt.api.translink.com.au/ that Queensland has real-time GTFS feeds for public transport.
I've been using the Auckland feed for simple visualisations (@tuureiti on Twitter, and https://www.stat.auckland.ac.nz/~tlum005/buses/) and for a more complex project on predicting arrival times at stops. However, the Auckland feed is in JSON, which is easy to parse. The Queensland feed uses the much more efficient protobuf format, so we'd need to make R bindings for, say, the C++ protobuf library.
The text was updated successfully, but these errors were encountered: