visual approaches: direct the numbers, clearances from the downwind - #967
Open
nreisbeck wants to merge 1 commit into
Open
visual approaches: direct the numbers, clearances from the downwind#967nreisbeck wants to merge 1 commit into
nreisbeck wants to merge 1 commit into
Conversation
nreisbeck
force-pushed
the
direct-downwind-visuals
branch
from
August 26, 2026 01:46
bed7e14 to
dadf7d4
Compare
Contributor
Author
|
hold for bug fix |
nreisbeck
force-pushed
the
direct-downwind-visuals
branch
from
August 26, 2026 23:22
dadf7d4 to
5a53d8c
Compare
- DTN (LDTN/RDTN with a turn direction) sends the aircraft direct to the assigned approach runway's threshold; DTF direct to the arrival airport. spoken forms: "turn left direct the numbers", "proceed direct the field". works before or after a visual approach clearance. (mmp#880) - when the abeam projection onto the reference route is behind the aircraft (a downwind), a visual approach clearance now joins the route at a point downwind of the aircraft instead of refusing: it continues ahead, turns in to that fix, and flies the route inbound, per the suggestion in mmp#882. includes a regression test. - reword the synthesis-failure refusal: "we don't know runway X" now reads "we're not in position for the visual to runway X"; the old text implied a data problem when the issue is geometry
nreisbeck
force-pushed
the
direct-downwind-visuals
branch
from
August 27, 2026 17:49
5a53d8c to
1352fa7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two visual-approach improvements:
Direct the numbers / direct the field (Add support for "proceed|turn direct the numbers" (before or after visual approach clearance) #880):
DTN(andLDTN/RDTNwith a turn direction) sends the aircraft direct to the assigned approach runway's threshold;DTFdirect to the arrival airport. Spoken forms: "turn left direct the numbers", "proceed direct the field". Works before or after a visual approach clearance.Visual clearances from the downwind (Allow clearing aircraft on a downwind for a visual approach #882): when the abeam projection onto the reference route is behind the aircraft, the clearance now joins the route at a point downwind of the aircraft — it continues ahead, turns in to that fix, and flies the route inbound from there — rather than refusing. This follows the approach suggested in the issue.
Also rewords the synthesis-failure refusal from "we don't know runway X" (which reads as a data problem) to "we're not in position for the visual to runway X".
Fixes #880
Fixes #882