semuconsulting / pyspartn

Python library for parsing SPARTN protocol messages.
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

Rc 0.1.9 #11

Closed semuadmin closed 1 year ago

semuadmin commented 1 year ago

pyspartn Pull Request Template

RELEASE CANDIDATE 0.1.9-alpha

ENHANCEMENTS:

  1. Add enc2float helper method to convert SPARTN encoded floating point values to floats.

CHANGES:

  1. Add temporary override of decode flag for message types that cannot yet be properly decoded (e.g. OCB).
  2. Add gad_plot.py example to illustrate how to extract geographic area definitions from SPARTN-1X-GAD messages.

Testing

Please test all changes, however trivial, against the supplied pytest suite tests/test_*.py. Please describe any test cases you have amended or added to this suite to maintain >= 99% code coverage.

Checklist: