AprsParser.Weather (aprs v0.1.2)

View Source

APRS weather report parsing.

Summary

Functions

Parse an APRS weather report string. Returns a struct or error.

Parses a weather data string into a map of weather values.

Functions

parse(data)

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

Parse an APRS weather report string. Returns a struct or error.

parse_weather_data(weather_data)

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

Parses a weather data string into a map of weather values.