initial copy over. preped
This commit is contained in:
@@ -13,5 +13,12 @@ This is a file to add LSGG (Geneva Airport) to the [Endless ATC](https://steamco
|
|||||||
### Departures
|
### Departures
|
||||||
### Arrivals
|
### Arrivals
|
||||||
|
|
||||||
|
## Known Issues
|
||||||
|
* Celing, climb and descend altitudes restricted by game mechanics
|
||||||
|
|
||||||
|
## Changelog
|
||||||
|
V0.1
|
||||||
|
Inital Version with basic airport infomation
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
[EAD eAIP](https://www.ead.eurocontrol.int/cms-eadbasic/opencms/en/login/ead-basic/)
|
[EAD eAIP](https://www.ead.eurocontrol.int/cms-eadbasic/opencms/en/login/ead-basic/)
|
||||||
+62
-9
@@ -9,7 +9,21 @@
|
|||||||
[airspace]
|
[airspace]
|
||||||
elevation = 1411
|
elevation = 1411
|
||||||
center = N46.2380981445, E6.10895013809
|
center = N46.2380981445, E6.10895013809
|
||||||
magneticvar = 0.315
|
magneticvar = 2.0
|
||||||
|
|
||||||
|
radius = 45 ; airspace radius in NM
|
||||||
|
zoom = 7.0 ; default zoom level, increase to zoom in
|
||||||
|
floor = 3500 ; minimum selectable altitude
|
||||||
|
descendaltitude = 15000 ; minimum initial altitude for arrivals
|
||||||
|
ceiling = 16000 ; maximum selectable altitude
|
||||||
|
above = 17000 ; maximum departure altitude when SID is enabled (must be above ceiling)
|
||||||
|
transitionaltitude = 7000 ; highest altitude displayed in feet instead of flight level
|
||||||
|
speedrestriction = 10, 220 ; radius in NM, and speed in knots
|
||||||
|
usa = false ; American-style callsign pronunciation and runway names
|
||||||
|
metric = false ; display altitudes in metres instead of feet
|
||||||
|
separation = 3 ; minimum allowed distance between aircraft in NM
|
||||||
|
|
||||||
|
|
||||||
beacons =
|
beacons =
|
||||||
GVA, N46.25390, E6.13222, 0, Geneva Cointrin
|
GVA, N46.25390, E6.13222, 0, Geneva Cointrin
|
||||||
PAS, N46.16370, E5.99992, 0, Passeiry
|
PAS, N46.16370, E5.99992, 0, Passeiry
|
||||||
@@ -24,6 +38,21 @@ beacons =
|
|||||||
LTP, N45.48900, E5.43906, 0, La Tour Du Pin
|
LTP, N45.48900, E5.43906, 0, La Tour Du Pin
|
||||||
FRI, N46.77760, E7.22350, 0, Fribourg
|
FRI, N46.77760, E7.22350, 0, Fribourg
|
||||||
|
|
||||||
|
## name, position, <holdingheading>, <pronunciation>
|
||||||
|
# the first given beacon will be the default beacon for arrivals inbound the main airport
|
||||||
|
# when holdingheading is 0 or omitted, planes will hold there using the plane's current heading
|
||||||
|
# when a holdingheading is given, planes will fly that heading (or magnetic course) on the inbound leg when flying the holding
|
||||||
|
# when holdingheading is negative, planes will make left-hand turns instead of right-hand
|
||||||
|
|
||||||
|
boundary =
|
||||||
|
-25, -22
|
||||||
|
25, -22
|
||||||
|
25, 22
|
||||||
|
-25, 22
|
||||||
|
## positions
|
||||||
|
# pointlist of optional airspace boundary polygon; this will override the default (circular) airspace radius.
|
||||||
|
# last point is automatically connected to first point
|
||||||
|
|
||||||
line1 =
|
line1 =
|
||||||
N46.43223, E6.87363
|
N46.43223, E6.87363
|
||||||
N46.40259, E6.86641
|
N46.40259, E6.86641
|
||||||
@@ -84,12 +113,36 @@ line4 =
|
|||||||
name = Geneva Cointrin International Airport
|
name = Geneva Cointrin International Airport
|
||||||
code = LSGG
|
code = LSGG
|
||||||
runways =
|
runways =
|
||||||
rwy1, 04, N46.2258, E6.09092, 45.5, 12795, 1082, 0, 1411
|
# idnt,rwy,location ,HDG ,legnth,displaced,elev ,g/s, loc
|
||||||
rwy2, 04L, N46.2348, E6.0995, 46.3, 2700, 613, 994, 1378
|
rwy1, 04, N46.2258, E6.09092, 45.5, 12795, 1082, 0, 1411, 3, 45.5,
|
||||||
|
|
||||||
[airport2]
|
climbaltitude = 9000 ; maximum initial climb altitude in feet for departures
|
||||||
name = Annecy-Haute-Savoie-Mont Blanc Airport
|
|
||||||
code = LP
|
sids =
|
||||||
runways =
|
north, 0, 25, northbound
|
||||||
rwy3, 04, N45.9235, E6.09216, 39.0, 5348, 820, 755, 1489
|
south, 0, -25, southbound
|
||||||
inboundbeacon = PAS
|
bco
|
||||||
|
## name, position, <pronunciation>
|
||||||
|
# you may also give just the name of a beacon from the beacon list
|
||||||
|
|
||||||
|
entrypoints =
|
||||||
|
090
|
||||||
|
270, bco
|
||||||
|
## true_heading, <beaconname>
|
||||||
|
# this is where new arrivals enter at the boundary (approximately), e.g. 090 means planes will enter from the east, heading 270 (westbound)
|
||||||
|
# inbound beacon is optional; choose a beacon name from the beacon list above; otherwise the first beacon from that list is chosen automatically
|
||||||
|
|
||||||
|
airlines =
|
||||||
|
air, 3, e175, airliner, w
|
||||||
|
air, 2, a333, airliner
|
||||||
|
air, 1, dh8d/f200, airliner, e
|
||||||
|
ph-abc, 1, c271, 0, nwe
|
||||||
|
n-123ab,1, f200
|
||||||
|
## name, amount, planetype, pronunciation, <direction>
|
||||||
|
# name is the 3 letter airline code, or a private regristration (with a land code, dash(-), and then the format)
|
||||||
|
# amount determines the relative likelihood of appearance (e.g. 0=never, 1=occasionally, 10=frequently, etc)
|
||||||
|
# planetype determines the plane characteristics (optionally put a dash (/) between multiple types)
|
||||||
|
# pronuniation is the callsign, used for airlines
|
||||||
|
# direction lets the plane arrive/depart in (roughly) a preferred direction:
|
||||||
|
# give the direction as a string containing one or more of the letters nwse, for north west south east,
|
||||||
|
# but make sure there are actually entrypoints defined at those directions (approximately); w needs an entrypoint near 270
|
||||||
|
|||||||
Reference in New Issue
Block a user