This program is slowly becoming a tool to parse various AIP pages to the OFMX format.
The OFMX obstacle parser can be downloaded from here. It currently supports Sweden (ES), Greece (LG) and Czechia (LK).
Run it like this:
java -jar ofmx_parser.jar [ES|LG|LK] <input_file> <output_file>
It should work in any operating system as long as you have the latest Java JRE. However, it has only been tested in Windows and Linux.
- The input file for Sweden can be fetched from the Swedish AROWeb, download the latest "Flyghinder..." CSV file.
- The input file for Greece can be fetched from EAD Basic (AIP ENR 5.4). Example file can be found here.
- The input file for Czechia requires communication with the Czech authorities in order to acquire it. The sample data which this program was developed on can be found here.
The output file follows the OFMX Obstacle CSV specification.