Skip to main content

Module atmosphere

Module atmosphere 

Source
Expand description

GNSS atmospheric correction models.

Re-exports§

pub use ionosphere::galileo_effective_ionisation_level;
pub use ionosphere::galileo_nequick_g_native;
pub use ionosphere::ionex_slant_delay;
pub use ionosphere::ionosphere_delay;
pub use ionosphere::klobuchar;
pub use ionosphere::klobuchar_native;
pub use ionosphere::nequick_g_delay_m;
pub use ionosphere::nequick_g_stec_tecu;
pub use ionosphere::regular_tec_grid_delay_xyz;
pub use ionosphere::regular_tec_xyz;
pub use ionosphere::GalileoNequickCoeffs;
pub use ionosphere::GalileoNequickEval;
pub use ionosphere::Ionex;
pub use ionosphere::IonexGrid;
pub use ionosphere::IonoModel;
pub use ionosphere::KlobucharParams;
pub use ionosphere::NequickGRayEval;
pub use ionosphere::TecGrid;
pub use ionosphere::TecGridEpoch;
pub use ionosphere::TecGridEvalOptions;
pub use ionosphere::TecGridShellGeometry;
pub use troposphere::tropo_mapping;
pub use troposphere::tropo_slant;
pub use troposphere::tropo_zenith;
pub use troposphere::tropo_zwd_delay_xyz;
pub use troposphere::zwd_zenith_wet_delay;
pub use troposphere::AltitudeClamp;
pub use troposphere::MappingFactors;
pub use troposphere::MappingModel;
pub use troposphere::Met;
pub use troposphere::TropoModel;
pub use troposphere::ZenithDelay;
pub use troposphere::ZwdEpoch;
pub use troposphere::ZwdProfile;
pub use troposphere::ZwdSlantOptions;
pub use troposphere::TROPO_MIN_MAPPING_ELEVATION_RAD;

Modules§

ionosphere
Ionospheric delay models and IONEX grid support.
troposphere
Tropospheric zenith and slant delay models.