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.37k stars 387 forks source link

Update airport Sir Seewoosagur Ramgoolam International Airport (MRU/FIMP) #832

Open jpatokal opened 6 years ago

jpatokal commented 6 years ago

New airport edit suggestion submitted by drdavid:

UPDATE airports SET name='Sir Seewoosagur Ramgoolam International Airport', city='Plaisance', country='Mauritius', iata='MRU', icao='FIMP', x=57.68360137939453, y=-20.430200576782227, elevation=186, timezone=4, dst='N' WHERE apid=893;

Existing, potentially conflicting airport information:

Array
(
    [name] => Sir Seewoosagur Ramgoolam International Airport
    [city] => Plaisance
    [country] => Mauritius
    [iata] => MRU
    [icao] => FIMP
    [x] => 57.68360137939453
    [y] => -20.430200576782227
    [elevation] => 186
    [apid] => 893
    [uid] => 
    [timezone] => 4
    [dst] => N
    [tz_id] => Indian/Mauritius
    [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 Wolfi28463:

UPDATE airports SET name='Sir Seewoosagur Ramgoolam', city='Port Louis', country='Mauritius', iata='MRU', icao=NULL, x=147.852, y=-43.157, elevation=8, timezone=10, dst='U' WHERE apid=11681;

Existing, potentially conflicting airport information:

Array
(
    [name] => Sir Seewoosagur Ramgoolam International Airport
    [city] => Plaisance
    [country] => Mauritius
    [iata] => MRU
    [icao] => FIMP
    [x] => 57.68360137939453
    [y] => -20.430200576782227
    [elevation] => 186
    [apid] => 893
    [uid] => 
    [timezone] => 4
    [dst] => N
    [tz_id] => Indian/Mauritius
    [type] => airport
    [source] => OurAirports
)

Array
(
    [name] => PORTA
    [city] => Port Arthur
    [country] => Australia
    [iata] => 
    [icao] => 
    [x] => 147.852
    [y] => -43.157
    [elevation] => 8
    [apid] => 11681
    [uid] => 34299
    [timezone] => 10
    [dst] => U
    [tz_id] => 
    [type] => unknown
    [source] => User
)

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