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.38k stars 389 forks source link

Update airport Coffs Harbour Regional Airport (CFS/YCFS) #525

Open jpatokal opened 8 years ago

jpatokal commented 8 years ago

New airport edit suggestion submitted by antstar:

INSERT INTO airports(name,city,country,iata,icao,x,y,elevation,timezone,dst,uid) VALUES('Coffs Harbour Regional Airport', 'Coffs Harbour', 'Australia', 'CFS', 'YCFS', 153.116389, -30.320555, 18, 10, 'O', 38223);

Existing, potentially conflicting airport information:

Array
(
    [name] => Coffs Harbour
    [city] => Coff's Harbour
    [country] => Australia
    [iata] => CFS
    [icao] => YSCH
    [x] => 153.116389
    [y] => -30.320556
    [elevation] => 18
    [apid] => 3356
    [uid] => 
    [timezone] => 10
    [dst] => O
    [tz_id] => Australia/Sydney
)

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

jpatokal commented 8 years ago

New airport edit suggestion submitted by antstar:

INSERT INTO airports(name,city,country,iata,icao,x,y,elevation,timezone,dst,uid) VALUES('Coffs Harbour', 'Coffs Harbour', 'Australia', 'CFS', 'YCFS', 153.116389, -30.320555, 18, 10, 'O', 38223);

Existing, potentially conflicting airport information:

Array
(
    [name] => Coffs Harbour
    [city] => Coff's Harbour
    [country] => Australia
    [iata] => CFS
    [icao] => YSCH
    [x] => 153.116389
    [y] => -30.320556
    [elevation] => 18
    [apid] => 3356
    [uid] => 
    [timezone] => 10
    [dst] => O
    [tz_id] => Australia/Sydney
)

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