Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document flight profile function #2

Open
quinten-goens opened this issue Jan 24, 2024 · 0 comments
Open

Document flight profile function #2

quinten-goens opened this issue Jan 24, 2024 · 0 comments

Comments

@quinten-goens
Copy link
Collaborator

I wrote a documentation here for another project of the output. Needs to be integrated.. The output columns of the flight profile function are:

  • FLIGHT_ID: The so called SAM ID, used internally by PRISME. Can be joined on flight list ID.

  • TIME_OVER: The timestamp of the state vector.

  • LONGITUDE: The longitude recorded at time of TIME_OVER.

  • LATITUDE: The latitude recorded at time of TIME_OVER.

  • FLIGHT_LEVEL: The flight level (in 100 ft) recorded at time of TIME_OVER.

  • POINT_ID: Flight plan points, it's indicated NO_POINT if no ID is present.

  • AIR_ROUTE: Flight plan air route indicator, it's indicated DCT if direct or NO_ROUTE if no route ID is present.

  • LOBT: Last received Off-Block Time.

  • SEQ_ID: An integer indicating the order of state vectors.

  • CALLSIGN: The callsign of the relevant flight, e.g. BAW6VB.

  • REGISTRATION: The registration of the relevant flgiht.

  • MODEL_TYPE: The type of flight profile (e.g., CTFM - Current Tactical Flight Model or M3).

  • AIRCRAFT_TYPE: The type of aircraft.

  • AIRCRAFT_OPERATOR: The aircraft operator.

  • ICAO24: the ICAO 24-bit address of the airframe for ADS-B/Mode S broadcasting.

  • ADEP: (ICAO code of the) Aerodrome of DEParture

  • ADES: (ICAO code of the) Aerodrome of DEStination

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant