pub fn build_aprs_position_weather_packet(
source: &Ax25Address,
latitude: f64,
longitude: f64,
symbol_table: char,
weather: &AprsWeather,
path: &[Ax25Address],
) -> Ax25PacketExpand description
Like build_aprs_position_weather but returns the unencoded
[Ax25Packet].