Wednesday, October 27, 2010

Traffic predictor

Demo

The idea with this little project is to predict what the traffic for a given road segment is going to be.

I'm scrapping the data from WSDOT's rss feed into a MongoDB collection, then aggregating the data to make things faster.

The problem that I'm having now is determining the color for any given segment, more on that later.

Lots of work left to do on this little project, but I'm really enjoying myself on this one. It's quite a fun little puzzle.