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)
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
Any collaboration/improvement is welcome
Parses the following items:
- Runway
- Taxiway centerlines
- Gates
- Taxiway Edges
It displays it in a simple 2D panel
- convert in Kotlin [Done]