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 Kelso Longview (KEL/) #511

Open jpatokal opened 8 years ago

jpatokal commented 8 years ago

New airport edit suggestion submitted by Ben145:

UPDATE airports SET name='Kelso Longview', city='Kelso', country='United States', iata='KEL', icao=NULL, x=-122.898389, y=46.118, elevation=20, timezone=-8, dst='A' WHERE apid=7938;

Existing, potentially conflicting airport information:

Array
(
    [name] => Kiel Holtenau
    [city] => Kiel
    [country] => Germany
    [iata] => KEL
    [icao] => EDHK
    [x] => 10.145167
    [y] => 54.3795
    [elevation] => 101
    [apid] => 363
    [uid] => 
    [timezone] => 1
    [dst] => E
    [tz_id] => Europe/Berlin
)

Array
(
    [name] => Kelso Longview
    [city] => Kelso
    [country] => United States
    [iata] => KLS
    [icao] => KKLS
    [x] => -122.898389
    [y] => 46.118
    [elevation] => 20
    [apid] => 7938
    [uid] => 6496
    [timezone] => -8
    [dst] => A
    [tz_id] => America/Los_Angeles
)

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

ram-nadella commented 8 years ago

@jpatokal thank you for openflights.org and this repo!

Curious what your plan/process is for merging these changes into the airport data. I see a few of these Update airport XYZ issues open here on Github and the most recent change to airports.dat in the repo is from 2014.

Wondering if you already have plans to update the info or are looking for any help.