cforlando / lynx-info

Connect Lynx' info to riders and observers
2 stars 0 forks source link
inactive

lynx-info

Connect Lynx' info to riders and observers

Web pages, typically visited in this order:

There are a few php files, and these are the terrible compromise to get some smarts on the server Chad has provisioned somewhere.

There's some python that does the work of maintaining a copy of Lynx' data. It's expensive to query, and Lynx has a rate limit of 1e5 queries a day, which is okay for a few hundred stops, but not for the other 90% of Lynx that isn't online yet.

Chad says: It should be possible to watch route endpoints and sentinel stations along the network and use changes in predictions to know whether we need to re-ask for stop predictions. If the end doesn't have a change in predictions, we don't need to ask for updates for stops along that line. Some simple graph-informed query-job queue shouldn't be too hard to design.