resolve_station_conditions

Function resolve_station_conditions 

Source
pub fn resolve_station_conditions(
    temperature_c: f64,
    pressure_hpa: f64,
    altitude_m: f64,
) -> (f64, f64)
Expand description

Return the station temperature and pressure that calculate_atmosphere will use after applying the default-at-altitude resolution rules.