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 Berezniki (/USPT) #579

Open jpatokal opened 8 years ago

jpatokal commented 8 years ago

New airport edit suggestion submitted by veitsi78:

INSERT INTO airports(name,city,country,iata,icao,x,y,elevation,timezone,dst,uid) VALUES('Berezniki', 'Berezniki', 'Russia', NULL, 'USPT', 56.5118, 59.3449, 679, 6, 'N', 14072);

Existing, potentially conflicting airport information:

Array
(
    [name] => Berezniki
    [city] => Berezniki
    [country] => Russia
    [iata] => 
    [icao] => USPT
    [x] => -56.5118
    [y] => 59.3449
    [elevation] => 679
    [apid] => 11407
    [uid] => 14072
    [timezone] => 6
    [dst] => U
    [tz_id] => 
)

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

jpatokal commented 8 years ago

New airport edit suggestion submitted by veitsi78:

INSERT INTO airports(name,city,country,iata,icao,x,y,elevation,timezone,dst,uid) VALUES('Berezniki', 'Solikamsk', 'Russia', NULL, 'USPT', 56.5118, 59.3449, 679, 5, 'N', 14072);

Existing, potentially conflicting airport information:

Array
(
    [name] => Berezniki
    [city] => Berezniki
    [country] => Russia
    [iata] => 
    [icao] => USPT
    [x] => -56.5118
    [y] => 59.3449
    [elevation] => 679
    [apid] => 11407
    [uid] => 14072
    [timezone] => 6
    [dst] => U
    [tz_id] => 
)

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

jpatokal commented 8 years ago

New airport edit suggestion submitted by veitsi78:

INSERT INTO airports(name,city,country,iata,icao,x,y,elevation,timezone,dst,uid) VALUES('Solikamsk-Berezniki', 'Solikamsk', 'Russia', NULL, 'USPT', 60.472, 56.420, 679, 5, 'N', 14072);

Existing, potentially conflicting airport information:

Array
(
    [name] => Berezniki
    [city] => Berezniki
    [country] => Russia
    [iata] => 
    [icao] => USPT
    [x] => -56.5118
    [y] => 59.3449
    [elevation] => 679
    [apid] => 11407
    [uid] => 14072
    [timezone] => 6
    [dst] => U
    [tz_id] => 
)

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

jpatokal commented 8 years ago

New airport edit suggestion submitted by veitsi78:

UPDATE airports SET name='Solikamsk-Berezniki', city='Berezniki', country='Russia', iata=NULL, icao='USPT', x=56.511, y=59.347, elevation=679, timezone=5, dst='N' WHERE apid=11413;

Existing, potentially conflicting airport information:

Array
(
    [name] => Berezniki
    [city] => Berezniki
    [country] => Russia
    [iata] => 
    [icao] => USPT
    [x] => -56.5118
    [y] => 59.3449
    [elevation] => 679
    [apid] => 11407
    [uid] => 14072
    [timezone] => 6
    [dst] => U
    [tz_id] => 
)

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

jpatokal commented 8 years ago

New airport edit suggestion submitted by veitsi78:

UPDATE airports SET name='Solikamsk-Berezniki', city='Berezniki', country='Russia', iata=NULL, icao='USPT', x=56.533, y=59.355, elevation=679, timezone=5, dst='N' WHERE apid=11413;

Existing, potentially conflicting airport information:

Array
(
    [name] => Berezniki
    [city] => Berezniki
    [country] => Russia
    [iata] => 
    [icao] => USPT
    [x] => -56.5118
    [y] => 59.3449
    [elevation] => 679
    [apid] => 11407
    [uid] => 14072
    [timezone] => 6
    [dst] => U
    [tz_id] => 
)

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