The calculation service calculates derived quantities such as dewpoint, windchill, and heatindex.
Some hardware provides derived quantities, others provide only raw observations. The calculation service provides derived quantities for hardware that does not provide them, and known algorithms for hardware that provides unreliable or antiquated calculations.
The section [StdWXCalculate] consists of a group of Observation defaults, followed by a subsection [[Calculations]] that specifies the calculation strategy to be used for each derived quantity.
ignore_zero_wind
Indicates whether the wind direction should be undefined when the wind speed is zero. The default value is True: the wind direction will be undefined when wind speed is zero.
To report the wind vane direction even when there is no wind speed, change this to False:
[StdWXCalculate]
...
ignore_zero_wind = False