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 Speyer (/EDRY) #660

Open jpatokal opened 7 years ago

jpatokal commented 7 years ago

New airport edit suggestion submitted by flightplan:

UPDATE airports SET name='Speyer', city='Speyer', country='Germany', iata=NULL, icao='EDRY', x=8.451195, y=49.302776, elevation=312, timezone=1, dst='E' WHERE apid=392;

Existing, potentially conflicting airport information:

Array
(
    [name] => Speyer
    [city] => Speyer
    [country] => Germany
    [iata] => ZQC
    [icao] => EDRY
    [x] => 8.451195
    [y] => 49.302776
    [elevation] => 312
    [apid] => 392
    [uid] => 
    [timezone] => 1
    [dst] => E
    [tz_id] => Europe/Berlin
)

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

jpatokal commented 7 years ago

New airport edit suggestion submitted by flightplan:

UPDATE airports SET name='Speyer', city='Speyer', country='Germany', iata=NULL, icao='EDRY', x=8.451195, y=49.302776, elevation=312, timezone=1, dst='E' WHERE apid=392;

Existing, potentially conflicting airport information:

Array
(
    [name] => Speyer
    [city] => Speyer
    [country] => Germany
    [iata] => ZQC
    [icao] => EDRY
    [x] => 8.451195
    [y] => 49.302776
    [elevation] => 312
    [apid] => 392
    [uid] => 
    [timezone] => 1
    [dst] => E
    [tz_id] => Europe/Berlin
)

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