@@ -48,8 +48,8 @@ def marianas_samples():
4848 iata = "GUM" ,
4949 elevation_m = 91.0 ,
5050 runways = [
51- Runway (name = "06L/24R" , length_m = 3255 , width_m = 45 , heading = 63 .0 , surface = "asphalt" , ils = True ),
52- Runway (name = "06R/24L" , length_m = 2743 , width_m = 45 , heading = 63 .0 , surface = "asphalt" , ils = False )
51+ Runway (name = "06L/24R" , length_m = 3255 , width_m = 45 , heading = 65 .0 , surface = "asphalt" , ils = True ),
52+ Runway (name = "06R/24L" , length_m = 2743 , width_m = 45 , heading = 65 .0 , surface = "asphalt" , ils = False )
5353 ],
5454 frequencies = {"tower" : 110.30 , "ground" : 121.9 , "approach" : 118.7 , "atis" : 127.25 },
5555 country = "United States (Guam)" ,
@@ -66,8 +66,8 @@ def marianas_samples():
6666 iata = "UAM" ,
6767 elevation_m = 184.0 ,
6868 runways = [
69- Runway (name = "06L/24R" , length_m = 3399 , width_m = 61 , heading = 63 .0 , surface = "concrete" , ils = True ),
70- Runway (name = "06R/24L" , length_m = 3048 , width_m = 46 , heading = 63 .0 , surface = "concrete" , ils = False )
69+ Runway (name = "06L/24R" , length_m = 3399 , width_m = 61 , heading = 65 .0 , surface = "concrete" , ils = True ),
70+ Runway (name = "06R/24L" , length_m = 3048 , width_m = 46 , heading = 65 .0 , surface = "concrete" , ils = False )
7171 ],
7272 frequencies = {"tower" : 126.2 , "ground" : 275.8 , "approach" : 327.0 , "departure" : 363.275 },
7373 country = "United States (Guam)" ,
@@ -77,8 +77,8 @@ def marianas_samples():
7777 ),
7878 Location (
7979 name = "OLF Orote (Naval Base Guam)" ,
80- latitude = 13.447222 ,
81- longitude = 144.637778 ,
80+ latitude = 13.438336 ,
81+ longitude = 144.642391 ,
8282 marker_type = MarkerType .AIRPORT .value ,
8383 icao = "PGRO" ,
8484 elevation_m = 116.0 ,
@@ -92,7 +92,7 @@ def marianas_samples():
9292 map = "Marianas"
9393 ),
9494
95- # Northern Mariana Islands (US Commonwealth)
95+ # Northern Mariana Islands (US Commonwealth)
9696 Location (
9797 name = "Saipan International Airport" ,
9898 latitude = 15.119444 ,
@@ -129,13 +129,13 @@ def marianas_samples():
129129 ),
130130 Location (
131131 name = "North West Field (Tinian)" ,
132- latitude = 15.087778 ,
133- longitude = 145.641389 ,
132+ latitude = 15.077842 ,
133+ longitude = 145.639744 ,
134134 marker_type = MarkerType .AIRPORT .value ,
135135 icao = "TN01" ,
136136 elevation_m = 187.0 ,
137137 runways = [
138- Runway (name = "08/26 " , length_m = 2438 , width_m = 46 , heading = 80 .0 , surface = "asphalt" , ils = False )
138+ Runway (name = "06/24 " , length_m = 2438 , width_m = 46 , heading = 62 .0 , surface = "asphalt" , ils = False )
139139 ],
140140 frequencies = {"tower" : 118.5 },
141141 country = "United States (Northern Mariana Islands)" ,
@@ -162,13 +162,13 @@ def marianas_samples():
162162 ),
163163 Location (
164164 name = "Pagan Airstrip" ,
165- latitude = 18.139722 ,
166- longitude = 145.774167 ,
165+ latitude = 18.123207 ,
166+ longitude = 145.763147 ,
167167 marker_type = MarkerType .AIRPORT .value ,
168168 icao = "PGPA" ,
169169 elevation_m = 167.0 ,
170170 runways = [
171- Runway (name = "03/21 " , length_m = 914 , width_m = 18 , heading = 30 .0 , surface = "coral" , ils = False )
171+ Runway (name = "12/30 " , length_m = 914 , width_m = 18 , heading = 119 .0 , surface = "coral" , ils = False )
172172 ],
173173 frequencies = {},
174174 country = "United States (Northern Mariana Islands)" ,
0 commit comments