@fboes/aerofly-data 1.5.3 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.6.1] - 2026-04-19
9
+
10
+ - Airbus A321XLR added
11
+
12
+ ## [1.6.0] - 2026-04-16
13
+
14
+ - Removed community airports from airport JSON data
15
+ - Added new airport object data list
16
+
8
17
  ## [1.5.3] - 2026-03-27
9
18
 
10
19
  - Improved types for airports
package/README.md CHANGED
@@ -10,19 +10,19 @@ It also contains [airport and navigation aid icons](./icons/) suitable for maps.
10
10
 
11
11
  The `data` directory contains the following files:
12
12
 
13
- | File | Description |
14
- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ |
15
- | [`aircraft-liveries.json`](./data/aircraft-liveries.json) | JSON file containing detailed information about all aircraft, including liveries. |
16
- | [`aircraft-select-optgroup.html`](./data/aircraft-select-optgroup.html) | HTML snippet file containing all aircraft, grouped by category |
17
- | [`aircraft-livery-select-optgroup.html`](./data/aircraft-livery-select-optgroup.html) | HTML snippet file containing all liveries, grouped by aircraft |
18
- | [`aircraft-select.html`](./data/aircraft-select.html) | HTML snippet file containing all aircraft |
19
- | [`aircraft.json`](./data/aircraft.json) | JSON file containing abbreviated information about all aircraft (without liveries). |
20
- | [`aircraft.md`](./data/aircraft.md) | Markdown file containing abbreviated information about all aircraft (without liveries). |
21
- | [`airport-coordinates.json`](./data/airport-coordinates.json) | JSON file containing an array of all airports with ICAO code, name as well as WGS84 coordinates. |
22
- | [`airport-list.json`](./data/airport-list.json) | JSON file containing an array of all ICAO codes. |
23
- | [`airports-custom.md`](./data/airports-custom.md) | Markdown file containing all airports supplied by community |
24
- | [`airports-unmatched.md`](./data/airports-unmatched.md) | Markdown file containing all airports not contained in `aiports.geojson` |
25
- | [`airports.geojson`](./data/airports.geojson) | GeoJSON file containing the location of all airports in Aerofly FS 4. |
13
+ | File | Description |
14
+ | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
15
+ | [`aircraft-liveries.json`](./data/aircraft-liveries.json) | JSON file containing detailed information about all aircraft, including liveries. |
16
+ | [`aircraft-select-optgroup.html`](./data/aircraft-select-optgroup.html) | HTML snippet file containing all aircraft, grouped by category |
17
+ | [`aircraft-livery-select-optgroup.html`](./data/aircraft-livery-select-optgroup.html) | HTML snippet file containing all liveries, grouped by aircraft |
18
+ | [`aircraft-select.html`](./data/aircraft-select.html) | HTML snippet file containing all aircraft |
19
+ | [`aircraft.json`](./data/aircraft.json) | JSON file containing abbreviated information about all aircraft (without liveries). |
20
+ | [`aircraft.md`](./data/aircraft.md) | Markdown file containing abbreviated information about all aircraft (without liveries). |
21
+ | [`airport-coordinates.json`](./data/airport-coordinates.json) | JSON file containing an array of all airports with ICAO code, name as well as WGS84 coordinates, including community airports. |
22
+ | [`airport-list.json`](./data/airport-list.json) | JSON file containing an array of all airports' ICAO codes, excluding community airports. |
23
+ | [`airports-custom.md`](./data/airports-custom.md) | Markdown file containing all airports supplied by community |
24
+ | [`airports-unmatched.md`](./data/airports-unmatched.md) | Markdown file containing all airports not contained in `aiports.geojson` |
25
+ | [`airports.geojson`](./data/airports.geojson) | GeoJSON file containing the location of all airports in Aerofly FS 4, excluding community airports. |
26
26
 
27
27
  Also be aware that these files can be called as a very simple REST API using static hosting at https://fboes.github.io/aerofly-data/.
28
28
 
@@ -1102,6 +1102,72 @@
1102
1102
  }
1103
1103
  ]
1104
1104
  },
