08-15-2018, 02:55 AM
Hi!
In this data, I am trying to recreate the event that Nagoya changed its focus airport in 2005. I hope you like it. By the way, please also delete the original NKM code .
In this data, I am trying to recreate the event that Nagoya changed its focus airport in 2005. I hope you like it. By the way, please also delete the original NKM code .
Code:
<airport name="Nagoya Airfield" icao="RJNA" iata="NKM" type="Domestic" season="All_Year">
<period from="2/17/2005 12:00:00 AM" to="1/1/2199 12:00:00 AM" />
<town town="Nagoya" country="171" GMT="09:00:00" DST="09:00:00" />
<coordinates>
<latitude value="35°15'18''N" />
<longitude value="136°55'28''E" />
</coordinates>
<size value="Small" pax="593" cargo="Smallest" cargovolume="0" />
<terminals>
<terminal name="Terminal" gates="10" />
</terminals>
<runways>
<runway name="16/34" length="2740" surface="Asphalt" />
</runways>
</airport>
<airport name="Nagoya Airport/Komaki Airport" icao="RJNN" iata="NGO" type="International" season="All_Year">
<period from="1/1/1947 12:00:00 AM" to="2/17/2005 12:00:00 AM" />
<town town="Nagoya" country="171" GMT="09:00:00" DST="09:00:00" />
<coordinates>
<latitude value="35°15'18''N" />
<longitude value="136°55'28''E" />
</coordinates>
<size value="Large" pax="9551" cargo="Large" cargovolume="162" />
<terminals>
<terminal name="Terminal" gates="10" />
</terminals>
<runways>
<runway name="16/34" length="2740" surface="Asphalt" />
</runways>
</airport>