An open API service indexing awesome lists of open source software.

https://github.com/dbrgn/notam-parse

First draft of a Lexer / Parser for ICAO NOTAM entries. Written using Python 3 and PLY.
https://github.com/dbrgn/notam-parse

Last synced: 11 months ago
JSON representation

First draft of a Lexer / Parser for ICAO NOTAM entries. Written using Python 3 and PLY.

Awesome Lists containing this project

README

          

NOTAM Parser
============

This is a `NOTAM `_ parser for Python 3.
The goal is to support the ICAO format.

Dependencies
------------

- Python 3
- PLY

Example
-------

::

python3 -m notam.parser test_files/notam-A0513-14.txt

License
-------

© 2014 by Danilo Bargen, released under the MIT license