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 Union Depot-Amtrak (CTL/) #510

Open jpatokal opened 8 years ago

jpatokal commented 8 years ago

New airport edit suggestion submitted by Ben145:

INSERT INTO airports(name,city,country,iata,icao,x,y,elevation,timezone,dst,uid) VALUES('Union Depot-Amtrak', 'Centralia', 'United States', 'CTL', NULL, -122.9529, 46.7174, 187, -7, 'A', 25815);

Existing, potentially conflicting airport information:

Array
(
    [name] => Charleville
    [city] => Charlieville
    [country] => Australia
    [iata] => CTL
    [icao] => YBCV
    [x] => 146.2625
    [y] => -26.413334
    [elevation] => 1003
    [apid] => 3323
    [uid] => 
    [timezone] => 10
    [dst] => O
    [tz_id] => Australia/Brisbane
)

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

jpatokal commented 8 years ago

New airport edit suggestion submitted by Ben145:

INSERT INTO airports(name,city,country,iata,icao,x,y,elevation,timezone,dst,uid) VALUES('Union Depot-Amtrak', 'Centralia', 'United States', 'CTL', NULL, -122.9529, 46.7174, 187, -7, 'A', 25815);

Existing, potentially conflicting airport information:

Array
(
    [name] => Charleville
    [city] => Charlieville
    [country] => Australia
    [iata] => CTL
    [icao] => YBCV
    [x] => 146.2625
    [y] => -26.413334
    [elevation] => 1003
    [apid] => 3323
    [uid] => 
    [timezone] => 10
    [dst] => O
    [tz_id] => Australia/Brisbane
)

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