semuconsulting / pyrtcm

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

DF090 scale factor not defined #30

Closed augustomazzoni closed 1 year ago

augustomazzoni commented 1 year ago

In rtcmtypes_core.py

"DF090": (UINT32, 0, "GPS e (Eccentricity)") should be: "DF090": (UINT32, P2_33, "GPS e (Eccentricity)")

additional warning for users: DF079, DF087, DF088, DF095, DF097, DF099 and DF100 are all provided in semicircles. In order to be used in orbit computations these parameters have to be multiplied by PI

Many thanks for your work!