use windGustDir of None if windGust is zero

This commit is contained in:
Matthew Wall
2013-09-17 12:14:01 +00:00
parent 5e7d6f33d2
commit fdeba0579a

View File

@@ -3,6 +3,10 @@ weewx change history
2.5.0 09/ZZ/13
FineOffset driver now uses the 'delay' field instead of the fixed_block
'read_period' for the archive record interval when reading records from
console memory.
Weewx now allows easier localization to non-English speaking locales.
In particular, set the environment variable LANG to your locale, and
then weewx date and number formatting will follow local conventions.
@@ -11,7 +15,7 @@ Details in a new section in the Customization Guide.
Added aggregate type "minmax" and "maxmin". Thank you user Gary Roderick!
WMR100, Vantage, FineOffset, and WS28xx drivers now emit a null wind
direction when the wind speed is zero.
direction when the wind speed is zero. Same for wind gust.
For WMR9x8 stations, wind chill is now retrieved from the console
rather than calculated in software. Thank you user Peter Ferencz!