vZMA / ZMA

The authoritative repository for versioned ZMA Facility Engineering documents and data.
http://www.zmaartcc.net
1 stars 2 forks source link

alias-pof/121 - Alias Updates #137

Closed migte closed 1 year ago

migte commented 3 years ago

Alias File Updates

PDAR PDC

Resolves #135. Resolves #157. Begins work on #121.

Shortened PDAR PDC aliases to work based off airfield rather than departure fix.

Before:

.wincoy280
.pdcwincoy280

After:

.my280
.pdcmy280

"m" standing for Miami

Route Finder Alias

Resolves #133

Alias to pull up the FlightAware IFR Route Analyzer

Major Field Example:

.routem EGLL

Returns IFR routes from Miami International to London Heathrow

Other Field Example:

.route KHST EGLL

Returns IFR routes from North Perry to London Heathrow

Expect Approach Alias

Resolves #117

Expect approach alias.

Expect Approach Normal:

.hiea ILS 8R

expect ILS Runway 8R approach.

Expect Approach w/Altimeter:

.hiaea KMIA ILS 8R

Miami altimeter 29.92, expect ILS Runway 8R approach.

PDC Pushback Variations

Resolves #134

All PDCs can now specify whether the pilot can pushback at their discretion or they must call the ground controller to push onto an active taxiway.

Current:

.PDCAF MV G1

...CTC 121.800 FOR TAXI...

At Pilots Discretion:

.PDCAFPD MV G1

...CTC 121.800 FOR TAXI, PUSHBACK AT PILOT'S DISCRETION...

Call For Push:

.PDCAFCFP MV G1

...CTC 121.800 FOR PUSHBACK...

This works on all PDC variations
migte commented 2 years ago

@erikquinn Since metroplex and all the changes that have happened, I can finish up this branch/PR to include the .route commands but I should leave out, if not clean out, all the hedly arkes etc stuff, right?

erikquinn commented 2 years ago

@migte Yeah, I guess update what you can, and what you can't, comment it out. Leaving it still present and commented out will make it easier in the future when we come back to update and reimplement the same concept with the newer routes and such.

erikquinn commented 2 years ago

@migte bump?

erikquinn commented 2 years ago

or @ksnifte, maybe you could clean this one up? Want to get it done before #173.

ksnifte commented 2 years ago

Is the only thing left to do just clean out the pre-Metroplex DPs and make the above code-review changes?

erikquinn commented 2 years ago

yep, to remove any changes made irrelevent by metroplex, and address any outstanding comments. Then request a review from me again. Planning to merge this one first.