sidereon-core 0.13.0

The complete Sidereon engine: numerical astrodynamics propagation core plus the GNSS domain layer (SP3, broadcast ephemeris, multi-GNSS positioning, RTK/PPP, ionosphere/troposphere, DOP) behind a default-on gnss feature
Documentation
1
2
3
4
5
6
7
8
//! GNSS navigation-message synthesis and decoding.
//!
//! These are bit-level codecs for the data streams modulated onto the GNSS
//! signals (as opposed to [`crate::broadcast`], which evaluates an already
//! decoded navigation message into an orbit and clock). Currently this covers
//! the GPS L1 C/A legacy navigation (LNAV) message.

pub mod lnav;