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.38k stars 389 forks source link

Update airport Novorossiysk Mor Vokzal (NOI/) #617

Open jpatokal opened 7 years ago

jpatokal commented 7 years ago

New airport edit suggestion submitted by amur1313:

UPDATE airports SET name='Novorossiysk Mor Vokzal', city='Novorossiysk', country='Russia', iata='NOI', icao=NULL, x=37.783661, y=44.721506, elevation=50, timezone=4, dst='N' WHERE apid=7852;

Existing, potentially conflicting airport information:

Array
(
    [name] => Krymsk
    [city] => Novorossiysk
    [country] => Russia
    [iata] => NOI
    [icao] => 
    [x] => 37.7779
    [y] => 44.4016
    [elevation] => 50
    [apid] => 7852
    [uid] => 6265
    [timezone] => 4
    [dst] => N
    [tz_id] => 
)

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

jpatokal commented 7 years ago

New airport edit suggestion submitted by amur1313:

UPDATE airports SET name='Krymsk', city='Novorossiysk', country='Russia', iata=NULL, icao=NULL, x=37.7779, y=44.4016, elevation=50, timezone=4, dst='N' WHERE apid=7852;

Existing, potentially conflicting airport information:

Array
(
    [name] => Krymsk
    [city] => Novorossiysk
    [country] => Russia
    [iata] => NOI
    [icao] => 
    [x] => 37.7779
    [y] => 44.4016
    [elevation] => 50
    [apid] => 7852
    [uid] => 6265
    [timezone] => 4
    [dst] => N
    [tz_id] => 
)

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