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 Bungle Bungle (/YBUU) #626

Open jpatokal opened 7 years ago

jpatokal commented 7 years ago

New airport edit suggestion submitted by SydneyOperaHouse:

INSERT INTO airports(name,city,country,iata,icao,x,y,elevation,timezone,dst,uid) VALUES('Bungle Bungle', 'Bungle Bungle', 'Australia', NULL, 'YBUU', 128.307, -17.545, 50, 8, 'U', 34299);

Existing, potentially conflicting airport information:

Array
(
    [name] => Bungle Bungle Airport
    [city] => Bungle Bungle
    [country] => Australia
    [iata] => 
    [icao] => YBUU
    [x] => 128.307
    [y] => -17.5453
    [elevation] => 0
    [apid] => 6860
    [uid] => 273
    [timezone] => 8
    [dst] => U
    [tz_id] => Australia/Perth
)

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

jpatokal commented 7 years ago

New airport edit suggestion submitted by SydneyOperaHouse:

INSERT INTO airports(name,city,country,iata,icao,x,y,elevation,timezone,dst,uid) VALUES('Bungle Bungle', 'Bungle Bungle', 'Australia', NULL, 'YBUU', 128.307, -17.545, 100, 8, 'U', 34299);

Existing, potentially conflicting airport information:

Array
(
    [name] => Bungle Bungle Airport
    [city] => Bungle Bungle
    [country] => Australia
    [iata] => 
    [icao] => YBUU
    [x] => 128.307
    [y] => -17.5453
    [elevation] => 0
    [apid] => 6860
    [uid] => 273
    [timezone] => 8
    [dst] => U
    [tz_id] => Australia/Perth
)

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

jpatokal commented 7 years ago

New airport edit suggestion submitted by SydneyOperaHouse:

UPDATE airports SET name='BUNGL', city='Bungle Bungle', country='Australia', iata=NULL, icao='YBUU', x=128.307, y=-17.545, elevation=100, timezone=8, dst='U' WHERE apid=11687;

Existing, potentially conflicting airport information:

Array
(
    [name] => Bungle Bungle Airport
    [city] => Bungle Bungle
    [country] => Australia
    [iata] => 
    [icao] => YBUU
    [x] => 128.307
    [y] => -17.5453
    [elevation] => 0
    [apid] => 6860
    [uid] => 273
    [timezone] => 8
    [dst] => U
    [tz_id] => Australia/Perth
)

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