In our first version of CASASviz project, we implemented several basic functions:
(1) Visualization of residents' mobility;
(2) Visualization of Heatmap mobility;
(3) Visualization of Activity Map;
(4) Visualization of Power Usage.
There are still several drawbacks existing into our CASASviz system.
Firstly, our system generated the SVG file on the PHP server, then sent the whole file to the client side. This solution is not good one due to the limitation of network bandwidth. The system didn't work very well on my Iphone.
Secondly, If the data file we will visualize is very huge, the memory of our php server could not load so many original data.
Thirdly, although we applied google chart tool to implement power usage, it is a static image. To improve the user's experience, we will continue to develop dynamical image using dynamical google visualization tool.