Add enc2float helper method to convert SPARTN encoded floating point values to floats.
CHANGES:
Add temporary override of decode flag for message types that cannot yet be properly decoded (e.g. OCB).
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.
pyspartn Pull Request Template
RELEASE CANDIDATE 0.1.9-alpha
ENHANCEMENTS:
enc2float
helper method to convert SPARTN encoded floating point values to floats.CHANGES:
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:
CONTRIBUTING.MD
).tests/test_*.py
pytest suite to maintain >= 99% code coverage.tests/test_*.py
unittest suite.