Skip to content

feat(atis): add atis code#150

Open
heclak wants to merge 1 commit intoflybywiresim:mainfrom
heclak:add-atis-code
Open

feat(atis): add atis code#150
heclak wants to merge 1 commit intoflybywiresim:mainfrom
heclak:add-atis-code

Conversation

@heclak
Copy link
Copy Markdown
Member

@heclak heclak commented Mar 20, 2026

Add ATIS code as part of the return value for ATIS requests.

In the current implementations, the aircraft has to parse the raw ATIS message to find the ATIS code. This is particularly challenging and inefficient due to the inconsistencies in formatting ATIS messages across different regions and networks.

This ATIS code is available from the endpoints that the FBW API is pulling from but it is not used in the existing implementation. This PR forwards that ATIS code so aircraft no longer need to figure out the ATIS letter code from the raw message anymore. Improving accuracy of the ATIS systems.

This PR extends the existing API by returning three additional optional fields to maintain backwards compatibility with existing API users.

image

Additional fixes:

  • fix incorrect naming for pilotedge source

- fix incorrect naming for pilotedge source
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

Successfully merging this pull request may close these issues.

1 participant