Re: CMX and <#wdirdata>
Posted: Sun 22 Jan 2017 7:42 pm
That's because your direction was already (intermittently) giving 7FFF but your wind speed was zero, so the set of wind data didn't get ignored as it did subsequently.
Dealing with that set of data (valid wind speeds but invalid wind direction) sensibly is quite tricky. What I can do is check for the 7FFF value separately and use zero instead. The only issue with that is that any offset would still get applied. Doing anything about that is very messy because the offset is applied in the common code.
Dealing with that set of data (valid wind speeds but invalid wind direction) sensibly is quite tricky. What I can do is check for the 7FFF value separately and use zero instead. The only issue with that is that any offset would still get applied. Doing anything about that is very messy because the offset is applied in the common code.