Aprs.Weather (aprs v2.0.0)

View Source

APRS weather report parsing.

Summary

Functions

Parses a positionless APRS weather report.

Parses weather fields into a flat map.

Parses weather fields and returns the trimmed, unconsumed comment bytes.

Functions

parse(data)

@spec parse(String.t()) :: map()

Parses a positionless APRS weather report.

parse_weather_data(weather_data)

@spec parse_weather_data(String.t()) :: map()

Parses weather fields into a flat map.

parse_weather_data_with_remainder(weather_data)

@spec parse_weather_data_with_remainder(String.t()) :: {map(), String.t()}

Parses weather fields and returns the trimmed, unconsumed comment bytes.