1105
+ {
1106
+ "aeroflyCode": "a321_xlr",
1107
+ "name": "A321XLR",
1108
+ "nameFull": "Airbus A321XLR",
1109
+ "icaoCode": "A21N",
1110
+ "tags": [
1111
+ "airplane",
1112
+ "airliner",
1113
+ "jet",
1114
+ "flaps",
1115
+ "retractable_gear",
1116
+ "thrust_reverse",
1117
+ "autopilot",
1118
+ "autothrottle",
1119
+ "winglets",
1120
+ "pushback"
1121
+ ],
1122
+ "approachAirspeedKts": 148,
1123
+ "cruiseAltitudeFt": 32000,
1124
+ "cruiseSpeedKts": 453,
1125
+ "maximumRangeNm": 3186,
1126
+ "maximumFuelMassKg": 28645,
1127
+ "maximumPayloadKg": 25500,
1128
+ "maximumTakeoffMassKg": 101000,
1129
+ "operatingEmptyMassKg": 50100,
1130
+ "liveries": [
1131
+ {
1132
+ "aeroflyCode": "default",
1133
+ "name": "Wizz",
1134
+ "requirements": ["engine_pw"]
1135
+ },
1136
+ {
1137
+ "aeroflyCode": "aer_lingus",
1138
+ "name": "Aer Lingus",
1139
+ "requirements": ["engine_cfm", "option_satcom"]
1140
+ },
1141
+ {
1142
+ "aeroflyCode": "air_canada",
1143
+ "name": "Air Canada",
1144
+ "requirements": ["engine_pw", "option_satcom"],
1145
+ "icaoCode": "ACA"
1146
+ },
1147
+ {
1148
+ "aeroflyCode": "american",
1149
+ "name": "American Airlines",
1150
+ "requirements": ["engine_cfm", "option_satcom"],
1151
+ "icaoCode": "AAL"
1152
+ },
1153
+ {
1154
+ "aeroflyCode": "iberia",
1155
+ "name": "Iberia",
1156
+ "requirements": ["engine_cfm", "option_satcom"],
1157
+ "icaoCode": "IBE"
1158
+ },
1159
+ {
1160
+ "aeroflyCode": "qanot_sharq",
1161
+ "name": "Qanot Sharq",
1162
+ "requirements": ["engine_cfm", "option_satcom"]
1163
+ },
1164
+ {
1165
+ "aeroflyCode": "qantas",
1166
+ "name": "Qantas",
1167
+ "requirements": ["engine_pw", "option_satcom"]
1168
+ }
1169
+ ]
1170
+ },
1105
1171
  {
1106
1172
  "aeroflyCode": "a350_1000",
1107
1173
  "name": "A350-1000",
@@ -1171,6 +1237,11 @@
1171
1237
  "name": "Japan Airlines",
1172
1238
  "requirements": []
1173
1239
  },
1240
+ {
1241
+ "aeroflyCode": "philippine",
1242
+ "name": "Philippine Airlines",
1243
+ "requirements": []
1244
+ },
1174
1245
  {
1175
1246
  "aeroflyCode": "qatar",
1176
1247
  "name": "Qatar",
@@ -1181,6 +1252,11 @@
1181
1252
  "name": "Qatar oneworld",
1182
1253
  "requirements": []
1183
1254
  },
