-
Notifications
You must be signed in to change notification settings - Fork 0
/
icao_usa_klax.json
82 lines (82 loc) · 1.71 KB
/
icao_usa_klax.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[
{
"_id": "6383ad03a110d431f5b1e356",
"name": "Los Angeles Intl",
"city": "Los Angeles",
"country": "United States",
"IATA": "LAX",
"ICAO": "KLAX",
"DST": "A",
"altitude": 126,
"TZ": "America/Los_Angeles",
"location": {
"type": "Point",
"coordinates": [
-118.40807,
33.942535
]
},
"continent": 2,
"createdAt": "2022-11-27T18:31:31.393Z"
},
{
"_id": "6383ad04176bb14b83f32d02",
"name": "Jack Northrop Fld Hawthorne Muni",
"city": "Hawthorne",
"country": "United States",
"IATA": "HHR",
"ICAO": "KHHR",
"DST": "A",
"altitude": 66,
"TZ": "America/Los_Angeles",
"location": {
"type": "Point",
"coordinates": [
-118.33518,
33.92284
]
},
"continent": 2,
"createdAt": "2022-11-27T18:31:32.375Z"
},
{
"_id": "6383ad5d4492709559a087f7",
"name": "Santa Monica Municipal Airport",
"city": "Santa Monica",
"country": "United States",
"IATA": "SMO",
"ICAO": "KSMO",
"DST": "A",
"altitude": 177,
"TZ": "America/Los_Angeles",
"location": {
"type": "Point",
"coordinates": [
-118.45131,
34.015835
]
},
"continent": 2,
"createdAt": "2022-11-27T18:33:01.366Z"
},
{
"_id": "6383ad504492709559a080f1",
"name": "Zamperini Field Airport",
"city": "Torrance",
"country": "United States",
"IATA": "TOA",
"ICAO": "KTOA",
"DST": "A",
"altitude": 101,
"TZ": "America/Los_Angeles",
"location": {
"type": "Point",
"coordinates": [
-118.33961,
33.80339
]
},
"continent": 2,
"createdAt": "2022-11-27T18:32:48.506Z"
}
]