celestial-core 0.1.1-alpha.2

Core types and utilities for the Celestial astronomy library
Documentation
1
2
3
4
5
6
7
8
9
//! Observer location on Earth.
//!
//! - [`Location`]: WGS84 geodetic coordinates (latitude, longitude, height)
//! - [`geodesy`]: geodetic-to-geocentric conversions for parallax corrections

pub mod core;
pub mod geodesy;

pub use core::Location;