Mercurial > ~darius > hgwebdir.cgi > iwws
view iwws.wsgi @ 13:a0213f0e707b
- Update for v12.10
- Plot raw data to show more up to date data
- Average/peak winds so they don't spam the display.
- Display the time of the most recent data.
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Thu, 10 Jan 2013 16:38:36 +1030 |
parents | 2d9ee2b3ae82 |
children |
line wrap: on
line source
#!/usr/bin/env python import os, sys sys.path.append(os.getcwd()) from iwws import app as application