The APRS 1.01 spec calls out three types of weather reports: raw, positionless, and complete. For this issue, implement encode and decode of positionless weather reports.
Acceptance Criteria
[ ] Implement decode and encode of positionless weather reports.
[ ] Add relevant testing
[ ] Add logic to display weather information in the console app
Description
The APRS 1.01 spec calls out three types of weather reports: raw, positionless, and complete. For this issue, implement encode and decode of positionless weather reports.
Acceptance Criteria