You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An 1-bit increment of one should indicate missing compressed data
Fix a bug where an 1-bit increment of one is treated as normal
increment.
According to WMO spec 94.1.6
The convention for representing missing data for compressed data
within the binary Data section shall be to set the corresponding
increments to fields of all ones.
There it should be processed as missing data.
Resolves: #33