jpatokal / openflights

Website for storing flight information, rendering paths on a zoomable world map and calculating statistics, with plenty of free airline, airport and route data.
http://openflights.org
GNU Affero General Public License v3.0
1.39k stars 390 forks source link

Update airport Wujiaba (KMG/) #464

Open jpatokal opened 8 years ago

jpatokal commented 8 years ago

New airport edit suggestion submitted by catherine:

UPDATE airports SET name='Wujiaba', city='Kunming', country='China', iata='KMG', icao=NULL, x=102.744, y=24.995, elevation=6217, timezone= 8, dst='N' WHERE apid=3382;

Existing, potentially conflicting airport information:

Array
(
    [name] => Changshui
    [city] => Kunming
    [country] => China
    [iata] => KMG
    [icao] => ZPPP
    [x] => 102.929167
    [y] => 25.10194
    [elevation] => 6900
    [apid] => 3382
    [uid] => 
    [timezone] => 8
    [dst] => N
    [tz_id] => Asia/Chongqing
)

Cross-check this edit on other sites with compatible licensing:

jpatokal commented 7 years ago

New airport edit suggestion submitted by catherine:

UPDATE airports SET name='Kunming Wujiaba', city='Kunming', country='China', iata='KMG', icao=NULL, x=102.744827, y=24.9971048, elevation=0, timezone= 8, dst='N' WHERE apid=3382;

Existing, potentially conflicting airport information:

Array
(
    [name] => Changshui
    [city] => Kunming
    [country] => China
    [iata] => KMG
    [icao] => ZPPP
    [x] => 102.929167
    [y] => 25.10194
    [elevation] => 6900
    [apid] => 3382
    [uid] => 
    [timezone] => 8
    [dst] => N
    [tz_id] => Asia/Chongqing
)

Cross-check this edit on other sites with compatible licensing: