semuconsulting / pyspartn

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

add troposphere coefficient offsets #31

Closed semuadmin closed 2 months ago

semuadmin commented 2 months ago

pyspartn Pull Request Template

Description

  1. Fixed offsets added to troposphere attributes, in accordance with SPARTN 2.0.2 specification:

    • SF043 (Area average vertical hydrostatic delay )-> add 2.3m
    • SF045 (Small troposphere coefficient T00) -> add 0.252m
    • SF048 (Large troposphere coefficient T00) -> add 0.252m

    Thanks for @jonathanmuller for contribution.

Fixes #30

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 >= 90% code coverage.

Checklist: