Commit Graph

42 Commits

Author SHA1 Message Date
Matthew Wall
433f830b9b use utc time for daynight transitions 2013-10-20 03:48:46 +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
Tom Keffer
60e0759479 More tests for startOfInterval()
WMR200 driver now returns integer timestamp.
2013-10-03 14:43:10 +00:00
Matthew Wall
eab68645f1 added unit test for day/night transitions 2013-08-11 14:41:28 +00:00
Tom Keffer
910b6a80bc Fixed a bug that did not allow plots with aggregations less than 60 minutes across a DST boundary. 2013-07-11 03:27:16 +00:00
Tom Keffer
ffe6b2b540 intervalgen now uses a better example. 2013-05-23 00:06:24 +00:00
Tom Keffer
1ea4c0b11b Class TimeSpan is now a specialized tuple and can be used interchangeably with tuples. 2013-05-22 20:58:38 +00:00
Matthew Wall
8e923e97f8 revert to mktime instead of calendar.timegm for daynight 2013-03-23 02:44:00 +00:00
Matthew Wall
a9ae5f466e added missing import 2013-03-22 22:41:20 +00:00
Matthew Wall
1c10bc5d16 forgot some helper functions for the gradients 2013-03-22 19:46:58 +00:00
Matthew Wall
38b7c2098a added gradients to daynight transitions. fixed daynight transition bug. 2013-03-22 18:46:41 +00:00
Matthew Wall
0297e6f223 forgot the string specifier. sorry. 2013-03-15 22:26:59 +00:00
Matthew Wall
c252c0bd5b generalize read_config for daemon or app use 2013-03-15 20:52:23 +00:00
Matthew Wall
90dc50ed5a config file is optional - search standard locations if not specified 2013-03-13 15:55:20 +00:00
Matthew Wall
2fb67fbb65 keep all day/night time calculations in utc 2013-02-17 15:55:05 +00:00
Tom Keffer
444f33d0d1 Reintegrated with the 'generalize' branch. 2013-01-19 16:05:49 +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
8bc7f2c11c weeutil.weeutil._get_object now just returns the object type and does not instantiate it. 2013-01-14 22:41:30 +00:00
Tom Keffer
b3c67be6c3 V2.0.0b14 2012-10-31 03:56:28 +00:00
Tom Keffer
668ca00b7b Fixed bug in GenWithPeek 2012-10-20 13:19:50 +00:00
Tom Keffer
4991ef5fa3 Added conversion test for mmHg 2012-10-13 01:24:29 +00:00
Tom Keffer
f0ab6f3c10 A timespan object can now have start time equal to stop time. 2012-08-25 21:19:56 +00:00
Tom Keffer
10334d1429 Removed posts to syslog within _get_object() 2012-08-25 04:09:07 +00:00
Tom Keffer
8b87d089a4 Added class GenWithPeek, a generator with peek ahead. 2012-07-15 14:57:55 +00:00
Tom Keffer
8615d0f362 Moved get_font_handle 2012-04-16 00:42:52 +00:00
Tom Keffer
c3558cbb59 Started adding accumulators 2012-04-04 14:38:37 +00:00
Tom Keffer
1c89e0e0fe V1.12.2a1 2012-01-09 05:20:30 +00:00
Tom Keffer
e2662055c5 More information about a module that fails to load 2012-01-07 18:03:27 +00:00
Tom Keffer
12c11588b5 Changed the names of some local variables that used reserved names. 2011-10-23 16:51:27 +00:00
Tom Keffer
18d59554a5 Added function utcdatetime_to_timestamp to weeutil.py 2011-02-28 01:12:16 +00:00
Tom Keffer
5c2a4455ab Continuing to build out test suites.
Fixed up comments here and there.
2011-02-23 22:05:49 +00:00
Tom Keffer
19b04500cd Fixed broken logic in startOfInterval() that shows itself in Fall DST to ST transition. 2010-11-19 02:39:27 +00:00
Tom Keffer
143ec8d4cc Moved max_drift to section Station. Simplified time synch in VantagePro.py 2010-06-15 17:16:58 +00:00
Tom Keffer
1a57655fbf v1.8.4beta1; Fixed problem if weewx starts up at precisely the beginning of an archive interval. Units for UV in LOOP records also corrected. Introduced new group for UV, group_uv_index 2010-06-06 20:10:30 +00:00
Tom Keffer
9ec7625eff Introduced weeutil.weeutil.log_traceback().
Added comments here and there.
2010-04-25 16:01:40 +00:00
Tom Keffer
04ab16dd50 Generalized type stats accumulators so I can use them elsewhere. Broke out StdAccum and WindAccum to their own module. 2010-04-23 01:29:32 +00:00
Tom Keffer
e650d833df Generalized statistical accumulators so I can use them in other modules 2010-04-21 23:39:40 +00:00
Tom Keffer
9a7a93e96a Corrected error msg in restful.py.
Deleted some unused imports.
2010-04-16 14:11:29 +00:00
Tom Keffer
3f6ed0100e Working version w/CWOP support 2010-04-14 04:59:50 +00:00
Tom Keffer
07d629319f V1.7.0 hopefully 2010-04-12 22:41:45 +00:00