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 Roma-Ciampino (CIA/LIRA) #655

Open jpatokal opened 7 years ago

jpatokal commented 7 years ago

New airport edit suggestion submitted by Davio90:

UPDATE airports SET name='Roma-Ciampino', city='Rome', country='Italy', iata='CIA', icao='LIRA', x=12.594936, y=41.799361, elevation=427, timezone=1, dst='E' WHERE apid=1553;

Existing, potentially conflicting airport information:

Array
(
    [name] => Ciampino
    [city] => Rome
    [country] => Italy
    [iata] => CIA
    [icao] => LIRA
    [x] => 12.594936
    [y] => 41.799361
    [elevation] => 427
    [apid] => 1553
    [uid] => 
    [timezone] => 1
    [dst] => E
    [tz_id] => Europe/Rome
)

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

jpatokal commented 7 years ago

New airport edit suggestion submitted by Davio90:

UPDATE airports SET name='Roma-Ciampino Airport', city='Rome', country='Italy', iata='CIA', icao='LIRA', x=12.5949, y=41.7994, elevation=427, timezone=1, dst='E' WHERE apid=1553;

Existing, potentially conflicting airport information:

Array
(
    [name] => Ciampino–G. B. Pastine International Airport
    [city] => Rome
    [country] => Italy
    [iata] => CIA
    [icao] => LIRA
    [x] => 12.5949
    [y] => 41.7994
    [elevation] => 427
    [apid] => 1553
    [uid] => 
    [timezone] => 1
    [dst] => E
    [tz_id] => Europe/Rome
    [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 erwinzuidema:

Array ( [apid] => 1553 [name] => Fiumicino [city] => Rome [country] => Italy [iata] => FCO [icao] => LIRA [x] => 12.5949 [y] => 41.7994 [elevation] => 427 [timezone] => 1 [dst] => E ) ;

Existing, potentially conflicting airport information:

Array
(
    [name] => Ciampino–G. B. Pastine International Airport
    [city] => Rome
    [country] => Italy
    [iata] => CIA
    [icao] => LIRA
    [x] => 12.5949
    [y] => 41.7994
    [elevation] => 427
    [apid] => 1553
    [uid] => 
    [timezone] => 1
    [dst] => E
    [tz_id] => Europe/Rome
    [type] => airport
    [source] => OurAirports
)

Array
(
    [name] => Leonardo da Vinci–Fiumicino Airport
    [city] => Rome
    [country] => Italy
    [iata] => FCO
    [icao] => LIRF
    [x] => 12.2388889
    [y] => 41.8002778
    [elevation] => 13
    [apid] => 1555
    [uid] => 
    [timezone] => 1
    [dst] => E
    [tz_id] => Europe/Rome
    [type] => airport
    [source] => OurAirports
)

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