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 Taos (SKX/KSKX) #451

Open jpatokal opened 8 years ago

jpatokal commented 8 years ago

New airport edit suggestion submitted by trentawiens:

INSERT INTO airports(name,city,country,iata,icao,x,y,elevation,timezone,dst,uid) VALUES('Taos', 'Taos', 'Uruguay', 'SKX', 'KSKX', -105.6724167, 36.4581667, 7094, -6, 'A', 35997);

Existing, potentially conflicting airport information:

Array
(
    [name] => Saransk Airport
    [city] => Saransk
    [country] => Russia
    [iata] => SKX
    [icao] => UWPS
    [x] => 45.2123
    [y] => 54.1251
    [elevation] => 676
    [apid] => 6166
    [uid] => -1
    [timezone] => 3
    [dst] => N
    [tz_id] => Europe/Moscow
)

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

jpatokal commented 7 years ago

New airport edit suggestion submitted by Skyhog:

INSERT INTO airports(name,city,country,iata,icao,x,y,elevation,timezone,dst,uid) VALUES('Taos Regional Airport', 'Taos', 'United States', 'SKX', 'KSKX', -105.6730833, 36.4516944, 7094.6, -6, 'A', 45299);

Existing, potentially conflicting airport information:

Array
(
    [name] => Saransk Airport
    [city] => Saransk
    [country] => Russia
    [iata] => SKX
    [icao] => UWPS
    [x] => 45.212257385253906
    [y] => 54.12512969970703
    [elevation] => 676
    [apid] => 6166
    [uid] => -1
    [timezone] => 3
    [dst] => N
    [tz_id] => Europe/Moscow
    [type] => airport
    [source] => OurAirports
)

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