Commit Graph

102 Commits

Author SHA1 Message Date
Matthew Wall
78db06ed68 added uv index to standard skin 2013-11-10 03:47:33 +00:00
Tom Keffer
8da70b6f05 Trend calculations now accept a record in the past that is within a settable "grace" period. 2013-10-25 12:41:22 +00:00
Tom Keffer
930a74fbf6 If a label or formatting type is not found in the skin dictionary, it now falls back on the default label and formatting dictionary.
Added formatting and labeling for delta_time in trends.
Added the ability to change the formatting for lat and lon.
Added labels for hour and second in skin.conf.
2013-10-19 00:51:10 +00:00
Matthew Wall
9c1a89a47b missed a webpath 2013-10-17 14:57:45 +00:00
Tom Keffer
6fea6dd54f Now accepts upper-case versions of the encoding.
Added comment to index.html.tmpl what to do if the encoding is actually in Latin-1 (instead of UTF-8).
2013-10-14 23:20:27 +00:00
Matthew Wall
fcedc71faf remove search_list from Standard skin so it will use default. update CheetahGenerator section of customizing guide. 2013-10-12 16:57:11 +00:00
Tom Keffer
15b859a4a5 webpath has become station_url.
Documented in the user's guide.
2013-10-10 15:40:40 +00:00
Tom Keffer
c8fa21bdf0 The $current tag now gets implemented with a search list extension. 2013-10-05 12:04:56 +00:00
Tom Keffer
5076c7eb59 Implemented $trend tag as a search list extension. 2013-10-05 00:13:22 +00:00
Tom Keffer
4c3e594b86 Tag $Extras is now a search list extension 2013-10-04 23:30:47 +00:00
Tom Keffer
e711677d24 Deleted old filegenerator
Put in backwards compatibility stubs
2013-10-04 22:56:47 +00:00
Tom Keffer
fc51b5181e The stats tags are now treated as a search list extension. 2013-10-04 21:11:40 +00:00
Tom Keffer
4e2e85147f 'Station' information now represented by a search list extension. 2013-10-04 20:01:29 +00:00
Tom Keffer
3199fd1b3b Made a start at converting the standard search list into a series of extensions.
Converted Almanac.
2013-10-04 18:53:10 +00:00
Tom Keffer
ac490f9f9e Started making CheetahGenerator the default file generator. 2013-10-04 16:09:38 +00:00
Tom Keffer
f33f0ad1bb Plots that show exactly 24 hours are now possible. However, the skin configuration file still does 27 hours. 2013-05-17 18:42:30 +00:00
Tom Keffer
78a9ae81e7 All altimeter calculations now use the uwxutils routines.
Fixed some bugs in the drivers caused by the section name changes.
2013-03-27 21:52:32 +00:00
Tom Keffer
c1020f76d4 Changed from 'kph' to 'km/h' 2013-02-15 22:18:35 +00:00
Tom Keffer
8d996c4ce5 Fixed bug that showed itself when wind direction is 'None' and using an ordinal wind direction.
Also, simplified the logic a bit. The last direction is now used for undefined values. Default is 'N/A'
2013-02-15 16:39:27 +00:00
Tom Keffer
f857d8995a New favicon.ico 2013-02-09 02:21:34 +00:00
Tom Keffer
8e6287c17e Now allows I18N versions of the compass direction ordinates. 2013-02-04 17:05:51 +00:00
Tom Keffer
1f2d3d3072 Removed superfluous comments. 2013-01-22 00:07:01 +00:00
Tom Keffer
38404ef856 Fiddled with the color scheme. 2013-01-18 21:52:37 +00:00
Tom Keffer
4d5b3526bb Fixed bug for when sunset is after 24h UTC. 2013-01-18 20:23:00 +00:00
Tom Keffer
16c0d225f4 Use attribute self.stn_info for lat/lon information.
Changed function parameter ordering to lat/lon.
Added doctests for function tobool(). Moved it to weeutil.weeutil
Presently crashes if sunset is after midnight UTC.
2013-01-18 19:27:04 +00:00
Tom Keffer
912f20760f Applied day-night patch from Matthew Wall. Images show a different color for nighttime. 2013-01-18 18:16:16 +00:00
Tom Keffer
61ec809b2e Added the ability to specify color using the notations #RRGGBB or an English descriptor (eg, 'yellow'). 2013-01-18 04:21:29 +00:00
Tom Keffer
6339c841d7 Added the ability to specify the "maximum gap" in a plot as a fraction of the x-axis scale. If the data contains a gap bigger than this amount, no connecting line will be drawn. Contributed by M. Wall. 2013-01-12 02:58:07 +00:00
Tom Keffer
947d00aadf Added check for the presence of radar_url. 2013-01-02 23:37:30 +00:00
Tom Keffer
dfd2efb9d3 V2.1.0 2013-01-02 15:57:19 +00:00
Tom Keffer
3760462394 Added Matthew Wall's patch that allows optional bar chart fill colors.
V2.1.0b2
2013-01-02 02:24:26 +00:00
Tom Keffer
233a7d5548 Added documentation on tag $trend.
Version 2.1.0b1
2013-01-02 01:44:05 +00:00
Tom Keffer
623eb93150 Added a tag for trends.
Introduced new unit group 'group_elapsed' and new units 'second', 'hour', and 'day'.
2013-01-02 01:10:30 +00:00
Tom Keffer
b008af71e8 Added support for Rsynch, contributed by user William Page. 2012-12-31 19:35:13 +00:00
Tom Keffer
b9d6ea4cc5 Added missing </td> tags here and there. 2012-12-31 16:11:02 +00:00
Tom Keffer
b3f203b72d Replaced variable $year with $yr in NOAA selector logic. 2012-12-31 16:01:07 +00:00
Tom Keffer
7fcf0ebe8a Fixed problem that prevented showing the radar image on the smartphone formatted HTML pages. 2012-12-01 01:48:12 +00:00
Tom Keffer
7e7889bb1e V2.0.0 2012-11-04 17:05:51 +00:00
Tom Keffer
902ea4f7f9 V2.0.0rc2 2012-11-04 01:48:56 +00:00
Tom Keffer
ce49d3a9ca Fiddled with CSS file to get radar image looking nice.
V2.0.0rc1
2012-11-03 20:59:51 +00:00
Tom Keffer
3d143dd17e Added an example with daily high/low temperatures. 2012-11-03 19:11:50 +00:00
Tom Keffer
23758a5c16 Separated out the radar image from the radar hyperlink.
Cleaned up some of the comments and documentation.
2012-11-03 17:32:32 +00:00
Tom Keffer
45f0014b4d Class Almanac is now an 'old-style' class. This gets around the 'autocall' bug in Cheetah versions prior to V2.1
V2.0.0b18
2012-11-01 18:52:29 +00:00
Tom Keffer
475ddb01d3 Workaround for bug in early versions of Cheetah that causes it to choke on $almanac.hasExtras when used in a conditional.
V2.0.0b17
2012-11-01 16:39:27 +00:00
Tom Keffer
e451710ea9 Added the ability to specify a horizon elevation in the almanac. Also, whether to use the center of the heavenly body for the calculations.
Added start and stop of civil twilight to the skins.
v2.0.0b16
2012-11-01 01:16:54 +00:00
Tom Keffer
c76f8b287d Removed all references to time.time() to make way for the Simulator to run at any arbitrary start time. 2012-10-24 15:57:26 +00:00
Tom Keffer
3c89e2ab7b Alphabetized options. 2012-10-13 16:09:25 +00:00
Tom Keffer
5ce1341e2c Added formatting and labeling options for mmHg. 2012-10-12 23:14:59 +00:00
Tom Keffer
b060396fde Changed hardware reference from WMR100N to the more generic WMR-USB 2012-10-05 23:56:02 +00:00
Tom Keffer
82b5815032 Added #encoding UTF-8 directive to the top of the Cheetah template files. 2012-10-05 14:53:00 +00:00