astrodynamics-gnss 0.9.8

GNSS domain layer (SP3, broadcast ephemeris, multi-GNSS single-point positioning, ionosphere/troposphere, DOP) built on the astrodynamics core
Documentation
1
2
3
4
5
6
7
//! GNSS geometry primitives.

pub use crate::dop::{dop, Dop, DopError, LineOfSight};
pub use crate::frame::{ItrfPositionM, ItrfVelocityMS, Wgs84Geodetic};

/// Error type returned by DOP calculations.
pub type Error = DopError;