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.4k stars 393 forks source link

Update airport Bowen Airport (ZBO/YBWN) #388

Open jpatokal opened 9 years ago

jpatokal commented 9 years ago

New airport edit suggestion submitted by vsunnyasia:

UPDATE airports SET name='Bowen Airport', city='Bowen', country='Australia', iata='ZBO', icao='YBWN', x=148.2153, y=20.0178, elevation=26, timezone= 10, dst='O' WHERE apid=3326;

Existing, potentially conflicting airport information:

Array
(
    [name] => Mackay
    [city] => Mackay
    [country] => Australia
    [iata] => MKY
    [icao] => YBMK
    [x] => 149.179722
    [y] => -21.171667
    [elevation] => 19
    [apid] => 3326
    [uid] => 
    [timezone] => 10
    [dst] => O
    [tz_id] => Australia/Brisbane
)

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

jpatokal commented 9 years ago

New airport edit suggestion submitted by eastcoast_mpc:

UPDATE airports SET name='Macau-Taipa Ferry Terminal', city='Macau', country='Macau', iata='', icao=NULL, x=113.57404, y=22.1633, elevation=0, timezone=8, dst='N' WHERE apid=8060;

Existing, potentially conflicting airport information:

Array
(
    [name] => Macau Taipa Ferry Terminal
    [city] => Macau
    [country] => Macau
    [iata] => 
    [icao] => 
    [x] => 113.57404
    [y] => 22.1633
    [elevation] => 0
    [apid] => 8060
    [uid] => 9192
    [timezone] => 8
    [dst] => N
    [tz_id] => Asia/Macau
)

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