CivicTechTO / ttc_subway_times

A scraper to grab and publish TTC subway arrival times.
GNU General Public License v3.0
40 stars 30 forks source link

Record sequence position of train observations #4

Closed samkodes closed 7 years ago

samkodes commented 7 years ago

It would be helpful in algorithm design if the scraper recorded with each train observation for a given request and direction its position - 1st, 2nd, or 3rd. This would be stored in the ntas_data table.

samkodes commented 7 years ago

On second thought, this can be done very easily in later processing. Closing issue.