sidereon-core 0.11.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
9
//! Embedded reference-data tables, relocated from `orbis_nif` so the core
//! crate is usable from Rust without Rustler or the BEAM.
//!
//! These tables are parity-critical: their numeric contents are reproduced
//! byte-for-byte from the upstream sources and must not be regenerated or
//! reformatted in ways that alter any literal.

pub mod iau2000a;
pub mod iers;