tempoch_core/earth/mod.rs
1// SPDX-License-Identifier: AGPL-3.0-only
2// Copyright (C) 2026 Vallés Puig, Ramon
3
4//! Earth-orientation and Earth-rotation conversion policy.
5
6pub mod context;
7pub mod delta_t;
8pub mod eop;
9
10pub use context::TimeContext;
11pub use delta_t::{delta_t_seconds, delta_t_seconds_extrapolated, DELTA_T_PREDICTION_HORIZON_MJD};