remulasce / metroapp

Realtime arrival notification utility for LA Metro
2 stars 0 forks source link

Scrape route+stoptag information #268

Closed remulasce closed 9 years ago

remulasce commented 9 years ago

As per #153 , using stopids actually misses some stops, if the agency has poorly configured their NexTrip info.

Routes + stopTAGs are the solution, they enumerate every possible stop.

So as long as we're messing with the scraper, we may want to scrape a stopname -> route + stoptag table for ourselves.

remulasce commented 9 years ago

And done.