1255
+ {
1256
+ "aeroflyCode": "starlux",
1257
+ "name": "Starlux",
1258
+ "requirements": []
1259
+ },
1184
1260
  {
1185
1261
  "aeroflyCode": "virgin_atlantic",
1186
1262
  "name": "Virgin Atlantic",
@@ -209,6 +209,15 @@
209
209
  <option value="a321|vueling">Vueling</option>
210
210
  <option value="a321|wizzair">Wizz Air</option>
211
211
  </optgroup>
212
+ <optgroup label="Airbus A321XLR" data-value="a321_xlr">
213
+ <option value="a321_xlr|default">Wizz</option>
214
+ <option value="a321_xlr|aer_lingus">Aer Lingus</option>
215
+ <option value="a321_xlr|air_canada">Air Canada</option>
216
+ <option value="a321_xlr|american">American Airlines</option>
217
+ <option value="a321_xlr|iberia">Iberia</option>
218
+ <option value="a321_xlr|qanot_sharq">Qanot Sharq</option>
219
+ <option value="a321_xlr|qantas">Qantas</option>
220
+ </optgroup>
212
221
  <optgroup label="Airbus A350-1000" data-value="a350_1000">
213
222
  <option value="a350_1000|default">Frenchbee</option>
214
223
  <option value="a350_1000|air_caraibes">Air Caraibes</option>
@@ -218,8 +227,10 @@
218
227
  <option value="a350_1000|etihad">Etihad</option>
219
228
  <option value="a350_1000|etihad_50">Etihad 50</option>
220
229
  <option value="a350_1000|japan_airlines">Japan Airlines</option>
230
+ <option value="a350_1000|philippine">Philippine Airlines</option>
221
231
  <option value="a350_1000|qatar">Qatar</option>
222
232
  <option value="a350_1000|qatar_oneworld">Qatar oneworld</option>
233
+ <option value="a350_1000|starlux">Starlux</option>
223
234
  <option value="a350_1000|virgin_atlantic">Virgin Atlantic</option>
224
235
  </optgroup>
225
236
  <optgroup label="Airbus A380-800" data-value="a380">
@@ -4,6 +4,7 @@
4
4
  <option value="a320">Airbus A320</option>
5
5
  <option value="a320_neo">Airbus A320neo</option>
6
6
  <option value="a321">Airbus A321-211</option>
7
+ <option value="a321_xlr">Airbus A321XLR</option>
7
8
  <option value="a350_1000">Airbus A350-1000</option>
8
9
  <option value="a380">Airbus A380-800</option>
9
10
  <option value="b737_max9">Boeing 737 MAX 9</option>
@@ -5,6 +5,7 @@
5
5
  <option value="a320">Airbus A320</option>
6
6
  <option value="a320_neo">Airbus A320neo</option>
7
7
  <option value="a321">Airbus A321-211</option>
8
+ <option value="a321_xlr">Airbus A321XLR</option>
8
9
  <option value="a350_1000">Airbus A350-1000</option>
9
10
  <option value="a380">Airbus A380-800</option>
10
11
  <option value="antares">Antares 21 Electro</option>
@@ -103,6 +103,32 @@
103
103
  "maximumTakeoffMassKg": 93500,
104
104
  "operatingEmptyMassKg": 48500
105
105
  },
106
+ {
107
+ "aeroflyCode": "a321_xlr",
108
+ "name": "A321XLR",
109
+ "nameFull": "Airbus A321XLR",
110
+ "icaoCode": "A21N",
111
+ "tags": [
112
+ "airplane",
113
+ "airliner",
114
+ "jet",
115
+ "flaps",
116
+ "retractable_gear",
117
+ "thrust_reverse",
118
+ "autopilot",
119
+ "autothrottle",
120
+ "winglets",
121
+ "pushback"
122
+ ],
123
+ "approachAirspeedKts": 148,
124
+ "cruiseAltitudeFt": 32000,
125
+ "cruiseSpeedKts": 453,
126
+ "maximumRangeNm": 3186,
127
+ "maximumFuelMassKg": 28645,
128
+ "maximumPayloadKg": 25500,
129
+ "maximumTakeoffMassKg": 101000,
130
+ "operatingEmptyMassKg": 50100
131
+ },
106
132
  {
107
133
  "aeroflyCode": "a350_1000",
108
134
  "name": "A350-1000",
package/data/aircraft.md CHANGED
@@ -8,7 +8,8 @@
8
8
  | Airbus A320 | `A320` | `a320` | 141 | 32,000 | 453 | 2,900 | 36 |
9
9
  | Airbus A320neo | `A20N` | `a320_neo` | 136 | 32,000 | 453 | 3,400 | 58 |
10
10
  | Airbus A321-211 | `A321` | `a321` | 147 | 32,000 | 453 | 2,600 | 51 |
11
- | Airbus A350-1000 | `A35K` | `a350_1000` | 152 | 37,000 | 488 | 8,909 | 11 |
11
+ | Airbus A321XLR | `A21N` | `a321_xlr` | 148 | 32,000 | 453 | 3,186 | 7 |
12
+ | Airbus A350-1000 | `A35K` | `a350_1000` | 152 | 37,000 | 488 | 8,909 | 13 |
12
13
  | Airbus A380-800 | `A388` | `a380` | 141 | 36,000 | 517 | 8,800 | 18 |
13
14
  | Antares 21 Electro | `LAE1` | `antares` | 65 | 8,202 | 81 | 205 | 2 |
14
15
  | Beechcraft Baron 58 | `BE58` | `b58` | 100 | 11,000 | 202 | 1,480 | 2 |
@@ -46,5 +47,5 @@
46
47
  | Sopwith F.1 Camel | `CAML` | `camel` | 45 | 9,843 | 100 | 124 | 1 |
47
48
  | Vought F4U Corsair | `CORS` | `f4u` | 105 | 20,000 | 389 | 930 | 3 |
48
49
 
49
- - Total Aircraft: **43**
50
- - Total Liveries: **617**
50
+ - Total Aircraft: **44**
51
+ - Total Liveries: **626**