gjr80 / weewx-stackedwindrose

A WeeWX extension to generate a polar windrose graphic
GNU General Public License v3.0
11 stars 2 forks source link

Windrose fails in any item of speedVec is None #5

Open KasturiNagarWeather opened 2 years ago

KasturiNagarWeather commented 2 years ago

Hi,

Had my station going down couple of time yesterday which has resulted in probably some missing data. As a result of this, speedVec is None for some entries. At line 273 of imageStackedWindRose.py, we check max of speedVec[0] which errors out if some entries are None. To avoid this I locally edited as below:

image

Regards, Praveen