I kinda want to try and tackle the wind direction average problem that we 
often see when we go to longer range charts such as months & years. When 
the wind isn't blowing it tends to take a reading of "north" and that skews 
the averages data. 

My idea is to set a min in the [[MinMax]] section for wind to 1 instead of 0

and maybe set something in corrections like I do for lightning something 
like 

windDir = windDir if  windSpeed < 1 else None

has anyone tried anything like this and if so how were the results? did it 
mess up your data or help reign it in better like I hope to do

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/a4d7e9d3-4709-470d-8511-d54c0db7ab8an%40googlegroups.com.

Reply via email to