You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -501,9 +501,9 @@ A command line utility and Python class `RinexConverter` to convert binary GNSS
501
501
502
502
**NB: This ALPHA preview release is limited to the following experimental functionality:**
503
503
504
-
1.[RINEX version 3.05](https://files.igs.org/pub/data/format/rinex305.pdf).
504
+
1. RINEX versions 3.04 and 4.02.
505
505
1. Convert binary UBX RXM-RAW or RXM-RAWX (raw observation) data from u-blox receivers (e.g. ZED-F9P) to RINEX Observation file format.
506
-
1. Convert binary RXM-SFRBX (navigation subframe) data from u-blox receivers to RINEX Navigation file format. **Currently only GPS LNAV data is supported**, but the underlying `RinexConverterNavigation` class is readily extensible.
506
+
1. Convert binary RXM-SFRBX (navigation subframe) data from u-blox receivers to RINEX Navigation file format. **Currently only GPS LNAV and CNAV data is supported**, but the underlying `RinexConverterNavigation` class is readily extensible.
507
507
1. Convert RTCM3 Ephemerides messages (1019, 1020, 1041-1046) from any source (including NTRIP caster or RTK base station receiver) to RINEX Navigation file format.
508
508
1. Convert NMEA MWD (wind speed and direction) and XDR (temperature and pressure) sensor data to RINEX Meteorology file format.
0 commit comments