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 Tivat (TIV/LYTV) #530

Open jpatokal opened 8 years ago

jpatokal commented 8 years ago

New airport edit suggestion submitted by maxalex79:

UPDATE airports SET name='Tivat', city='Tivat', country='Montenegro', iata='TIV', icao='LYTV', x=18.723286, y=42.404664, elevation=20, timezone=1, dst='E' WHERE apid=1743;

Existing, potentially conflicting airport information:

Array
(
    [name] => Tivat
    [city] => Tivat
    [country] => Montenegro
    [iata] => TIV
    [icao] => LYTV
    [x] => 18.723286
    [y] => 42.404664
    [elevation] => 20
    [apid] => 1743
    [uid] => 
    [timezone] => 1
    [dst] => E
    [tz_id] => Europe/Podgorica
)

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

jpatokal commented 8 years ago

New airport edit suggestion submitted by ordtpe:

UPDATE airports SET name='Ferry Dock', city='Bainbridge Island', country='United States', iata=NULL, icao=NULL, x=-122.509362, y=47.622237, elevation=0, timezone=-8, dst='A' WHERE apid=9525;

Existing, potentially conflicting airport information:

Array
(
    [name] => Ferry Dock
    [city] => Bainbridge Island
    [country] => United States
    [iata] => 
    [icao] => BAIN
    [x] => -122.509362
    [y] => 47.622237
    [elevation] => 0
    [apid] => 9525
    [uid] => 28013
    [timezone] => -8
    [dst] => A
    [tz_id] => America/Los_Angeles
)

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