Nevermind, I found the problem after digging through the code. 
 The imageStackedWindRose3.py required windGustdir and my station only 
provides windGust without direction ...

On Wednesday, 14 December 2016 12:24:08 UTC-8, Louis De Lange wrote:
>
> Gary,
>
> Thanks for that.  I changed it to windSpeed and it worked!  
>
> Now the really perplexing thing - my station provides gust data (even 
> though it appears in 4km/h increments).  I know windGust is in the database 
> and to prove it I ran a query shown below listing the dateTime, windSpeed 
> and windGust columns.  Bottom line - windSpeed plots fine, windGust does 
> not.
>
> sqlite> SELECT dateTime, windSpeed, windGust FROM archive WHERE (dateTime 
> > 1481742000);
> 1481742300|1.38086956521739|7.38
> 1481742600|0.772916666666667|7.38
> 1481742900|1.17652173913043|4.92
> 1481743200|1.11791666666667|7.38
> 1481743500|0.116521739130435|2.46
> 1481743800|0.223043478260869|4.92
> 1481744100|0.0929166666666667|2.46
> 1481744400|0.242083333333333|4.92
> 1481744700|0.375454545454546|4.92
> 1481745000|0.0466666666666667|2.46
> 1481745300|0.01875|2.46
> 1481745600|0.0778260869565217|2.46
> 1481745900|0.845652173913043|4.92
> 1481746200|1.42583333333333|7.38
> 1481746500|0.456956521739131|4.92
>
> Louis
>
>>

-- 
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