metar-taf-parser 0.0.1 → 0.0.2

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.
Files changed (57) hide show
  1. package/README.md +8 -2
  2. package/dist/{lib/command → command}/common.d.ts +1 -1
  3. package/dist/{lib/command → command}/common.js +4 -4
  4. package/dist/{lib/command → command}/metar.d.ts +5 -1
  5. package/dist/{lib/command → command}/metar.js +6 -5
  6. package/dist/{lib/command → command}/remark.d.ts +5 -1
  7. package/dist/{lib/command → command}/remark.js +130 -148
  8. package/dist/{lib/commons → commons}/converter.d.ts +0 -0
  9. package/dist/{lib/commons → commons}/converter.js +2 -2
  10. package/dist/{lib/commons → commons}/errors.d.ts +7 -2
  11. package/dist/{lib/commons → commons}/errors.js +8 -3
  12. package/dist/commons/i18n.d.ts +12 -0
  13. package/dist/{lib/commons → commons}/i18n.js +12 -4
  14. package/dist/{lib/helpers → helpers}/helpers.d.ts +0 -1
  15. package/dist/helpers/helpers.js +23 -0
  16. package/dist/index.d.ts +10 -0
  17. package/dist/index.js +38 -0
  18. package/dist/locale/de.d.ts +321 -0
  19. package/dist/locale/de.js +322 -0
  20. package/dist/locale/en.d.ts +387 -0
  21. package/dist/locale/en.js +398 -0
  22. package/dist/locale/fr.d.ts +365 -0
  23. package/dist/locale/fr.js +376 -0
  24. package/dist/locale/it.d.ts +337 -0
  25. package/dist/locale/it.js +338 -0
  26. package/dist/locale/pl.d.ts +98 -0
  27. package/dist/locale/pl.js +99 -0
  28. package/dist/locale/zh-CN.d.ts +111 -0
  29. package/dist/locale/zh-CN.js +112 -0
  30. package/dist/model/enum.d.ts +221 -0
  31. package/dist/model/enum.js +231 -0
  32. package/dist/{lib/model → model}/model.d.ts +14 -7
  33. package/dist/{lib/model → model}/model.js +1 -1
  34. package/dist/parser/parser.d.ts +66 -0
  35. package/dist/parser/parser.js +322 -0
  36. package/package.json +8 -3
  37. package/dist/lib/commons/i18n.d.ts +0 -3
  38. package/dist/lib/helpers/helpers.js +0 -28
  39. package/dist/lib/index.d.ts +0 -1
  40. package/dist/lib/index.js +0 -3
  41. package/dist/lib/locale/en.json +0 -396
  42. package/dist/lib/model/enum.d.ts +0 -122
  43. package/dist/lib/model/enum.js +0 -132
  44. package/dist/lib/parser/parser.d.ts +0 -26
  45. package/dist/lib/parser/parser.js +0 -198
  46. package/dist/tests/command/common.test.d.ts +0 -1
  47. package/dist/tests/command/common.test.js +0 -102
  48. package/dist/tests/command/metar.test.d.ts +0 -1
  49. package/dist/tests/command/metar.test.js +0 -52
  50. package/dist/tests/command/remark.test.d.ts +0 -1
  51. package/dist/tests/command/remark.test.js +0 -689
  52. package/dist/tests/common/converter.test.d.ts +0 -1
  53. package/dist/tests/common/converter.test.js +0 -78
  54. package/dist/tests/helpers/helpers.test.d.ts +0 -1
  55. package/dist/tests/helpers/helpers.test.js +0 -17
  56. package/dist/tests/parser/parser.test.d.ts +0 -1
  57. package/dist/tests/parser/parser.test.js +0 -96
