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 Asturias Airport (OVD/LEAS) #934

Open jpatokal opened 5 years ago

jpatokal commented 5 years ago

New airport edit suggestion submitted by Siriox:

UPDATE airports SET name='Asturias Airport', city='Castrillon', country='Spain', iata='OVD', icao='LEAS', x=-6.0346198081970215, y=43.5635986328125, elevation=416, timezone=1, dst='E' WHERE apid=1214;

Existing, potentially conflicting airport information:

Array
(
    [name] => Asturias Airport
    [city] => Aviles
    [country] => Spain
    [iata] => OVD
    [icao] => LEAS
    [x] => -6.0346198081970215
    [y] => 43.5635986328125
    [elevation] => 416
    [apid] => 1214
    [uid] => 
    [timezone] => 1
    [dst] => E
    [tz_id] => Europe/Madrid
    [type] => airport
    [source] => OurAirports
)

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

jpatokal commented 5 years ago

New airport edit suggestion submitted by cala:

UPDATE airports SET name='Malakal', city='Malakal', country='South Sudan', iata=NULL, icao=NULL, x=31.660490, y=9.533420, elevation=1513, timezone=3, dst='U' WHERE apid=1173;

Existing, potentially conflicting airport information:

Array
(
    [name] => Juba International Airport
    [city] => Juba
    [country] => South Sudan
    [iata] => JUB
    [icao] => HSSJ
    [x] => 31.6011009216
    [y] => 4.87201023102
    [elevation] => 1513
    [apid] => 1173
    [uid] => 
    [timezone] => 3
    [dst] => U
    [tz_id] => Africa/Juba
    [type] => airport
    [source] => OurAirports
)

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