Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 563 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 563 Bytes

========= metar-clj

A Clojure library to parse METAR data files.

This library relies on the great instaparse library to create a robust and flexible implementation of a METAR decoder.

The grammar was based on the official documents from WMO (CODE Forms and Appendix III).

Example

lein run resources/sbct.txt

License

Copyright © 2013 FIXME

Distributed under the Eclipse Public License, the same as Clojure.

Bitdeli Badge