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 Bridgetown Port (/BRID) #487

Open jpatokal opened 8 years ago

jpatokal commented 8 years ago

New airport edit suggestion submitted by Kerb78:

UPDATE airports SET name='Bridgetown Port', city='Bridgetown', country='Barbados', iata='', icao='BRID', x=-59.628725, y=13.101157, elevation=0, timezone=-4, dst='N' WHERE apid=10930;

Existing, potentially conflicting airport information:

Array
(
    [name] => Bridgetown Port
    [city] => Bridgetown
    [country] => Barbados
    [iata] => 
    [icao] => 
    [x] => -59.628725
    [y] => 13.101157
    [elevation] => 0
    [apid] => 10930
    [uid] => 11057
    [timezone] => -4
    [dst] => N
    [tz_id] => 
)

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

jpatokal commented 8 years ago

New airport edit suggestion submitted by Kerb78:

UPDATE airports SET name='Bridgetown Port', city='Bridgetown', country='Barbados', iata='', icao='BRID', x=-59.628725, y=13.101157, elevation=0, timezone=-4, dst='N' WHERE apid=10930;

Existing, potentially conflicting airport information:

Array
(
    [name] => Bridgetown Port
    [city] => Bridgetown
    [country] => Barbados
    [iata] => 
    [icao] => 
    [x] => -59.628725
    [y] => 13.101157
    [elevation] => 0
    [apid] => 10930
    [uid] => 11057
    [timezone] => -4
    [dst] => N
    [tz_id] => 
)

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