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.
- Host: GitHub
- URL: https://github.com/dbrgn/notam-parse
- Owner: dbrgn
- License: mit
- Created: 2014-11-17T10:27:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-17T12:50:30.000Z (over 11 years ago)
- Last Synced: 2025-03-06T08:51:06.459Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 129 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
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