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:
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:
Regards, Praveen