semuconsulting / pyrtcm

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

fixes: #28 DF408 Scaling is incorrect #29

Closed jcmb closed 1 year ago

jcmb commented 1 year ago

Scaling for DF408 was going the wrong way.

pyrtcm Pull Request Template

Description

DF408 Scaling was making the values larger instead of smaller.

See issue #28 for more of the details

Fixes # (issue)

28

Testing

Sample included in the issue. tests/*.py ran manually.

Checklist:

semuadmin commented 1 year ago

Hi @jcmb Good spot - thanks!

Appreciate the contribution, but in future could I request that you:

  1. Sign all commits (you've ticked the box but the commit wasn't actually signed).
  2. Update the relevant test cases.