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 Napoli-Capodichino (NAP/LIRN) #652

Open jpatokal opened 7 years ago

jpatokal commented 7 years ago

New airport edit suggestion submitted by Davio90:

UPDATE airports SET name='Napoli-Capodichino', city='Naples', country='Italy', iata='NAP', icao='LIRN', x=14.290781, y=40.886033, elevation=294, timezone=1, dst='E' WHERE apid=1561;

Existing, potentially conflicting airport information:

Array
(
    [name] => Capodichino
    [city] => Naples
    [country] => Italy
    [iata] => NAP
    [icao] => LIRN
    [x] => 14.290781
    [y] => 40.886033
    [elevation] => 294
    [apid] => 1561
    [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='Napoli-Capodichino', city='Naples', country='Italy', iata='NAP', icao='LIRN', x=14.2908, y=40.886002, elevation=294, timezone=1, dst='E' WHERE apid=1561;

Existing, potentially conflicting airport information:

Array
(
    [name] => Naples International Airport
    [city] => Naples
    [country] => Italy
    [iata] => NAP
    [icao] => LIRN
    [x] => 14.2908
    [y] => 40.886002
    [elevation] => 294
    [apid] => 1561
    [uid] => 
    [timezone] => 1
    [dst] => E
    [tz_id] => Europe/Rome
    [type] => airport
    [source] => OurAirports
)

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