-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from zlsa/gh-pages
Update #1
- Loading branch information
Showing
16 changed files
with
1,947 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"name": "ATR 42-500", | ||
"icao": "AT45", | ||
"engines": { | ||
"number": 2, | ||
"type": "T" | ||
}, | ||
"weightclass": "L", | ||
"category": { | ||
"srs": 3, | ||
"lahso": 3, | ||
"recat": "E" | ||
}, | ||
"ceiling": 25000, | ||
"rate": { | ||
"climb": 1800, | ||
"descent": 1500, | ||
"accelerate": 7, | ||
"decelerate": 6 | ||
}, | ||
"runway": { | ||
"takeoff": 1.090, | ||
"landing": 1.030 | ||
}, | ||
"speed":{ | ||
"min": 100, | ||
"landing": 110, | ||
"cruise": 299, | ||
"cruiseM": null, | ||
"max": 325, | ||
"maxM": null | ||
}, | ||
"capability": { | ||
"ils": true, | ||
"fix": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "Empire Airlines", | ||
"callsign": { | ||
"name": "Empire", | ||
"length": 4 | ||
}, | ||
"fleets": { | ||
"default": [ | ||
["AT43", 11], | ||
["AT45", 3 ], | ||
["AT72", 7 ], | ||
["C208", 35] | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"name": "Compass Airlines", | ||
"callsign": { | ||
"name": "Compass", | ||
"length": 4 | ||
}, | ||
"fleets": { | ||
"default": [ | ||
["E170", 62] | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "Hawaiian Airlines", | ||
"callsign": { | ||
"name": "Hawaiian", | ||
"length": 3 | ||
}, | ||
"fleets": { | ||
"default": [ | ||
["AT45", 3 ], | ||
["A332", 22], | ||
["B712", 18], | ||
["B763", 8 ] | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"name": "Spirit Airlines", | ||
"callsign": { | ||
"name": "Spirit", | ||
"length": 4 | ||
}, | ||
"fleets": { | ||
"default": [ | ||
["A319", 29], | ||
["A320", 44], | ||
["A321", 12] | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"name": "Horizon Air", | ||
"callsign": { | ||
"name": "Horizon", | ||
"length": 4 | ||
}, | ||
"fleets": { | ||
"default": [ | ||
["DH8D", 52] | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "SkyWest", | ||
"callsign": { | ||
"name": "SkyWest", | ||
"length": 4 | ||
}, | ||
"fleets": { | ||
"default": [ | ||
["CRJ2", 169], | ||
["CRJ7", 98 ], | ||
["CRJ9", 36 ], | ||
["E170", 50 ] | ||
] | ||
} | ||
} |
Oops, something went wrong.