@@ -0,0 +1,338 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.default = {
4
+ CloudQuantity: {
5
+ BKN: "molto nuvoloso",
6
+ FEW: "leggermente nuvoloso",
7
+ NSC: "Nessuna nuvola significativa",
8
+ OVC: "coperto",
9
+ SCT: "sparse",
10
+ SKC: "cielo sereno",
11
+ },
12
+ CloudType: {
13
+ AC: "Altocumulo",
14
+ AS: "Altostrato",
15
+ CB: "Cumulonembo",
16
+ CC: "Cirrocumulo",
17
+ CI: "Cirro",
18
+ CS: "Cirrostrato",
19
+ CU: "Cumulo",
20
+ NS: "Nembostrato",
21
+ SC: "Stratocumulo",
22
+ ST: "Strato",
23
+ TCU: "Cumuli torreggiantidecreasing",
24
+ },
25
+ Converter: {
26
+ D: "Diminuzione",
27
+ E: "Est",
28
+ ENE: "Est Nord Est",
29
+ ESE: "Est Sud Est",
30
+ N: "Nord",
31
+ NE: "Nord Est",
32
+ NNE: "Nord Nord Est",
33
+ NNW: "Nord Nord Ovest",
34
+ NSC: "nessun cambiamento significativo",
35
+ NW: "Nord Ovest",
36
+ S: "Sud",
37
+ SE: "Sud Est",
38
+ SSE: "Sud Sud Est",
39
+ SSW: "Sud Sud Ovest",
40
+ SW: "Sud Ovest",
41
+ U: "sempre più",
42
+ VRB: "Variabile",
43
+ W: "Ovest",
44
+ WNW: "Ovest Nord Ovest",
45
+ WSW: "Ovest Sud Ovest",
46
+ },
47
+ DepositBrakingCapacity: {
48
+ GOOD: "buono",
49
+ MEDIUM: "medio",
50
+ MEDIUM_GOOD: "medio/buono",
51
+ MEDIUM_POOR: "medio/scarso",
52
+ NOT_REPORTED: "non riportato ",
53
+ POOR: "scarso",
54
+ UNRELIABLE: "cifre inaffidabili",
55
+ },
56
+ DepositCoverage: {
57
+ FROM_11_TO_25: "dal 11% al 25%",
58
+ FROM_26_TO_50: "dal 26% al 50%",
59
+ FROM_51_TO_100: "dal 51% al 100%",
60
+ LESS_10: "meno del 10%",
61
+ NOT_REPORTED: "non riportato",
62
+ },
63
+ DepositThickness: {
64
+ CLOSED: "chiusa",
65
+ LESS_1_MM: "meno di 1 mm",
66
+ NOT_REPORTED: "non riportato",
67
+ THICKNESS_10: "10 cm",
68
+ THICKNESS_15: "15 cm",
69
+ THICKNESS_20: "20 cm",
70
+ THICKNESS_25: "25 cm",
71
+ THICKNESS_30: "30 cm",
72
+ THICKNESS_35: "35 cm",
73
+ THICKNESS_40: "40 cm",
74
+ },
75
+ DepositType: {
76
+ CLEAR_DRY: "pulita e asciutta",
77
+ COMPACTED_SNOW: "neve compatta",
78
+ DAMP: "umido",
79
+ DRY_SNOW: "neve asciutta",
80
+ FROZEN_RIDGES: "solchi o creste congelate",
81
+ ICE: "ghiaccio",
82
+ NOT_REPORTED: "non riportato",
83
+ RIME_FROST_COVERED: "ricoperta di brina",
84
+ WET_SNOW: "neve bagnata",
85
+ WET_WATER_PATCHES: "pozzanghere bagnate",
86
+ },
87
+ Descriptive: {
88
+ BC: "banchi di nebbia",
89
+ BL: "sollevamento alto",
90
+ DR: "sollevamento basso",
91
+ FZ: "congelantesi",
92
+ MI: "strati di nebbia",
93
+ PR: "parziale",
94
+ SH: "rovescio",
95
+ TS: "temporale",
96
+ },
97
+ Error: {
98
+ prefix: "Si è verificato un errore. Errore nr. ",
99
+ },
100
+ ErrorCode: {
101
+ AirportNotFound: "L’aeroporto non è stato trovato in questa notifica",
102
+ InvalidMessage: "Il messaggio non è valido",
103
+ },
104
+ Indicator: {
105
+ M: "minore di",
106
+ P: "maggiore di",
107
+ },
108
+ Intensity: {
109
+ "-": "Debole",
110
+ VC: "Nelle vicinanze",
111
+ },
112
+ "intensity-plus": "Forte",
113
+ MetarFacade: {
114
+ InvalidIcao: "Codice ICAO non valido",
115
+ },
116
+ Phenomenon: {
117
+ BR: "foschia",
118
+ DS: "tempesta di polvere ",
119
+ DU: "polvere su un’area estesa",
120
+ DZ: "pioviggine",
121
+ FC: "tornado o tromba marina",
122
+ FG: "nebbia",
123
+ FU: "fumo",
124
+ GR: "grandine",
125
+ GS: "grandine piccola e/o granuli di neve",
126
+ HZ: "caligine",
127
+ IC: "cristalli di ghiaccio",
128
+ PL: "granuli di ghiaccio",
129
+ PO: "mulinelli di polvere/sabbia",
130
+ PY: "schizzi",
131
+ RA: "pioggia",
132
+ SA: "sabbia",
133
+ SG: "neve granulosa",
134
+ SN: "neve",
135
+ SQ: "groppo",
136
+ SS: "tempesta di sabbia",
137
+ TS: "temporale",
138
+ UP: "precipitazione sconosciuta",
139
+ VA: "cenere vulcanica",
140
+ },
141
+ Remark: {
142
+ AO1: "stazioni automatizzate senza discriminatore di precipitazione",
143
+ AO2: "stazione automatizzata con discriminatore di precipitazione",
144
+ BASED: "basato",
145
+ Ceiling: {
146
+ Height: "base delle nubi tra {0} e {1} piedi",
147
+ Second: {
148
+ Location: "base delle nubi di {0} piedi misurato da un secondo sensore situato a {1}",
149
+ },
150
+ },
151
+ FCST: "previsione",
152
+ FUNNELCLOUD: "nuvole a imbuto",
153
+ Hail: {
154
+ "0": "chicchi di grandine più grandi con un diametro di {0} pollici",
155
+ LesserThan: "chicchi di grandine più grandi con un diametro inferiore di {0} pollici",
156
+ },
157
+ HVY: "pesante",
158
+ LGT: "leggero",
159
+ MOD: "moderato",
160
+ NXT: "prossimo",
161
+ Obscuration: "{0} strato a {1} piedi composto da {2}",
162
+ ON: "on",
163
+ PeakWind: "picco di vento di {1} nodi da {0} gradi a {2}:{3}",
164
+ Precipitation: {
165
+ Beg: {
166
+ End: "{0} {1} inizia a {2}:{3} e termina a {4}:{5}",
167
+ },
168
+ },
169
+ PRESFR: "pressione in caduta rapidamente ",
170
+ PRESRR: "pressione in salita rapidamente",
171
+ Sea: {
172
+ Level: {
173
+ Pressure: "pressione a livello del mare di {0} HPa",
174
+ },
175
+ },
176
+ Second: {
177
+ Location: {
178
+ Visibility: "visibilità di {0} SM misurata da un secondo sensore situato a {1}",
179
+ },
180
+ },
181
+ Sector: {
182
+ Visibility: "visibilità di {1} SM in direzione {0}",
183
+ },
184
+ SLPNO: "pressione a livello del mare non disponibile",
185
+ Snow: {
186
+ Increasing: {
187
+ Rapidly: "aumento dell’altezza della neve di {0} pollici nell’ultima ora con un’altezza totale al suolo di {1} pollici",
188
+ },
189
+ Pellets: "{0} neve tonda ",
190
+ },
191
+ Surface: {
192
+ Visibility: "visibilità in superficie di {0} Statute Miles",
193
+ },
194
+ Thunderstorm: {
195
+ Location: {
196
+ "0": "temporale {0} dalla stazione",
197
+ Moving: "temporale {0} dalla stazione si muove in direzione di {1}",
198
+ },
199
+ },
200
+ Tornadic: {
201
+ Activity: {
202
+ BegEnd: "{0} inizia a {1}:{2} e termina a {3}:{4} {5} SM {6} dalla stazione",
203
+ Beginning: "{0} inizia a {1}:{2} {3} SM {4} dalla stazione",
204
+ Ending: "{0} termina a {1}:{2} {3} SM {4} dalla stazione",
205
+ },
206
+ },
207
+ TORNADO: "tornado",
208
+ Tower: {
209
+ Visibility: "visibilità dalla torre di controllo di {0} Statute Miles",
210
+ },
211
+ Variable: {
212
+ Prevailing: {
213
+ Visibility: "visibilità prevalentemente variabile tra {0} e {1} SM",
214
+ },
215
+ Sky: {
216
+ Condition: {
217
+ "0": "strato di nuvole che varia tra {0} e {1}",
218
+ Height: "strato di nubi a {0} piedi che varia tra {1} e {2}",
219
+ },
220
+ },
221
+ },
222
+ VIRGA: "virga",
223
+ Virga: {
224
+ Direction: "virga {0} dalla stazione",
225
+ },
226
+ WATERSPOUT: "tromba marina",
227
+ WindShift: {
228
+ "0": "spostamento del vento a {0}:{1}",
229
+ FROPA: "spostamento del vento accompagnato da passaggio frontale a {0}:{1}",
230
+ },
231
+ },
232
+ TimeIndicator: {
233
+ AT: "alle",
234
+ FM: "dalle",
235
+ TL: "fino alle",
236
+ },
237
+ ToString: {
238
+ airport: "aeroporto",
239
+ altimeter: "altimetro (hPa)",
240
+ amendment: "emendamento",
241
+ auto: "auto",
242
+ cavok: "cavok",
243
+ clouds: "nuvole",
244
+ day: {
245
+ hour: "ora del giorno",
246
+ month: "giorno del mese",
247
+ },
248
+ deposit: {
249
+ braking: "capacità frenante",
250
+ coverage: "copertura",
251
+ thickness: "spessore",
252
+ type: "tipo di deposito",
253
+ },
254
+ descriptive: "descrittivo",
255
+ dew: {
256
+ point: "punto di rugiada",
257
+ },
258
+ end: {
259
+ day: {
260
+ month: "ultimo giorno del mese",
261
+ },
262
+ hour: {
263
+ day: "ultima ora del giorno",
264
+ },
265
+ },
266
+ height: {
267
+ feet: "altezza (ft)",
268
+ meter: "altezza (m)",
269
+ },
270
+ indicator: "indicatore",
271
+ intensity: "intensità",
272
+ message: "messaggio originale",
273
+ name: "nome",
274
+ nosig: "nosig",
275
+ phenomenons: "fenomeni",
276
+ probability: "probabilità",
277
+ quantity: "quantità",
278
+ remark: "remark",
279
+ report: {
280
+ time: "ora del rapporto",
281
+ },
282
+ runway: {
283
+ info: "informazioni sulle piste",
284
+ },
285
+ start: {
286
+ day: {
287
+ month: "primo giorno del mese",
288
+ },
289
+ hour: {
290
+ day: "prima ora del giorno",
291
+ },
292
+ minute: "minuto di inizio",
293
+ },
294
+ temperature: {
295
+ "0": "temperatura (°C)",
296
+ max: "temperatura massima (°C)",
297
+ min: "temperatura minima (°C)",
298
+ },
299
+ trend: "tendenza",
300
+ trends: "tendenze",
301
+ type: "tipo",
302
+ vertical: {
303
+ visibility: "visibilità verticale (ft)",
304
+ },
305
+ visibility: {
306
+ main: "visibilità principale",
307
+ max: "visibilità massima",
308
+ min: {
309
+ "0": "visibilità minima",
310
+ direction: "direzione visibilità minima",
311
+ },
312
+ },
313
+ weather: {
314
+ conditions: "condizioni meteo",
315
+ },
316
+ wind: {
317
+ direction: {
318
+ "0": "direzione",
319
+ degrees: "direzione (gradi)",
320
+ },
321
+ gusts: "raffiche",
322
+ max: {
323
+ variation: "variazione massima del vento",
324
+ },
325
+ min: {
326
+ variation: "variazione minima del vento",
327
+ },
328
+ speed: "velocità",
329
+ unit: "unità",
330
+ },
331
+ },
332
+ WeatherChangeType: {
333
+ BECMG: "Diventa",
334
+ FM: "Da",
335
+ PROB: "Probabilità",
336
+ TEMPO: "Temporanea",
337
+ },
338
+ };
@@ -0,0 +1,98 @@
1
+ declare const _default: {
2
+ CloudQuantity: {
3
+ BKN: string;
4
+ FEW: string;
5
+ NSC: string;
6
+ OVC: string;
7
+ SCT: string;
8
+ SKC: string;
9
+ };
10
+ CloudType: {
11
+ AC: string;
12
+ AS: string;
13
+ CB: string;
14
+ CC: string;
15
+ CI: string;
16
+ CS: string;
17
+ CU: string;
18
+ NS: string;
19
+ SC: string;
20
+ ST: string;
21
+ TCU: string;
22
+ };
23
+ Descriptive: {
24
+ BC: string;
25
+ BL: string;
26
+ DR: string;
27
+ FZ: string;
28
+ MI: string;
29
+ PR: string;
30
+ SH: string;
31
+ TS: string;
32
+ };
33
+ Error: {
34
+ prefix: string;
35
+ };
36
+ ErrorCode: {
37
+ AirportNotFound: string;
38
+ InvalidMessage: string;
39
+ };
40
+ Intensity: {
41
+ "-": string;
42
+ VC: string;
43
+ };
44
+ "intensity-plus": string;
45
+ Phenomenon: {
46
+ BR: string;
47
+ DS: string;
48
+ DU: string;
49
+ DZ: string;
50
+ FC: string;
51
+ FG: string;
52
+ FU: string;
53
+ GR: string;
54
+ GS: string;
55
+ HZ: string;
56
+ IC: string;
57
+ PL: string;
58
+ PO: string;
59
+ PY: string;
60
+ RA: string;
61
+ SA: string;
62
+ SG: string;
63
+ SN: string;
64
+ SQ: string;
65
+ SS: string;
66
+ UP: string;
67
+ VA: string;
68
+ };
69
+ MetarFacade: {
70
+ InvalidIcao: string;
71
+ };
72
+ Converter: {
73
+ D: string;
74
+ E: string;
75
+ N: string;
76
+ NE: string;
77
+ NSC: string;
78
+ NW: string;
79
+ S: string;
80
+ SE: string;
81
+ SW: string;
82
+ U: string;
83
+ VRB: string;
84
+ W: string;
85
+ };
86
+ WeatherChangeType: {
87
+ FM: string;
88
+ BECMG: string;
89
+ TEMPO: string;
90
+ PROB: string;
91
+ };
92
+ TimeIndicator: {
93
+ AT: string;
94
+ FM: string;
95
+ TL: string;
96
+ };
97
+ };
98
+ export default _default;
@@ -0,0 +1,99 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.default = {
4
+ CloudQuantity: {
5
+ BKN: "Od 5/8 do 7/8",
6
+ FEW: "Od 1/8 do 2/8",
7
+ NSC: "Nieznaczne zachmurzenie.",
8
+ OVC: "8/8",
9
+ SCT: "Od 3/8 do 4/8",
10
+ SKC: "Czyste niebo",
11
+ },
12
+ CloudType: {
13
+ AC: "Średnie kłębiaste",
14
+ AS: "Średnia warstwowa",
15
+ CB: "Kłębiasta deszczowa",
16
+ CC: "Piętra wysokiego rodzaj kłębiasto-pierzaste",
17
+ CI: "Pierzasta",
18
+ CS: "Warstwowo - pierzasta",
19
+ CU: "Kłębiasta",
20
+ NS: "Warstwowa deszczowa",
21
+ SC: "Kłębiasto warstwowa",
22
+ ST: "Warstwowa",
23
+ TCU: "Wypiętrzona chmura kłębiasta",
24
+ },
25
+ Descriptive: {
26
+ BC: "płaty",
27
+ BL: "zawieja",
28
+ DR: "zamieć przyziemna",
29
+ FZ: "opad marznący",
30
+ MI: "niskie",
31
+ PR: "częściowe",
32
+ SH: "opad przelotny",
33
+ TS: "burza",
34
+ },
35
+ Error: {
36
+ prefix: "Wystąpił błąd. Kod błędu numer",
37
+ },
38
+ ErrorCode: {
39
+ AirportNotFound: "Nie znaleziono lotniska w tej depeszy.",
40
+ InvalidMessage: "Wprowadzona depesza jest nieprawidłowa.",
41
+ },
42
+ Intensity: {
43
+ "-": "Słaby",
44
+ VC: "W pobliżu",
45
+ },
46
+ "intensity-plus": "Silny",
47
+ Phenomenon: {
48
+ BR: "zamglenie",
49
+ DS: "burza piaskowa",
50
+ DU: "pył",
51
+ DZ: "mżawka",
52
+ FC: "trąba powietrzna",
53
+ FG: "mgła",
54
+ FU: "dym",
55
+ GR: "grad",
56
+ GS: "krupa śnieżna",
57
+ HZ: "zmętnienie",
58
+ IC: "słupki lodowe",
59
+ PL: "deszcz lodowy",
60
+ PO: "wiry pyłowe",
61
+ PY: "aerozol",
62
+ RA: "deszcz",
63
+ SA: "piasek",
64
+ SG: "śnieg ziarnisty",
65
+ SN: "śnieg",
66
+ SQ: "nawałnica",
67
+ SS: "burza piaskowa",
68
+ UP: "marznący deszcz",
69
+ VA: "popiół wulkaniczny",
70
+ },
71
+ MetarFacade: {
72
+ InvalidIcao: "Kod Icao jest nieprawidłowy",
73
+ },
74
+ Converter: {
75
+ D: "malejący",
76
+ E: "wschód",
77
+ N: "północ",
78
+ NE: "północny wschód",
79
+ NSC: "nieznaczna zmiana",
80
+ NW: "północny zachód",
81
+ S: "południe",
82
+ SE: "południowy zachód",
83
+ SW: "połódniowy wschód",
84
+ U: "rosnący",
85
+ VRB: "Zmienny",
86
+ W: "zachód",
87
+ },
88
+ WeatherChangeType: {
89
+ FM: "od",
90
+ BECMG: "Nadchodząca",
91
+ TEMPO: "Tymczasowa",
92
+ PROB: "Prawdopodobieństwo",
93
+ },
94
+ TimeIndicator: {
95
+ AT: "o",
96
+ FM: "od",
97
+ TL: "do",
98
+ },
99
+ };
@@ -0,0 +1,111 @@
1
+ declare const _default: {
2
+ CloudQuantity: {
3
+ BKN: string;
4
+ FEW: string;
5
+ NSC: string;
6
+ OVC: string;
7
+ SCT: string;
8
+ SKC: string;
9
+ };
10
+ CloudType: {
11
+ AC: string;
12
+ AS: string;
13
+ CB: string;
14
+ CC: string;
15
+ CI: string;
16
+ CS: string;
17
+ CU: string;
18
+ NS: string;
19
+ SC: string;
20
+ ST: string;
21
+ TCU: string;
22
+ };
23
+ Descriptive: {
24
+ BC: string;
25
+ BL: string;
26
+ DR: string;
27
+ FZ: string;
28
+ MI: string;
29
+ PR: string;
30
+ SH: string;
31
+ TS: string;
32
+ };
33
+ Error: {
34
+ prefix: string;
35
+ };
36
+ ErrorCode: {
37
+ AirportNotFound: string;
38
+ InvalidMessage: string;
39
+ };
40
+ Intensity: {
41
+ "-": string;
42
+ VC: string;
43
+ };
44
+ "intensity-plus": string;
45
+ Phenomenon: {
46
+ BR: string;
47
+ DS: string;
48
+ DU: string;
49
+ DZ: string;
50
+ FC: string;
51
+ FG: string;
52
+ FU: string;
53
+ GR: string;
54
+ GS: string;
55
+ HZ: string;
56
+ IC: string;
57
+ PL: string;
58
+ PO: string;
59
+ PY: string;
60
+ RA: string;
61
+ SA: string;
62
+ SG: string;
63
+ SN: string;
64
+ SQ: string;
65
+ SS: string;
66
+ UP: string;
67
+ VA: string;
68
+ TS: string;
69
+ };
70
+ Remark: {
71
+ AO1: string;
72
+ AO2: string;
73
+ BASED: string;
74
+ Ceiling: {
75
+ Height: string;
76
+ Second: {
77
+ Location: string;
78
+ };
79
+ };
80
+ FCST: string;
81
+ FUNNELCLOUD: string;
82
+ };
83
+ MetarFacade: {
84
+ InvalidIcao: string;
85
+ };
86
+ Converter: {
87
+ D: string;
88
+ E: string;
89
+ N: string;
90
+ NE: string;
91
+ NSC: string;
92
+ NW: string;
93
+ S: string;
94
+ SE: string;
95
+ SW: string;
96
+ U: string;
97
+ VRB: string;
98
+ W: string;
99
+ };
100
+ WeatherChangeType: {
101
+ FM: string;
102
+ BECMG: string;
103
+ TEMPO: string;
104
+ PROB: string;
105
+ };
106
+ TimeIndicator: {
107
+ AT: string;
108
+ TL: string;
109
+ };
110
+ };
111
+ export default _default;