weatherbox:visualization:start

Visualization

Visualization is important and makes our data human readable. It also gives us a quick status check on what is going on with the data and could help us spot issues before they become too large.

We currently have very little visualization - we have a python-based script that can run through CSV files and map them. We also have some GNU Plot based scripts that are still a little clunky to use. We have two approaches that are being considered:

The image based approach means rendering a .png or other image of different sample sets. This approach has the advantage of being very computationally light - rendering work is only done once a day (or however often it needs to be done).

This approach is based around building an API surrounding the database, specifically for data access. This approach might be more interactive and fun, but may be a little more heavy on the database access.

Authors

Contributing authors:

cobatake kluong

Created by kluong on 2015/11/04 04:52.

  • weatherbox/visualization/start.txt
  • Last modified: 2021/09/19 21:59
  • (external edit)