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 Inishmaan Aerodrome (IIA/EIMN) #495

Open jpatokal opened 8 years ago

jpatokal commented 8 years ago

New airport edit suggestion submitted by devmind:

UPDATE airports SET name='Inishmaan Aerodrome', city='Inishmaan', country='Ireland', iata='IIA', icao='EIMN', x=-9.570000, y=53.091944, elevation=13, timezone=0, dst='E' WHERE apid=7468;

Existing, potentially conflicting airport information:

Array
(
    [name] => Inishmaan Aerodrome
    [city] => Inishmaan
    [country] => Ireland
    [iata] => IIA
    [icao] => EIMN
    [x] => -9.57
    [y] => 53.091944
    [elevation] => 13
    [apid] => 7468
    [uid] => 3315
    [timezone] => 0
    [dst] => U
    [tz_id] => Europe/Dublin
)

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

MarkTownley commented 5 years ago

Any idea when this will be fixed (dst from U to E) ?