I have sets of time series data from temperature sensors spread around computer data centers. I'd like to produce a visual representation of the temperature across the room overlaid on a diagram of the floor layout. I'd ideally like to string together a series of these images into a video showing temperature changes over time.
My research so far has identified Processing as a strong contender for the visualization, but my lack of experience in the visualization arena leaves me hesitant to tackle the algorithm for interpolating the temperature data between points. For example, if I have a single point reading of 70 degrees F, and another point 6 feet away that reads 75 I need to display a reasonable temperature gradient between the points.
Based on numerous geographic "heat maps" (www.heatmapapi.com) I have seen I'm crossing my fingers that someone has already tackled this problem. Anyone know if this code exists?
There is at least one company (www.synapsense.com) that provides this visualization in their product. They actually do it in (near) real-time from wireless temperature sensors but I'm working from a set of static data and would prefer to use open source tools.
Thanks!
[attachment=574,93]

