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

Include SID suffixes #655

Closed
eliuuk opened this issue Aug 22, 2016 · 17 comments
Closed

Include SID suffixes #655

eliuuk opened this issue Aug 22, 2016 · 17 comments

Comments

@eliuuk
Copy link
Contributor

eliuuk commented Aug 22, 2016

Include the suffix property in SID drawing and pronunciation.

@erikquinn
Copy link
Collaborator

@Fechulo @indianbhaji @jakobeng1303 @lachsschinken124

Anybody--

Can I count on SID/STAR/transition suffixes always being 2 characters? For example "CPT" plus "2F" --> "CPT2F", or can they sometimes be not two characters? I haven't come across this yet, but would like to avoid some messy and unnecessary work if I can just remove the last two digits from "CPT2F" for the simulation logic to find the "CPT" sid. If not, I'll have to have it do some more complicated searching stuff that is best avoided if possible.

@eliuuk
Copy link
Contributor Author

eliuuk commented Aug 22, 2016 via email

@eliuuk
Copy link
Contributor Author

eliuuk commented Aug 22, 2016 via email

@erikquinn
Copy link
Collaborator

Okay, as long as its SUPER rare, I can move ahead this way. Thanks for the quick response.

@eliuuk
Copy link
Contributor Author

eliuuk commented Aug 22, 2016

@erikquinn Oh no, no no! ZSPD has 3 characters.

@eliuuk
Copy link
Contributor Author

eliuuk commented Aug 22, 2016

@erikquinn A lot of them!

@erikquinn
Copy link
Collaborator

@indianbhaji UGGGHHHH alright, I'll figure something out. 😭 lol

@erikquinn
Copy link
Collaborator

@Fechulo @indianbhaji @jakobeng1303 @lachsschinken124

One more thing: When you assign a SID manually, would you prefer to specify just the fix name, or would you actually specify the full name WITH suffix? Eg:

  • sid CPT
  • sid CPT4K

@eliuuk
Copy link
Contributor Author

eliuuk commented Aug 22, 2016

@erikquinn With suffix. CPT3K would be an older revision, and they increase with each new revision.

@eliuuk
Copy link
Contributor Author

eliuuk commented Aug 22, 2016

@erikquinn Do you intend on "collapsing" the SIDs in ZSPD into one SID? ie. all the ANDs come together? If not, it'll probably save you on a job of having to create something extra, since all the SIDs in ZSPD are already separate procedures.

@erikquinn
Copy link
Collaborator

Eventually, everything should be collapsed. It will work to leave them separate, but for readability, they should eventually be shrunk to a single "AND" procedure, with the appropriate suffix and rwy sections, and the sim should be able to make it all work properly. Should make it easier to create and maintain airports this way.

@eliuuk
Copy link
Contributor Author

eliuuk commented Aug 22, 2016

Thanks, but the thing with ZSPD is that there are a load of AND SIDs, and I
believe there are more SIDs than runways.

@luznicky
Copy link

luznicky commented Aug 31, 2016

Hi,
do you also know, that you can have more suffixes for one RWY. Like ARTUP2A and ARTUP2M which both are valid. (See http://lis.rlp.cz/ais_data/aip/data/valid/a2-pr-sid24n.pdf). It's not big deal as you can choose the one which suits your defined departures.

@eliuuk
Copy link
Contributor Author

eliuuk commented Aug 31, 2016

@luznicky Yep, and that's the problem. If we were to collapse all the SIDs with different suffixes into one SID, how would you tell the game which set of fixes are for this particular suffix? If you look at ZSPD, the AND SID comes with many different variations and suffixes.

@eliuuk
Copy link
Contributor Author

eliuuk commented Jan 11, 2017

@erikquinn How's the progress on this?

@erikquinn
Copy link
Collaborator

@indianbhaji No change, but lots of things in this realm are being improved, so it's only a matter of time. But no work has been done on this directly.

@erikquinn
Copy link
Collaborator

The ATC repository is being migrated to it's new home at https://github.com/openscope/openscope,
and thus, all issues are being closed. If this is still an issue with the latest version of the sim
(accessible at http://www.openscope.co), or is a feature you still think we are lacking,
please reopen the issue at the new repo.

Please note that the vast majority of these issues have been copied to the new repository, or else are covered by other issues created there. See the below screenshot for what it looks like when your issue is known in the new repo:

image

Thank you!

Closing this issue.

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

No branches or pull requests

3 participants