"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
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!