Expand description
RINEX and CRINEX parsing.
Parsing is separated from ephemeris evaluation: navigation records can be
parsed through nav or loaded into an crate::ephemeris::BroadcastEphemeris,
while observation files are parsed through observations.
Re-exports§
pub use clock::RinexClock;pub use crinex::decode as decode_crinex;pub use crinex::decode_to as decode_crinex_to;pub use crinex::encode_crinex;pub use nav::parse_glonass;pub use nav::parse_iono_corrections;pub use nav::parse_leap_seconds;pub use observations::pseudoranges;pub use observations::ObservationFile;
Modules§
- clock
- RINEX clock parsing and satellite clock-bias interpolation.
- crinex
- Hatanaka/CRINEX observation-file decoding and encoding.
- nav
- RINEX navigation-message parsing.
- observations
- RINEX observation parsing and pseudorange extraction.