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


On Wednesday, 14 December 2016 11:42:14 UTC-8, gjr80 wrote:
>
> Louis,
>
> Does your station provide windGust data? The windSpeed/WindGust plot you 
> included seems a little unusual.in terms of windGust. One thing I did 
> realise after I tidied up the code yesterday was that the windrose defaults 
> to plotting windGust. This is problematic as not all stations provide 
> windGust data. You may have to change the windrose to plot windSpeed. The 
> easiest way to do this is to edit skin.conf in the StackedWindRose skin, 
> locate [ImageStackedWindRoseGenerator] near the bottom of the file. Change 
> [[[[windGust]]]] to [[[[windSpeed]]]]. Save skin.conf and the windrose 
> should use windSped next time it generates. No need to stop/start weewx.
>
> Gary
>
>

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