Commit Graph

316 Commits

Author SHA1 Message Date
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
38ba3cc60a Fixed bug that prevented overriding the FTP directory in section
[[FTP]] of the configuration file.
2013-05-03 14:21:21 +00:00
Tom Keffer
2bd5515fd6 Added support for the temperature-only sensor THWR800 in the WMR100 driver. 2013-04-15 16:50:42 +00:00
Tom Keffer
4c8eaff46f V2.3.1 2013-04-15 16:16:36 +00:00
Tom Keffer
34dd39e66e rsync now works with Python 2.5 and 2.6 (not just 2.7) 2013-04-13 14:44:23 +00:00
Tom Keffer
0f9e075f34 2013-04-13 00:11:05 +00:00
Matthew Wall
263f5dac94 forgot to add fine offset catchup changes to changelog 2013-04-11 15:43:50 +00:00
Tom Keffer
2f2be08a09 V2.3.0 2013-04-10 01:48:05 +00:00
Tom Keffer
80dbb48d98 A few nips and tucks in the User's Manual. 2013-04-07 16:27:19 +00:00
Tom Keffer
11bb912cb8 V2.3.0b1 2013-04-05 17:02:00 +00:00
Matthew Wall
fe4e23497f emit status changes to log to help diagnose fousb lockups. added latest live_data changes from jim easterbrook. 2013-04-01 15:32:18 +00:00
Tom Keffer
2f9393b5df V2.3.0a5 2013-04-01 14:42:02 +00:00
Tom Keffer
a4778758df V2.3.0a4 2013-03-29 00:31:44 +00:00
Tom Keffer
1322d10a40 Fixed bug that caused Corrections to be applied twice to records if software record generation was used. 2013-03-28 23:42:41 +00:00
Tom Keffer
d39df01bc5 Put all of the device drivers in their own separate package. 2013-03-27 20:00:35 +00:00
Tom Keffer
1c65eac7e9 V2.3.0a2 2013-03-27 18:11:38 +00:00
Tom Keffer
adac004c84 Now reports altimeter pressure to CWOP. 2013-03-27 18:07:53 +00:00
Tom Keffer
874232874b Added the ability to produce station and altimeter pressure to the Vantage driver. This required changing the calling signature of the loader function slightly. All known drivers have been updated to reflect this. 2013-03-26 16:47:38 +00:00
Matthew Wall
ea1072b7e7 ensure dos line endings 2013-03-26 11:44:08 +00:00
Matthew Wall
2c9d0fbbff added lacrosse ws28xx driver 2013-03-26 04:45:49 +00:00
Tom Keffer
40087c39b9 V2.3.0a1 2013-03-25 16:15:44 +00:00
Tom Keffer
96dcfa7b34 Added WMR200 to the configuration file and to the User's Guide. 2013-03-25 15:27:07 +00:00
Tom Keffer
51abf1660a Changed the name of drivers. Made changes in setup.py to reflect them.
old                       new
	VantagePro.py (Vantage)   vantage.py (Vantage)
	WMR918.py (WMR-918)       wmr9x8.py (WMR9x8)
	wmrx.py (WMR-USB)         wmr100.py (WMR100)
2013-03-25 14:27:05 +00:00
Matthew Wall
38b7c2098a added gradients to daynight transitions. fixed daynight transition bug. 2013-03-22 18:46:41 +00:00
Matthew Wall
581d8ee3b2 rename sample_period to polling_interval. fix lurking uninitialized variable in fousb sync. deal with another delay=None condition. added explanation in usersguide about fousb polling and archive intervals. default to 60 second polling interval instead of 30. 2013-03-21 23:28:05 +00:00
Matthew Wall
f52a49be23 clarify fousb operating modes 2013-03-20 18:19:31 +00:00
Matthew Wall
386532a83e added user guide section about fousb operating modes 2013-03-20 14:40:50 +00:00
Tom Keffer
69b853a3ae rsync now allows a port to be specified. Patch from user Mark Flocco. 2013-03-15 17:13:23 +00:00
Matthew Wall
b5cb3b83aa added latest changes to the changelog 2013-03-14 20:35:00 +00:00
Matthew Wall
af06d60f2d added synchronisation for catchup 2013-03-14 01:06:11 +00:00
Matthew Wall
90dc50ed5a config file is optional - search standard locations if not specified 2013-03-13 15:55:20 +00:00
Tom Keffer
c1995aac50 Fixed bug when showing trends using temperature. 2013-03-11 15:59:56 +00:00
Matthew Wall
9a904b24ef fixed bug in CWOP upload 2013-03-04 13:21:58 +00:00
Matthew Wall
8c1da173cc update docs to reflect latest fousb fixes. minor cleanup to customizing doc based on lacrosse ws28xx development. 2013-03-03 14:08:31 +00:00
Tom Keffer
fc76bef388 Corrected name of mysql client package. 2013-02-25 17:01:20 +00:00
Matthew Wall
aaaf86da9d added pressure calibration option for fine offset stations. reduced log spewage. 2013-02-20 05:27:53 +00:00
Matthew Wall
bd87d58ca8 make docs DOS mode (apparently they were converted to unix mode but with ^M newlines at r1028) 2013-02-20 03:59:39 +00:00
Matthew Wall
cbf2b5b783 added luminosity-to-radiance conversion 2013-02-18 20:34:34 +00:00
Tom Keffer
82991ee692 A bad archive record type now causes a catch up to be abandoned, rather than program termination. 2013-02-18 14:00:33 +00:00
Matthew Wall
70754f1dce added dates in changelog, otherwise mkchangelog inserts current date 2013-02-15 17:31:23 +00:00
Tom Keffer
1933dba057 Updated version number 2013-02-15 16:44:07 +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
e51a8f1ffa Added the ability to turn the Vantage console lamp on or off. 2013-02-15 15:57:47 +00:00
Matthew Wall
8b1e50479b added example of how to check pressures 2013-02-14 19:29:20 +00:00
Matthew Wall
5cf3fc2dec default to table format for fousb console dump. added examples to usersguide. 2013-02-14 19:24:00 +00:00
Matthew Wall
40741b8d11 added test for usb quality 2013-02-14 19:11:35 +00:00
Matthew Wall
0134149ee9 enabled writing to console 2013-02-14 18:40:31 +00:00
Matthew Wall
50fb53b732 tweaks to wee_config_fousb help 2013-02-14 14:21:19 +00:00
Matthew Wall
236388b236 update hardware table 2013-02-12 13:38:22 +00:00
Matthew Wall
399dd2876a slight reordering of configuration instructions. hardware config gets its own section now to prepare for other station types. 2013-02-11 21:44:04 +00:00