This extension to the weewx weather system illustrates the use of heatmaps
Copyright 2014 Matthew Wall

The core of this package is the heatmap_table.inc file.  This package
includes a skin that illustrates how to use this file to display data
in a heatmap format.

Installation instructions:

1) run the installer:

setup.py install --extension weewx-heatmap.tgz

2) restart weewx:

sudo /etc/init.d/weewx stop
sudo /etc/init.d/weewx start

This will result in a skin called heatmap with a single web page that
illustrates how to use the heatmap table.
