Web Service URL
http://www.webservicex.com/airport.asmx
Method
제공하는 4개의 메서드는 다음과 같습니다.
getAirportInformationByAirportCode - Airport Code를 이용한 정보 열람
getAirportInformationByCityOrAirportName - 공항이름을 이용한 정보 열람
GetAirportInformationByCountry - 국가명을 이용한 정보 열람
getAirportInformationByISOCountryCode - ISO 3166 의 Country Code에 따른 정보 열람.
Example1
인천공항의 Airport Code는 JCN입니다.
JCN을 입력하여 getAirportInformationByAirportCode 메서드를 호출한 결과는 다음과 같습니다.
Example2
ISO 3166 에 따르면 대한민국의 국가 코드는 KR, KOR, 410입니다.
앞에서 부터 두자표시, 세자표시, 숫자로 표시할 때입니다.
참고 : ISO 3166 Codes (Countries)
두자표시를 사용하면 네번째 메서드를 이용하실 수 있습니다.
getAirportInformationByISOCountryCode
아래는 호출 결과입니다.
양이 너무 많아서 일단 가려 놓도록 하겠습니다.
한국 내의 모든 공항이 출력됩니다.
http://www.webservicex.com/airport.asmx
Method
제공하는 4개의 메서드는 다음과 같습니다.
getAirportInformationByAirportCode - Airport Code를 이용한 정보 열람
getAirportInformationByCityOrAirportName - 공항이름을 이용한 정보 열람
GetAirportInformationByCountry - 국가명을 이용한 정보 열람
getAirportInformationByISOCountryCode - ISO 3166 의 Country Code에 따른 정보 열람.
Example1
인천공항의 Airport Code는 JCN입니다.
JCN을 입력하여 getAirportInformationByAirportCode 메서드를 호출한 결과는 다음과 같습니다.
<string>
<NewDataSet>
<Table>
<AirportCode>JCN</AirportCode>
<CityOrAirportName>INCHEON HLPT</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>0</RunwayLengthFeet>
<RunwayElevationFeet>0</RunwayElevationFeet>
<LatitudeDegree>37</LatitudeDegree>
<LatitudeMinute>28</LatitudeMinute>
<LatitudeSecond>20</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>126</LongitudeDegree>
<LongitudeMinute>36</LongitudeMinute>
<LongitudeSeconds>30</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>JCN</AirportCode>
<CityOrAirportName>INCHEON HLPT</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>0</RunwayLengthFeet>
<RunwayElevationFeet>0</RunwayElevationFeet>
<LatitudeDegree>37</LatitudeDegree>
<LatitudeMinute>28</LatitudeMinute>
<LatitudeSecond>20</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>126</LongitudeDegree>
<LongitudeMinute>36</LongitudeMinute>
<LongitudeSeconds>30</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
</NewDataSet>
</string>
<NewDataSet>
<Table>
<AirportCode>JCN</AirportCode>
<CityOrAirportName>INCHEON HLPT</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>0</RunwayLengthFeet>
<RunwayElevationFeet>0</RunwayElevationFeet>
<LatitudeDegree>37</LatitudeDegree>
<LatitudeMinute>28</LatitudeMinute>
<LatitudeSecond>20</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>126</LongitudeDegree>
<LongitudeMinute>36</LongitudeMinute>
<LongitudeSeconds>30</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>JCN</AirportCode>
<CityOrAirportName>INCHEON HLPT</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>0</RunwayLengthFeet>
<RunwayElevationFeet>0</RunwayElevationFeet>
<LatitudeDegree>37</LatitudeDegree>
<LatitudeMinute>28</LatitudeMinute>
<LatitudeSecond>20</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>126</LongitudeDegree>
<LongitudeMinute>36</LongitudeMinute>
<LongitudeSeconds>30</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
</NewDataSet>
</string>
Example2
ISO 3166 에 따르면 대한민국의 국가 코드는 KR, KOR, 410입니다.
앞에서 부터 두자표시, 세자표시, 숫자로 표시할 때입니다.
참고 : ISO 3166 Codes (Countries)
두자표시를 사용하면 네번째 메서드를 이용하실 수 있습니다.
getAirportInformationByISOCountryCode
아래는 호출 결과입니다.
양이 너무 많아서 일단 가려 놓도록 하겠습니다.
한국 내의 모든 공항이 출력됩니다.
more..
<string>
<NewDataSet>
<Table>
<AirportCode>CHN</AirportCode>
<CityOrAirportName>CHONJU</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>4800</RunwayLengthFeet>
<RunwayElevationFeet>96</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>56</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>127</LongitudeDegree>
<LongitudeMinute>43</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>CHN</AirportCode>
<CityOrAirportName>CHONJU</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>4800</RunwayLengthFeet>
<RunwayElevationFeet>96</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>56</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>127</LongitudeDegree>
<LongitudeMinute>43</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>CJU</AirportCode>
<CityOrAirportName>CHEJU</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>9800</RunwayLengthFeet>
<RunwayElevationFeet>126</RunwayElevationFeet>
<LatitudeDegree>33</LatitudeDegree>
<LatitudeMinute>30</LatitudeMinute>
<LatitudeSecond>17</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>126</LongitudeDegree>
<LongitudeMinute>29</LongitudeMinute>
<LongitudeSeconds>35</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>CJU</AirportCode>
<CityOrAirportName>CHEJU</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>9800</RunwayLengthFeet>
<RunwayElevationFeet>126</RunwayElevationFeet>
<LatitudeDegree>33</LatitudeDegree>
<LatitudeMinute>30</LatitudeMinute>
<LatitudeSecond>17</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>126</LongitudeDegree>
<LongitudeMinute>29</LongitudeMinute>
<LongitudeSeconds>35</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>HIN</AirportCode>
<CityOrAirportName>CHINJU SACHEON</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>9000</RunwayLengthFeet>
<RunwayElevationFeet>25</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>15</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>128</LongitudeDegree>
<LongitudeMinute>23</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>HIN</AirportCode>
<CityOrAirportName>CHINJU SACHEON</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>9000</RunwayLengthFeet>
<RunwayElevationFeet>25</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>15</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>128</LongitudeDegree>
<LongitudeMinute>23</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>JCJ</AirportCode>
<CityOrAirportName>CHEJU CHU JA HELIPORT</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<RunwayLengthFeet>0</RunwayLengthFeet>
<RunwayElevationFeet>0</RunwayElevationFeet>
<LatitudeDegree>0</LatitudeDegree>
<LatitudeMinute>0</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>S</LatitudeNpeerS>
<LongitudeDegree>0</LongitudeDegree>
<LongitudeMinute>0</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>W</LongitudeEperW>
</Table>
<Table>
<AirportCode>JCJ</AirportCode>
<CityOrAirportName>CHEJU CHU JA HELIPORT</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<RunwayLengthFeet>0</RunwayLengthFeet>
<RunwayElevationFeet>0</RunwayElevationFeet>
<LatitudeDegree>0</LatitudeDegree>
<LatitudeMinute>0</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>S</LatitudeNpeerS>
<LongitudeDegree>0</LongitudeDegree>
<LongitudeMinute>0</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>W</LongitudeEperW>
</Table>
<Table>
<AirportCode>JCN</AirportCode>
<CityOrAirportName>INCHEON HLPT</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>0</RunwayLengthFeet>
<RunwayElevationFeet>0</RunwayElevationFeet>
<LatitudeDegree>37</LatitudeDegree>
<LatitudeMinute>28</LatitudeMinute>
<LatitudeSecond>20</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>126</LongitudeDegree>
<LongitudeMinute>36</LongitudeMinute>
<LongitudeSeconds>30</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>JCN</AirportCode>
<CityOrAirportName>INCHEON HLPT</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>0</RunwayLengthFeet>
<RunwayElevationFeet>0</RunwayElevationFeet>
<LatitudeDegree>37</LatitudeDegree>
<LatitudeMinute>28</LatitudeMinute>
<LatitudeSecond>20</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>126</LongitudeDegree>
<LongitudeMinute>36</LongitudeMinute>
<LongitudeSeconds>30</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>JGE</AirportCode>
<CityOrAirportName>GEOJE HLPT</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>0</RunwayLengthFeet>
<RunwayElevationFeet>0</RunwayElevationFeet>
<LatitudeDegree>34</LatitudeDegree>
<LatitudeMinute>54</LatitudeMinute>
<LatitudeSecond>28</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>128</LongitudeDegree>
<LongitudeMinute>41</LongitudeMinute>
<LongitudeSeconds>13</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>JGE</AirportCode>
<CityOrAirportName>GEOJE HLPT</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>0</RunwayLengthFeet>
<RunwayElevationFeet>0</RunwayElevationFeet>
<LatitudeDegree>34</LatitudeDegree>
<LatitudeMinute>54</LatitudeMinute>
<LatitudeSecond>28</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>128</LongitudeDegree>
<LongitudeMinute>41</LongitudeMinute>
<LongitudeSeconds>13</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>JSP</AirportCode>
<CityOrAirportName>CHE
JU SOGWIPO HELIPORT</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<RunwayLengthFeet>0</RunwayLengthFeet>
<RunwayElevationFeet>0</RunwayElevationFeet>
<LatitudeDegree>0</LatitudeDegree>
<LatitudeMinute>0</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>S</LatitudeNpeerS>
<LongitudeDegree>0</LongitudeDegree>
<LongitudeMinute>0</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>W</LongitudeEperW>
</Table>
<Table>
<AirportCode>JSP</AirportCode>
<CityOrAirportName>CHEJU SOGWIPO HELIPORT</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<RunwayLengthFeet>0</RunwayLengthFeet>
<RunwayElevationFeet>0</RunwayElevationFeet>
<LatitudeDegree>0</LatitudeDegree>
<LatitudeMinute>0</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>S</LatitudeNpeerS>
<LongitudeDegree>0</LongitudeDegree>
<LongitudeMinute>0</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>W</LongitudeEperW>
</Table>
<Table>
<AirportCode>KAG</AirportCode>
<CityOrAirportName>KANGNUNG</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>9000</RunwayLengthFeet>
<RunwayElevationFeet>35</RunwayElevationFeet>
<LatitudeDegree>37</LatitudeDegree>
<LatitudeMinute>45</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>128</LongitudeDegree>
<LongitudeMinute>57</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>KAG</AirportCode>
<CityOrAirportName>KANGNUNG</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>9000</RunwayLengthFeet>
<RunwayElevationFeet>35</RunwayElevationFeet>
<LatitudeDegree>37</LatitudeDegree>
<LatitudeMinute>45</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>128</LongitudeDegree>
<LongitudeMinute>57</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>KPO</AirportCode>
<CityOrAirportName>POHANG</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>7000</RunwayLengthFeet>
<RunwayElevationFeet>70</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>59</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>129</LongitudeDegree>
<LongitudeMinute>25</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>KPO</AirportCode>
<CityOrAirportName>POHANG</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>7000</RunwayLengthFeet>
<RunwayElevationFeet>70</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>59</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>129</LongitudeDegree>
<LongitudeMinute>25</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>CHF</AirportCode>
<CityOrAirportName>CHINHAE</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAb
brviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>3550</RunwayLengthFeet>
<RunwayElevationFeet>8</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>8</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>128</LongitudeDegree>
<LongitudeMinute>42</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>CHF</AirportCode>
<CityOrAirportName>CHINHAE</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>3550</RunwayLengthFeet>
<RunwayElevationFeet>8</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>8</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>128</LongitudeDegree>
<LongitudeMinute>42</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>KUV</AirportCode>
<CityOrAirportName>KUNSAN</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>9000</RunwayLengthFeet>
<RunwayElevationFeet>29</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>54</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>126</LongitudeDegree>
<LongitudeMinute>37</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>KUV</AirportCode>
<CityOrAirportName>KUNSAN</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>9000</RunwayLengthFeet>
<RunwayElevationFeet>29</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>54</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>126</LongitudeDegree>
<LongitudeMinute>37</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>KWJ</AirportCode>
<CityOrAirportName>KWANGJU</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>9300</RunwayLengthFeet>
<RunwayElevationFeet>42</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>7</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>126</LongitudeDegree>
<LongitudeMinute>49</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>KWJ</AirportCode>
<CityOrAirportName>KWANGJU</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>9300</RunwayLengthFeet>
<RunwayElevationFeet>42</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>7</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>126</LongitudeDegree>
<LongitudeMinute>49</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>MPK</AirportCode>
<CityOrAirportName>MOKPO</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>3800</RunwayLengthFeet>
<RunwayElevationFeet>10</RunwayElevationFeet>
<LatitudeDegree>34</LatitudeDegree>
<LatitudeMinute>45</LatitudeMinute>
<LatitudeSecond>40</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>126</LongitudeDegree>
<LongitudeMinute>23</LongitudeMinute>
<LongitudeSeconds>10</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>MPK</AirportCode>
<CityOrAirportName>MOKPO</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>3800</RunwayLengthFeet>
<RunwayElevationFeet>10</RunwayElevationFeet>
<LatitudeDegree>34</LatitudeDegree>
<LatitudeMinute>45</LatitudeMinute>
<LatitudeSecond>40</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>126</LongitudeDegree>
<LongitudeMinute>23</LongitudeMinute>
<LongitudeSeconds>10</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>PUS</AirportCode>
<CityOrAirportName>PUSAN KIMHAE</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>9000</RunwayLengthFeet>
<RunwayElevationFeet>13</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>10</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>129</LongitudeDegree>
<LongitudeMinute>8</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>PUS</AirportCode>
<CityOrAirportName>PUSAN KIMHAE</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>9000</RunwayLengthFeet>
<RunwayElevationFeet>13</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>10</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>129</LongitudeDegree>
<LongitudeMinute>8</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>RSU</AirportCode>
<CityOrAirportName>YOSU</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>3937</RunwayLengthFeet>
<RunwayElevationFeet>68</RunwayElevationFeet>
<LatitudeDegree>34</LatitudeDegree>
<LatitudeMinute>44</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>127</LongitudeDegree>
<LongitudeMinute>46</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>RSU</AirportCode>
<CityOrAirportName>YOSU</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>3937</RunwayLengthFeet>
<RunwayElevationFeet>68</RunwayElevationFeet>
<LatitudeDegree>34</LatitudeDegree>
<LatitudeMinute>44</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>127</LongitudeDegree>
<LongitudeMinute>46</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>SEL</AirportCode>
<CityOrAirportName>SEOUL KIMPO INTL</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>77
8</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>11811</RunwayLengthFeet>
<RunwayElevationFeet>58</RunwayElevationFeet>
<LatitudeDegree>37</LatitudeDegree>
<LatitudeMinute>31</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>126</LongitudeDegree>
<LongitudeMinute>56</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>SEL</AirportCode>
<CityOrAirportName>SEOUL KIMPO INTL</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>11811</RunwayLengthFeet>
<RunwayElevationFeet>58</RunwayElevationFeet>
<LatitudeDegree>37</LatitudeDegree>
<LatitudeMinute>31</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>126</LongitudeDegree>
<LongitudeMinute>56</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>SHO</AirportCode>
<CityOrAirportName>SOKCHO SOLAK</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>4757</RunwayLengthFeet>
<RunwayElevationFeet>92</RunwayElevationFeet>
<LatitudeDegree>38</LatitudeDegree>
<LatitudeMinute>12</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>128</LongitudeDegree>
<LongitudeMinute>36</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>SHO</AirportCode>
<CityOrAirportName>SOKCHO SOLAK</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>4757</RunwayLengthFeet>
<RunwayElevationFeet>92</RunwayElevationFeet>
<LatitudeDegree>38</LatitudeDegree>
<LatitudeMinute>12</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>128</LongitudeDegree>
<LongitudeMinute>36</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>SSN</AirportCode>
<CityOrAirportName>SEOUL SEOUL AB</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<RunwayLengthFeet>0</RunwayLengthFeet>
<RunwayElevationFeet>0</RunwayElevationFeet>
<LatitudeDegree>0</LatitudeDegree>
<LatitudeMinute>0</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>S</LatitudeNpeerS>
<LongitudeDegree>0</LongitudeDegree>
<LongitudeMinute>0</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>W</LongitudeEperW>
</Table>
<Table>
<AirportCode>SSN</AirportCode>
<CityOrAirportName>SEOUL SEOUL AB</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<RunwayLengthFeet>0</RunwayLengthFeet>
<RunwayElevationFeet>0</RunwayElevationFeet>
<LatitudeDegree>0</LatitudeDegree>
<LatitudeMinute>0</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>S</LatitudeNpeerS>
<LongitudeDegree>0</LongitudeDegree>
<LongitudeMinute>0</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>W</LongitudeEperW>
</Table>
<Table>
<AirportCode>SUK</AirportCode>
<CityOrAirportName>SAMCHOK</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>427
4</RunwayLengthFeet>
<RunwayElevationFeet>8</RunwayElevationFeet>
<LatitudeDegree>37</LatitudeDegree>
<LatitudeMinute>27</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>129</LongitudeDegree>
<LongitudeMinute>8</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>SUK</AirportCode>
<CityOrAirportName>SAMCHOK</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>4274</RunwayLengthFeet>
<RunwayElevationFeet>8</RunwayElevationFeet>
<LatitudeDegree>37</LatitudeDegree>
<LatitudeMinute>27</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>129</LongitudeDegree>
<LongitudeMinute>8</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>SWU</AirportCode>
<CityOrAirportName>SU WON CITY SU WON</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>9000</RunwayLengthFeet>
<RunwayElevationFeet>86</RunwayElevationFeet>
<LatitudeDegree>37</LatitudeDegree>
<LatitudeMinute>14</LatitudeMinute>
<LatitudeSecond>2</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>127</LongitudeDegree>
<LongitudeMinute>0</LongitudeMinute>
<LongitudeSeconds>5</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>SWU</AirportCode>
<CityOrAirportName>SU WON CITY SU WON</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>9000</RunwayLengthFeet>
<RunwayElevationFeet>86</RunwayElevationFeet>
<LatitudeDegree>37</LatitudeDegree>
<LatitudeMinute>14</LatitudeMinute>
<LatitudeSecond>2</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>127</LongitudeDegree>
<LongitudeMinute>0</LongitudeMinute>
<LongitudeSeconds>5</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>SYS</AirportCode>
<CityOrAirportName>SUNCHON YOSU</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>4921</RunwayLengthFeet>
<RunwayElevationFeet>68</RunwayElevationFeet>
<LatitudeDegree>34</LatitudeDegree>
<LatitudeMinute>50</LatitudeMinute>
<LatitudeSecond>2</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>127</LongitudeDegree>
<LongitudeMinute>37</LongitudeMinute>
<LongitudeSeconds>1</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>SYS</AirportCode>
<CityOrAirportName>SUNCHON YOSU</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>4921</RunwayLengthFeet>
<RunwayElevationFeet>68</RunwayElevationFeet>
<LatitudeDegree>34</LatitudeDegree>
<LatitudeMinute>50</LatitudeMinute>
<LatitudeSecond>2</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>127</LongitudeDegree>
<LongitudeMinute>37</LongitudeMinute>
<LongitudeSeconds>1</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>TAE</AirportCode>
<CityOrAirportName>TAEGU</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>9</GMTOffset>
<RunwayLengthFeet>9039</Ru
nwayLengthFeet>
<RunwayElevationFeet>116</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>49</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>128</LongitudeDegree>
<LongitudeMinute>50</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>TAE</AirportCode>
<CityOrAirportName>TAEGU</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>9</GMTOffset>
<RunwayLengthFeet>9039</RunwayLengthFeet>
<RunwayElevationFeet>116</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>49</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>128</LongitudeDegree>
<LongitudeMinute>50</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>USN</AirportCode>
<CityOrAirportName>ULSAN</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>4921</RunwayLengthFeet>
<RunwayElevationFeet>30</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>34</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>129</LongitudeDegree>
<LongitudeMinute>19</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>USN</AirportCode>
<CityOrAirportName>ULSAN</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>4921</RunwayLengthFeet>
<RunwayElevationFeet>30</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>34</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>129</LongitudeDegree>
<LongitudeMinute>19</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>YEC</AirportCode>
<CityOrAirportName>YECHON</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>9000</RunwayLengthFeet>
<RunwayElevationFeet>354</RunwayElevationFeet>
<LatitudeDegree>36</LatitudeDegree>
<LatitudeMinute>37</LatitudeMinute>
<LatitudeSecond>30</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>128</LongitudeDegree>
<LongitudeMinute>21</LongitudeMinute>
<LongitudeSeconds>18</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>YEC</AirportCode>
<CityOrAirportName>YECHON</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>9000</RunwayLengthFeet>
<RunwayElevationFeet>354</RunwayElevationFeet>
<LatitudeDegree>36</LatitudeDegree>
<LatitudeMinute>37</LatitudeMinute>
<LatitudeSecond>30</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>128</LongitudeDegree>
<LongitudeMinute>21</LongitudeMinute>
<LongitudeSeconds>18</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
</NewDataSet>
</string>
<NewDataSet>
<Table>
<AirportCode>CHN</AirportCode>
<CityOrAirportName>CHONJU</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>4800</RunwayLengthFeet>
<RunwayElevationFeet>96</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>56</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>127</LongitudeDegree>
<LongitudeMinute>43</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>CHN</AirportCode>
<CityOrAirportName>CHONJU</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>4800</RunwayLengthFeet>
<RunwayElevationFeet>96</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>56</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>127</LongitudeDegree>
<LongitudeMinute>43</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>CJU</AirportCode>
<CityOrAirportName>CHEJU</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>9800</RunwayLengthFeet>
<RunwayElevationFeet>126</RunwayElevationFeet>
<LatitudeDegree>33</LatitudeDegree>
<LatitudeMinute>30</LatitudeMinute>
<LatitudeSecond>17</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>126</LongitudeDegree>
<LongitudeMinute>29</LongitudeMinute>
<LongitudeSeconds>35</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>CJU</AirportCode>
<CityOrAirportName>CHEJU</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>9800</RunwayLengthFeet>
<RunwayElevationFeet>126</RunwayElevationFeet>
<LatitudeDegree>33</LatitudeDegree>
<LatitudeMinute>30</LatitudeMinute>
<LatitudeSecond>17</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>126</LongitudeDegree>
<LongitudeMinute>29</LongitudeMinute>
<LongitudeSeconds>35</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>HIN</AirportCode>
<CityOrAirportName>CHINJU SACHEON</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>9000</RunwayLengthFeet>
<RunwayElevationFeet>25</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>15</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>128</LongitudeDegree>
<LongitudeMinute>23</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>HIN</AirportCode>
<CityOrAirportName>CHINJU SACHEON</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>9000</RunwayLengthFeet>
<RunwayElevationFeet>25</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>15</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>128</LongitudeDegree>
<LongitudeMinute>23</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>JCJ</AirportCode>
<CityOrAirportName>CHEJU CHU JA HELIPORT</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<RunwayLengthFeet>0</RunwayLengthFeet>
<RunwayElevationFeet>0</RunwayElevationFeet>
<LatitudeDegree>0</LatitudeDegree>
<LatitudeMinute>0</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>S</LatitudeNpeerS>
<LongitudeDegree>0</LongitudeDegree>
<LongitudeMinute>0</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>W</LongitudeEperW>
</Table>
<Table>
<AirportCode>JCJ</AirportCode>
<CityOrAirportName>CHEJU CHU JA HELIPORT</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<RunwayLengthFeet>0</RunwayLengthFeet>
<RunwayElevationFeet>0</RunwayElevationFeet>
<LatitudeDegree>0</LatitudeDegree>
<LatitudeMinute>0</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>S</LatitudeNpeerS>
<LongitudeDegree>0</LongitudeDegree>
<LongitudeMinute>0</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>W</LongitudeEperW>
</Table>
<Table>
<AirportCode>JCN</AirportCode>
<CityOrAirportName>INCHEON HLPT</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>0</RunwayLengthFeet>
<RunwayElevationFeet>0</RunwayElevationFeet>
<LatitudeDegree>37</LatitudeDegree>
<LatitudeMinute>28</LatitudeMinute>
<LatitudeSecond>20</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>126</LongitudeDegree>
<LongitudeMinute>36</LongitudeMinute>
<LongitudeSeconds>30</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>JCN</AirportCode>
<CityOrAirportName>INCHEON HLPT</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>0</RunwayLengthFeet>
<RunwayElevationFeet>0</RunwayElevationFeet>
<LatitudeDegree>37</LatitudeDegree>
<LatitudeMinute>28</LatitudeMinute>
<LatitudeSecond>20</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>126</LongitudeDegree>
<LongitudeMinute>36</LongitudeMinute>
<LongitudeSeconds>30</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>JGE</AirportCode>
<CityOrAirportName>GEOJE HLPT</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>0</RunwayLengthFeet>
<RunwayElevationFeet>0</RunwayElevationFeet>
<LatitudeDegree>34</LatitudeDegree>
<LatitudeMinute>54</LatitudeMinute>
<LatitudeSecond>28</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>128</LongitudeDegree>
<LongitudeMinute>41</LongitudeMinute>
<LongitudeSeconds>13</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>JGE</AirportCode>
<CityOrAirportName>GEOJE HLPT</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>0</RunwayLengthFeet>
<RunwayElevationFeet>0</RunwayElevationFeet>
<LatitudeDegree>34</LatitudeDegree>
<LatitudeMinute>54</LatitudeMinute>
<LatitudeSecond>28</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>128</LongitudeDegree>
<LongitudeMinute>41</LongitudeMinute>
<LongitudeSeconds>13</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>JSP</AirportCode>
<CityOrAirportName>CHE
JU SOGWIPO HELIPORT</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<RunwayLengthFeet>0</RunwayLengthFeet>
<RunwayElevationFeet>0</RunwayElevationFeet>
<LatitudeDegree>0</LatitudeDegree>
<LatitudeMinute>0</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>S</LatitudeNpeerS>
<LongitudeDegree>0</LongitudeDegree>
<LongitudeMinute>0</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>W</LongitudeEperW>
</Table>
<Table>
<AirportCode>JSP</AirportCode>
<CityOrAirportName>CHEJU SOGWIPO HELIPORT</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<RunwayLengthFeet>0</RunwayLengthFeet>
<RunwayElevationFeet>0</RunwayElevationFeet>
<LatitudeDegree>0</LatitudeDegree>
<LatitudeMinute>0</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>S</LatitudeNpeerS>
<LongitudeDegree>0</LongitudeDegree>
<LongitudeMinute>0</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>W</LongitudeEperW>
</Table>
<Table>
<AirportCode>KAG</AirportCode>
<CityOrAirportName>KANGNUNG</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>9000</RunwayLengthFeet>
<RunwayElevationFeet>35</RunwayElevationFeet>
<LatitudeDegree>37</LatitudeDegree>
<LatitudeMinute>45</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>128</LongitudeDegree>
<LongitudeMinute>57</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>KAG</AirportCode>
<CityOrAirportName>KANGNUNG</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>9000</RunwayLengthFeet>
<RunwayElevationFeet>35</RunwayElevationFeet>
<LatitudeDegree>37</LatitudeDegree>
<LatitudeMinute>45</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>128</LongitudeDegree>
<LongitudeMinute>57</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>KPO</AirportCode>
<CityOrAirportName>POHANG</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>7000</RunwayLengthFeet>
<RunwayElevationFeet>70</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>59</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>129</LongitudeDegree>
<LongitudeMinute>25</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>KPO</AirportCode>
<CityOrAirportName>POHANG</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>7000</RunwayLengthFeet>
<RunwayElevationFeet>70</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>59</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>129</LongitudeDegree>
<LongitudeMinute>25</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>CHF</AirportCode>
<CityOrAirportName>CHINHAE</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAb
brviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>3550</RunwayLengthFeet>
<RunwayElevationFeet>8</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>8</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>128</LongitudeDegree>
<LongitudeMinute>42</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>CHF</AirportCode>
<CityOrAirportName>CHINHAE</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>3550</RunwayLengthFeet>
<RunwayElevationFeet>8</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>8</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>128</LongitudeDegree>
<LongitudeMinute>42</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>KUV</AirportCode>
<CityOrAirportName>KUNSAN</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>9000</RunwayLengthFeet>
<RunwayElevationFeet>29</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>54</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>126</LongitudeDegree>
<LongitudeMinute>37</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>KUV</AirportCode>
<CityOrAirportName>KUNSAN</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>9000</RunwayLengthFeet>
<RunwayElevationFeet>29</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>54</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>126</LongitudeDegree>
<LongitudeMinute>37</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>KWJ</AirportCode>
<CityOrAirportName>KWANGJU</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>9300</RunwayLengthFeet>
<RunwayElevationFeet>42</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>7</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>126</LongitudeDegree>
<LongitudeMinute>49</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>KWJ</AirportCode>
<CityOrAirportName>KWANGJU</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>9300</RunwayLengthFeet>
<RunwayElevationFeet>42</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>7</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>126</LongitudeDegree>
<LongitudeMinute>49</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>MPK</AirportCode>
<CityOrAirportName>MOKPO</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>3800</RunwayLengthFeet>
<RunwayElevationFeet>10</RunwayElevationFeet>
<LatitudeDegree>34</LatitudeDegree>
<LatitudeMinute>45</LatitudeMinute>
<LatitudeSecond>40</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>126</LongitudeDegree>
<LongitudeMinute>23</LongitudeMinute>
<LongitudeSeconds>10</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>MPK</AirportCode>
<CityOrAirportName>MOKPO</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>3800</RunwayLengthFeet>
<RunwayElevationFeet>10</RunwayElevationFeet>
<LatitudeDegree>34</LatitudeDegree>
<LatitudeMinute>45</LatitudeMinute>
<LatitudeSecond>40</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>126</LongitudeDegree>
<LongitudeMinute>23</LongitudeMinute>
<LongitudeSeconds>10</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>PUS</AirportCode>
<CityOrAirportName>PUSAN KIMHAE</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>9000</RunwayLengthFeet>
<RunwayElevationFeet>13</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>10</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>129</LongitudeDegree>
<LongitudeMinute>8</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>PUS</AirportCode>
<CityOrAirportName>PUSAN KIMHAE</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>9000</RunwayLengthFeet>
<RunwayElevationFeet>13</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>10</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>129</LongitudeDegree>
<LongitudeMinute>8</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>RSU</AirportCode>
<CityOrAirportName>YOSU</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>3937</RunwayLengthFeet>
<RunwayElevationFeet>68</RunwayElevationFeet>
<LatitudeDegree>34</LatitudeDegree>
<LatitudeMinute>44</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>127</LongitudeDegree>
<LongitudeMinute>46</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>RSU</AirportCode>
<CityOrAirportName>YOSU</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>3937</RunwayLengthFeet>
<RunwayElevationFeet>68</RunwayElevationFeet>
<LatitudeDegree>34</LatitudeDegree>
<LatitudeMinute>44</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>127</LongitudeDegree>
<LongitudeMinute>46</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>SEL</AirportCode>
<CityOrAirportName>SEOUL KIMPO INTL</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>77
8</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>11811</RunwayLengthFeet>
<RunwayElevationFeet>58</RunwayElevationFeet>
<LatitudeDegree>37</LatitudeDegree>
<LatitudeMinute>31</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>126</LongitudeDegree>
<LongitudeMinute>56</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>SEL</AirportCode>
<CityOrAirportName>SEOUL KIMPO INTL</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>11811</RunwayLengthFeet>
<RunwayElevationFeet>58</RunwayElevationFeet>
<LatitudeDegree>37</LatitudeDegree>
<LatitudeMinute>31</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>126</LongitudeDegree>
<LongitudeMinute>56</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>SHO</AirportCode>
<CityOrAirportName>SOKCHO SOLAK</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>4757</RunwayLengthFeet>
<RunwayElevationFeet>92</RunwayElevationFeet>
<LatitudeDegree>38</LatitudeDegree>
<LatitudeMinute>12</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>128</LongitudeDegree>
<LongitudeMinute>36</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>SHO</AirportCode>
<CityOrAirportName>SOKCHO SOLAK</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>4757</RunwayLengthFeet>
<RunwayElevationFeet>92</RunwayElevationFeet>
<LatitudeDegree>38</LatitudeDegree>
<LatitudeMinute>12</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>128</LongitudeDegree>
<LongitudeMinute>36</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>SSN</AirportCode>
<CityOrAirportName>SEOUL SEOUL AB</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<RunwayLengthFeet>0</RunwayLengthFeet>
<RunwayElevationFeet>0</RunwayElevationFeet>
<LatitudeDegree>0</LatitudeDegree>
<LatitudeMinute>0</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>S</LatitudeNpeerS>
<LongitudeDegree>0</LongitudeDegree>
<LongitudeMinute>0</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>W</LongitudeEperW>
</Table>
<Table>
<AirportCode>SSN</AirportCode>
<CityOrAirportName>SEOUL SEOUL AB</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<RunwayLengthFeet>0</RunwayLengthFeet>
<RunwayElevationFeet>0</RunwayElevationFeet>
<LatitudeDegree>0</LatitudeDegree>
<LatitudeMinute>0</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>S</LatitudeNpeerS>
<LongitudeDegree>0</LongitudeDegree>
<LongitudeMinute>0</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>W</LongitudeEperW>
</Table>
<Table>
<AirportCode>SUK</AirportCode>
<CityOrAirportName>SAMCHOK</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>427
4</RunwayLengthFeet>
<RunwayElevationFeet>8</RunwayElevationFeet>
<LatitudeDegree>37</LatitudeDegree>
<LatitudeMinute>27</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>129</LongitudeDegree>
<LongitudeMinute>8</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>SUK</AirportCode>
<CityOrAirportName>SAMCHOK</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>4274</RunwayLengthFeet>
<RunwayElevationFeet>8</RunwayElevationFeet>
<LatitudeDegree>37</LatitudeDegree>
<LatitudeMinute>27</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>129</LongitudeDegree>
<LongitudeMinute>8</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>SWU</AirportCode>
<CityOrAirportName>SU WON CITY SU WON</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>9000</RunwayLengthFeet>
<RunwayElevationFeet>86</RunwayElevationFeet>
<LatitudeDegree>37</LatitudeDegree>
<LatitudeMinute>14</LatitudeMinute>
<LatitudeSecond>2</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>127</LongitudeDegree>
<LongitudeMinute>0</LongitudeMinute>
<LongitudeSeconds>5</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>SWU</AirportCode>
<CityOrAirportName>SU WON CITY SU WON</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>9000</RunwayLengthFeet>
<RunwayElevationFeet>86</RunwayElevationFeet>
<LatitudeDegree>37</LatitudeDegree>
<LatitudeMinute>14</LatitudeMinute>
<LatitudeSecond>2</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>127</LongitudeDegree>
<LongitudeMinute>0</LongitudeMinute>
<LongitudeSeconds>5</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>SYS</AirportCode>
<CityOrAirportName>SUNCHON YOSU</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>4921</RunwayLengthFeet>
<RunwayElevationFeet>68</RunwayElevationFeet>
<LatitudeDegree>34</LatitudeDegree>
<LatitudeMinute>50</LatitudeMinute>
<LatitudeSecond>2</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>127</LongitudeDegree>
<LongitudeMinute>37</LongitudeMinute>
<LongitudeSeconds>1</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>SYS</AirportCode>
<CityOrAirportName>SUNCHON YOSU</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>4921</RunwayLengthFeet>
<RunwayElevationFeet>68</RunwayElevationFeet>
<LatitudeDegree>34</LatitudeDegree>
<LatitudeMinute>50</LatitudeMinute>
<LatitudeSecond>2</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>127</LongitudeDegree>
<LongitudeMinute>37</LongitudeMinute>
<LongitudeSeconds>1</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>TAE</AirportCode>
<CityOrAirportName>TAEGU</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>9</GMTOffset>
<RunwayLengthFeet>9039</Ru
nwayLengthFeet>
<RunwayElevationFeet>116</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>49</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>128</LongitudeDegree>
<LongitudeMinute>50</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>TAE</AirportCode>
<CityOrAirportName>TAEGU</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>9</GMTOffset>
<RunwayLengthFeet>9039</RunwayLengthFeet>
<RunwayElevationFeet>116</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>49</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>128</LongitudeDegree>
<LongitudeMinute>50</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>USN</AirportCode>
<CityOrAirportName>ULSAN</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>4921</RunwayLengthFeet>
<RunwayElevationFeet>30</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>34</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>129</LongitudeDegree>
<LongitudeMinute>19</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>USN</AirportCode>
<CityOrAirportName>ULSAN</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>4921</RunwayLengthFeet>
<RunwayElevationFeet>30</RunwayElevationFeet>
<LatitudeDegree>35</LatitudeDegree>
<LatitudeMinute>34</LatitudeMinute>
<LatitudeSecond>0</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>129</LongitudeDegree>
<LongitudeMinute>19</LongitudeMinute>
<LongitudeSeconds>0</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>YEC</AirportCode>
<CityOrAirportName>YECHON</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>9000</RunwayLengthFeet>
<RunwayElevationFeet>354</RunwayElevationFeet>
<LatitudeDegree>36</LatitudeDegree>
<LatitudeMinute>37</LatitudeMinute>
<LatitudeSecond>30</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>128</LongitudeDegree>
<LongitudeMinute>21</LongitudeMinute>
<LongitudeSeconds>18</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
<Table>
<AirportCode>YEC</AirportCode>
<CityOrAirportName>YECHON</CityOrAirportName>
<Country>Korea (South)</Country>
<CountryAbbrviation>KR</CountryAbbrviation>
<CountryCode>778</CountryCode>
<GMTOffset>-9</GMTOffset>
<RunwayLengthFeet>9000</RunwayLengthFeet>
<RunwayElevationFeet>354</RunwayElevationFeet>
<LatitudeDegree>36</LatitudeDegree>
<LatitudeMinute>37</LatitudeMinute>
<LatitudeSecond>30</LatitudeSecond>
<LatitudeNpeerS>N</LatitudeNpeerS>
<LongitudeDegree>128</LongitudeDegree>
<LongitudeMinute>21</LongitudeMinute>
<LongitudeSeconds>18</LongitudeSeconds>
<LongitudeEperW>E</LongitudeEperW>
</Table>
</NewDataSet>
</string>
Posted by 길버트

이올린에 북마크하기
이올린에 추천하기
Prev