Skip to content

MaurizioSodano/AirportXplaneParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

Releases

No releases published

Packages

No packages published

Languages