Raphael Dumas
Raphael Dumas
Turns out those `station_char` for the "3 stop trips" are actually for Line 2, not Line 1... so there may be an issue of cross-pollination in the API...
I managed to take a solid chunk out of the really short trips, but have introduced.... trips that are somehow longer than scheduled. 
If grouping by `station` (getting rid of the platform number at the end), that helps. 
Forgot that we switched back to the single-thread scraper in order not to trigger flood protection on the API. Seems like a way of limiting this is found [here](https://stackoverflow.com/a/35198369/4047679)
[Hacking on something here](https://etherpad.net/p/ttc_survey)
Some thoughts on survey deployment: test out longer survey in person at CivicTech tonight. Longer form survey generated tonight >## Long Form (somewhat tree-based) > >1. Do you use the...
Hi @jrootham, You can have at look at https://github.com/CivicTechTO/ttc_subway_times/issues/13 for previous work on this. As well as [`doc/filtering_observed_arrivals.ipynb`](https://github.com/CivicTechTO/ttc_subway_times/blob/master/doc/filtering_observed_arrivals.ipynb)
I realize this isn't really written out in plain English in the notebook. The procedure I tried was: 1. Filter observations where the train is "At Station" or is
These are un-prioritised ## User Needs - I want to plan a future trip and want to know when to leave. Because transit can be unreliable, I want to add...
So I actually think this might also solve #13 as well, since there are a few tools for [archiving](https://github.com/CUTR-at-USF/awesome-transit#gtfs-realtime-and-other-real-time-api-archival-tools) , [analysing](https://groups.google.com/d/topic/thetransitclock/c_o4lx0H90o/discussion), and [visualizing](https://github.com/CUTR-at-USF/awesome-transit#visualizations) GTFS-Real Time data. [Here's the GTFS-RT spec](http://gtfs.org/realtime/),...