Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 686 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 686 Bytes

Airport Parser

What is this? Its an X-Plane 11 apt.dat Java Kotlin parser. Inspired and ported in Java from a C# project https://github.com/njbrown09/XPlaneAirportParser

It could be used to parse an Xplane airport file (apt.dat)

Instructions

compile with maven: mvn clean install

unzip the generated assemblymodule\target\assemblymodule-1.1-SNAPSHOT-assembly.zip

run the scripts\launcher.bat

Click Open and choose LIRN\apt.dat file

Notes

Any collaboration/improvement is welcome

Features

Parses the following items:

  1. Runway
  2. Taxiway centerlines
  3. Gates
  4. Taxiway Edges

It displays it in a simple 2D panel

ToDo

  1. convert in Kotlin [Done]