StevenFrost / AviationWeather

A C++ library for formatting and parsing various meteorology-related data structures
Other
4 stars 1 forks source link

Aviation Weather

Build status

A modern C++ library for parsing various aviation weather data structures. This library is work in progress and features may be introduced or removed without warning.

Requirements

Building the Project

Clone the repository via the git command line:

git clone https://github.com/StevenFrost/AviationWeather.git

Open Build\AviationWeather.sln with Visual Studio 2015 and add the External folder as a NuGet package source.

Contributing

Feel free to contribute code and ideas to this project. Check the backlog of issues for something to work on, fork the repository and start coding!

Major Milestones

  1. Winds Aloft
  2. Terminal Aerodrome Forecasts (TAF)
  3. PIREP
  4. AIRMET/SIGMET
  5. METAR remarks
  6. Support for international METARs

License

Licensed under the MIT License.