Skip to content

Tags: ywangd/pybufrkit

Tags

v0.2.22

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

v0.2.21

version bump for new tables

v0.2.20

Update tables v38, v39. Bump version

Also update talbespreparer to accomodate latest WMO tables format
changes

v0.2.19

Bump version to 0.2.19

v0.2.18

Support adding a preamble in the beginning of encoding output

Also bump version to v0.2.18

v0.2.14

Bump version

v0.2.10

Fix bug for defining and using new refvals.

v0.2.4

Fix Python 3 test

v0.2.2

Add Travis CI. Fix tests for Python 3.5

Some more documentation.