On branch klax

Changes to be committed:
        modified:   final/US/CA/KLAX.txt
	modified:   final/US/CA/KLAX_readme.md
This commit is contained in:
jamesg31
2020-07-31 10:44:34 -07:00
parent 16c2c93b07
commit 7aaf759795
2 changed files with 39 additions and 18 deletions
+29 -12
View File
@@ -1,8 +1,4 @@
# This is an automatically generated airport file for Endless ATC.
# Feel free to improve, use and share this file, at your own risk.
# Data from ourairports.com.
# Coastline from naturalearthdata.com.
# See the example.txt airport for all possible sections and items to add to this file.
# KLAX Version 1.2 by James Gardner
[airspace]
radius = 40
@@ -106,6 +102,8 @@ runways =
rwy3, 07L, N33.9358, W118.419, 83.0, 12091, 0, 957, 119
rwy4, 07R, N33.9338, W118.419, 83.0, 11096, 0, 0, 118
climbaltitude = 6000
sids =
dotss, N33.644106, W117.795283, dotss
ladyj, N34.077194, W118.671942, ladyj
@@ -126,12 +124,13 @@ runways =
rwy7, 08L, N33.8228, W118.164, 90.2, 6192, 1305, 531, 52
rwy8, 08R, N33.8138, W118.161, 89.9, 5420, 0, 0, 50
rwy9, 12, N33.8262, W118.162, 134.7, 10000, 1341, 1989, 52
inboundbeacon = LG
inboundbeacon = sxc
climbaltitude = 3000
sids =
vtu
pdz
lhs
airlines =
swa, 5, b737, Southwest
@@ -151,10 +150,12 @@ sids =
orosz, N34.426717, W118.674169, orosz
vny
inboundbeacon = vny
entrypoints =
030, vny
050, vny
300, vny
030
050
300
airlines =
swa, 8, b737, Southwest
@@ -162,6 +163,21 @@ airlines =
xe, 1, e135, JetSuite
n-123ab, 8, c172/p28b/p28a/be33/e13bj
[airport4]
name = Hawthorne Municipal Airport
code = HR
runways =
rwy10, 07, N33.922861, W118.335029, 83, 4884, 0, 0, 66, 3, 83, 5
climbaltitude = 1000
entrypoints =
300,
120,
airlines =
n-123ab, 10, c172/p28b/p28a/be33
[configurations]
config1 =
0, rwy1, landrev
@@ -170,6 +186,7 @@ config1 =
0, rwy4, landrev
0, rwy5, landstart
0, rwy6, landstart
0, rwy7, landrev, 0, nosid
0, rwy8, startrev, 0, nosid
0, rwy7, landrev
0, rwy8, startrev
0, rwy9, landstartrev
0, rwy10, landstartrev, 090, nosid
+8 -4
View File
@@ -1,12 +1,12 @@
# Los Angeles (Socal Area) For Endless ATC
This implements Los Angeles International Airport (KLAX), Bob Hope Airport (KBUR)n and Long Beach (Daugherty Field) Airport (KLGB) into the [Endless ATC](https://steamcommunity.com/app/666610) game.
This implements Los Angeles International Airport (KLAX), Bob Hope Airport (KBUR), Long Beach (Daugherty Field) Airport (KLGB), and Hawthorne Municipal Airport (KHHR) into the [Endless ATC](https://steamcommunity.com/app/666610) game.
## Features
### Implemented
* Arrivals and departures at KLAX, KBUR, and KLGB.
* Arrivals and departures at KLAX, KBUR, KLGB and KHHR.
* Departures thats (somewhat) mirror the actual SID's.
* Custom traffic to match GA and Airlines at KBUR and KLGB.
@@ -14,8 +14,7 @@ This implements Los Angeles International Airport (KLAX), Bob Hope Airport (KBUR
* Airspace boundries and regions.
* KLAX Custom Traffic (only 2 or 3 airlines serve KBUR and KLGB so they where much easier to implement).
* KSMO Airport for more GA traffic.
* Multiple runway configs (not implemented yet since Socal is rarely in east ops).
* Multiple runway configs (not implemented yet since Socal is extremly rarely in east ops).
## Issues
@@ -24,3 +23,8 @@ Due to the limitations of [Endless ATC](https://steamcommunity.com/app/666610) t
* SID's only head directly to their first waypoints. There is no way to model a complex path for a SID, like on the actual SID's.
* Only around 50% of SIDS are included for KBUR and KLGB, and only around 20% are included for KLAX (Los Angeles has 23 SID's).
* No STARS since there is currently no way to model this.
## Changelog
* 1.2 - 7/31/2020 - Added KHHR support for increased GA traffic.
* 1.1 - 7/28/2020 - Initial Release. Includes KLAX, KBUR, and KLGB.