forked from epranka/airports-db
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathENHD.json
105 lines (105 loc) · 3.13 KB
/
ENHD.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"id": "2579",
"ident": "ENHD",
"type": "medium_airport",
"name": "Haugesund Airport, Karmøy",
"latitude_deg": "59.345299",
"longitude_deg": "5.20836",
"elevation_ft": "86",
"continent": "EU",
"iso_country": "NO",
"iso_region": "NO-11",
"municipality": "Karmøy",
"scheduled_service": "yes",
"icao_code": "ENHD",
"iata_code": "HAU",
"gps_code": "ENHD",
"local_code": "",
"home_link": "https://flyhau.no/",
"wikipedia_link": "https://en.wikipedia.org/wiki/Haugesund_Airport%2C_Karm%C3%B8y",
"keywords": "Karmoy",
"runways": [
{
"id": "237954",
"airport_ref": "2579",
"airport_ident": "ENHD",
"length_ft": "6957",
"width_ft": "148",
"surface": "ASP",
"lighted": "1",
"closed": "0",
"le_ident": "13",
"le_latitude_deg": "59.35070037841797",
"le_longitude_deg": "5.197539806365967",
"le_elevation_ft": "61",
"le_heading_degT": "134",
"le_displaced_threshold_ft": "197",
"he_ident": "31",
"he_latitude_deg": "59.337398529052734",
"he_longitude_deg": "5.2241997718811035",
"he_elevation_ft": "86",
"he_heading_degT": "314",
"he_displaced_threshold_ft": "197"
}
],
"freqs": [
{
"id": "55804",
"airport_ref": "2579",
"airport_ident": "ENHD",
"type": "ATIS",
"description": "Karmøy ATIS",
"frequency_mhz": "118.175"
},
{
"id": "55805",
"airport_ref": "2579",
"airport_ident": "ENHD",
"type": "TWR",
"description": "Karmøy Tower",
"frequency_mhz": "120.5"
}
],
"country": {
"id": "302709",
"code": "NO",
"name": "Norway",
"continent": "EU",
"wikipedia_link": "https://en.wikipedia.org/wiki/Norway",
"keywords": "Flyplasser i Norge"
},
"region": {
"id": "304955",
"code": "NO-11",
"local_code": "11",
"name": "Rogaland",
"continent": "EU",
"iso_country": "NO",
"wikipedia_link": "https://en.wikipedia.org/wiki/Rogaland",
"keywords": "Airports in Rogaland"
},
"navaids": [
{
"id": "89969",
"filename": "Karmoy_VOR-DME_NO",
"ident": "KRM",
"name": "Karmoy",
"type": "VOR-DME",
"frequency_khz": "115150",
"latitude_deg": "59.346500396728516",
"longitude_deg": "5.201690196990967",
"elevation_ft": "102",
"iso_country": "NO",
"dme_frequency_khz": "115150",
"dme_channel": "098Y",
"dme_latitude_deg": "",
"dme_longitude_deg": "",
"dme_elevation_ft": "",
"slaved_variation_deg": "-3.001",
"magnetic_variation_deg": "-1.125",
"usageType": "BOTH",
"power": "HIGH",
"associated_airport": "ENHD"
}
]
}