Aprs.Position (aprs v2.0.1)

View Source

Uncompressed position parsing for APRS packets.

Summary

Functions

Returns true when an eight-byte field is a syntactically valid APRS latitude.

Returns true when a nine-byte field is a syntactically valid APRS longitude.

Functions

valid_latitude_format?(arg1)

@spec valid_latitude_format?(binary()) :: boolean()

Returns true when an eight-byte field is a syntactically valid APRS latitude.

Spaces are accepted in the minute and fraction digits (position ambiguity) and either case of hemisphere letter is allowed, matching reference parsers.

valid_longitude_format?(arg1)

@spec valid_longitude_format?(binary()) :: boolean()

Returns true when a nine-byte field is a syntactically valid APRS longitude.