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

feature/2073 - Add KCHS #2077

Draft
wants to merge 11 commits into
base: develop
Choose a base branch
from
Draft

feature/2073 - Add KCHS #2077

wants to merge 11 commits into from

Conversation

jessie846
Copy link

@jessie846 jessie846 commented Jan 27, 2023

Resolves #2073.

Add KCHS.

All of file created, just need to troubleshoot problems in file
fixed runway 33 following cursors, was not all in the same coordinate form.
attempt to try and prevent arrivals from spawning on top of ech other.
@jessie846 jessie846 added WIP Add this label to work-in-progress PRs which are not yet ready for review DO NOT MERGE PR author's request to not merge a pull request labels Jan 27, 2023
@jessie846 jessie846 self-assigned this Jan 27, 2023
@render
Copy link

render bot commented Jan 27, 2023

fix arrivals spawning on top of each other
@erikquinn erikquinn changed the title Feature/2073 feature/2073 - Add KCHS Jan 27, 2023
@erikquinn erikquinn added airport/airline/aircraft Changes to airport/airline/aircraft files feature Addition of a COMPLETELY NEW feature and removed DO NOT MERGE PR author's request to not merge a pull request labels Jan 27, 2023
@erikquinn erikquinn marked this pull request as draft February 3, 2023 18:43
Added airport guide for Charleston Airport, described CHS airport,, describe Charleston TRACON airspace, Described Charleston Procedures (SIDs/STARs), added link to ZJX CHS SOP, in case people wanted to look around that for more information about the TRACON
@jessie846 jessie846 requested review from Fechulo and a team and removed request for Fechulo March 3, 2023 02:15
"icao": "LGRHD3",
"name": "Logger head Three",
"altitude": 4000,
"rwy": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since LGRHD is a common point for all runways, it should be moved into the body section. Similarly, GIPPL is defined in the exitPoint so it shouldn't be in the runway section also.

"icao": "PLMTO3",
"name": "Plumtree Three",
"altitude": 4000,
"rwy": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LOIRN is missing from 15 and 21. Ideally, LOIRN and PLMTO should be moved into the body.

"name": "Stuno One",
"altitude": 4000,
"rwy": {
"KCHS3": [ "BRYSE", "STUNO"],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some waypoints missing here. GULLA and STUNO should be moved into the body. GECHE is missing from 15 and 21.

"name": "Swap Fox Two",
"altitude": 4000,
"rwy": {
"KCHS3": ["PALLI", "SWPFX"],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This works, but it would be preferred to have PALLI and SWPFX in the body instead.

},
"body": [["AMYLU", "A140+|A230-"], "WILIT", ["CRAAW", "A110+"], "FOURD", "RSRVE"],
"rwy": {
"KCHS3": [["ROHLO", "A50+|S210"], ["STNNS", "A40|S210"]],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The headings after KREIS, STNNS and SNOBB should be added here.

},
"body": [["TRTLS", "A100"], "OSPRI"],
"rwy": {
"KCHS3" : [["AALEX", "A50"], ["RECHY", "A40|S210"]],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AALEX should be A50+|A100-|S250

"rwy": {
"KCHS3" : [["AALEX", "A50"], ["RECHY", "A40|S210"]],
"KCHS15": [["LUTHR", "A40"]],
"KCHS21": [["LUTHR", "A40"],["MYERS", "A30"]],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LUTHR should be at or above 4000 (does not apply to 15)

"KCHS3" : [["AALEX", "A50"], ["RECHY", "A40|S210"]],
"KCHS15": [["LUTHR", "A40"]],
"KCHS21": [["LUTHR", "A40"],["MYERS", "A30"]],
"KCHS33": [["PAMJE", "A50"],[ "LLEXI", "S250"], ["JAARD", "A30|S210"]]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All the restrictions here are wrong 😅
PAMJE should be A50+|A100-|S250
LLEXI should be A50+|S210
JAARD should be A40|S210

@@ -172,6 +172,12 @@
"name": "Nashville International Airport",
"premium": false
},
{
"icao": "kchs",
"level": "easy",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With the current traffic levels, this qualifies as a "hard" airport. I would recommend you decrease the traffic to below 40acph to make it "easy".

"floor": 0,
"ceiling": 100,
"airspace_class": "C",
"poly": [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The airspace polygon should match the video map perfectly. You can use a tool like qGIS to help with that.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
airport/airline/aircraft Changes to airport/airline/aircraft files feature Addition of a COMPLETELY NEW feature WIP Add this label to work-in-progress PRs which are not yet ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add CHS- Charleston Intl, SC
3 participants