Commit Graph

81 Commits

Author SHA1 Message Date
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
Tom Keffer
9b6bf82d8b Pushed logic for retrieving information from the station hardware to class station.StationInfo. 2012-10-01 17:33:11 +00:00
Tom Keffer
5418905295 Now only displays rxCheckPercent plots if there is some data to show. 2012-08-25 21:21:57 +00:00
Tom Keffer
ba3fed718f Removed example daily.py 2012-08-25 19:03:41 +00:00
Tom Keffer
1eadb7d92d Added class StationInfo that can hold hardware information. 2012-08-25 17:59:16 +00:00
Tom Keffer
64373a147b Renamed subdirector 'mobile' to 'smartphone' 2012-06-18 23:05:29 +00:00
Tom Keffer
4655c8cfde Fixed bug in link on smartphone formatted webpage.
Retained old "mobile formatted" page.
2012-06-18 18:11:54 +00:00
Tom Keffer
2d6044e389 Version 1.14.0b1. Includes smartphone formatted webpage, contributed by user Torbjörn Einarsson. 2012-06-17 22:53:44 +00:00
Tom Keffer
b26eeb6fa0 Renamed mobile.html.tmpl to mobile_simple.html.tmpl 2012-06-17 21:56:03 +00:00
Tom Keffer
49df02cc23 v1.13.1 2012-03-26 01:18:47 +00:00
Tom Keffer
ea6e691174 Added finer control over the line plots. Can now add optional markers. The
marker_type  can be  'none' (the  default),  'cross', 'box',  'circle', or  'x'.
Also, line_type can  now either be 'solid' (the default)  or 'none' (for scatter
plots).
2012-03-16 01:13:55 +00:00
Tom Keffer
1c89e0e0fe V1.12.2a1 2012-01-09 05:20:30 +00:00
Tom Keffer
d7b875ee6a Added some comments to index.html.tmpl 2011-04-02 17:31:34 +00:00
Tom Keffer
d82cd51635 Added RA and declination for the Sun and Moon to the Daily Almanac. Equinox and
solstice are now displayed in chronological order. Same with new and full moons.
2011-04-02 17:09:43 +00:00
Tom Keffer
3176583809 Fixed malformed CSS file weewx.css 2011-03-30 22:29:37 +00:00
Tom Keffer
6538280b19 Prettied up HTML in the case where pyephem is not available. 2011-03-30 21:58:33 +00:00
Tom Keffer
72ac97444f v1.10.0b1 2011-03-29 18:50:46 +00:00
Tom Keffer
cc2f1700a5 Refined formatting of almanac data. Added time contexts 'ephem_day' and 'ephem_year'. 2011-03-29 16:34:50 +00:00
Tom Keffer
3cf646594a Now uses weewx.units machinery to do conversion from Dublin Julian Days to unix epoch time. 2011-03-28 17:08:15 +00:00
Tom Keffer
1f3231a406 Modified HTML template and CSS sheet to improve readability of Almanac data. 2011-03-28 00:27:59 +00:00
Tom Keffer
709b9c12fe Continuing to add functionality to Almanac. Added Mars, Jupiter, Venus. Revised HTML layout to add more Almanac information. 2011-03-27 17:54:22 +00:00
Tom Keffer
af4c9200ce V1.10.0a5 2011-02-25 22:20:41 +00:00