Skip to content

jachappell/METAR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ METAR Decoder

Metar is class for decoding weather information encoded in the METAR format

This is a work in progress. So far, the following have been implemented:

  • Message Type
  • Location Identifier
  • Date and Time of Report
  • Wind
  • Visibility
  • Weather Phenomena (ongoing)
  • Sky Conditions
  • Vertical Visibility
  • Pressure
  • Temperature

Look here to see it in action.

To build the library:
$ make

To build the example:
$ cd example
$ make

To build and run tests:
$ cd tests
$ ./run_tests.sh