-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
7 changed files
with
376 additions
and
370 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ | |
UnknownDescriptor, | ||
PyBufrKitError) | ||
|
||
__version__ = '0.2.21' | ||
__version__ = '0.2.22' | ||
__author__ = '[email protected]' | ||
|
||
LOGGER = logging.getLogger('PyBufrKit') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.