METAR Decoder Software Package Library: Parses Aviation Routine Weather Reports
Follow METAR Decoder Software Package Library
Other Useful Business Software
Stop Storing Third-Party Tokens in Your Database
Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
Rate This Project
Login To Rate This Project
User Reviews
-
This is a Fantastic library!! I wanted to develop a Windows-based application which could decode METAR messages, but after a week of studying the protocols, I came to realize that I was never going to understand everything that I needed to, to decode all the options. And then, I discovered this library. It is trivial to use, *very* thorough in its functionality, and actually builds under gcc without having to spend days figuring out obscure compiler issues. My Windows application, which is literally a WinAPI wrapper around this library, is available in both executable and source-code form, here: derelllicht dot com slash Metar dot html This library, and my derivation, are both released under the famous "no, really, it's free !! Do what you want with it!!" license.