I wouldn't expect the lines to be the same as that is not the problem. The 
gust figure will normally be higher than the average.

The problem lies with $day.windSpeed.max - this is a single figure so not 
plotted on the graph. The docs say that this is calculated by averaging the 
windspeed over the interval and then averaging all the intervals. This is 
wrong. It should be averaging over the interval and then selecting the 
highest figure (hence max). 

I don't know whether the error is in the documentation or in the coding but 
the value produced is wrong. It appears that the value produced is always 
the same as the maximum gust speed ($day.windGust.max)


-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to