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.4k stars 393 forks source link

Update airport Davos Dorf Railway Station (/PRIV) #807

Open jpatokal opened 6 years ago

jpatokal commented 6 years ago

New airport edit suggestion submitted by adcurtis56:

INSERT INTO airports(name,city,country,iata,icao,x,y,elevation,timezone,dst,uid) VALUES('Davos Dorf Railway Station', 'Davos', 'Switzerland', NULL, 'PRIV', 9.842222, 46.809722, 5120, 1, 'E', 46796);

Existing, potentially conflicting airport information:

Array
(
    [name] => Worgl Hbf
    [city] => Worgl
    [country] => Austria
    [iata] => 
    [icao] => PRIV
    [x] => 12.0619
    [y] => 47.4916
    [elevation] => 1677
    [apid] => 13202
    [uid] => 45992
    [timezone] => 1
    [dst] => E
    [tz_id] => 
    [type] => 
    [source] => 
)

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

jpatokal commented 6 years ago

New airport edit suggestion submitted by adcurtis56:

INSERT INTO airports(name,city,country,iata,icao,x,y,elevation,timezone,dst,uid) VALUES('Davos Dorf', 'Davos', 'Switzerland', NULL, 'PRIV', 9.842222, 46.809722, 5120, 1, 'E', 46796);

Existing, potentially conflicting airport information:

Array
(
    [name] => Worgl Hbf
    [city] => Worgl
    [country] => Austria
    [iata] => 
    [icao] => PRIV
    [x] => 12.0619
    [y] => 47.4916
    [elevation] => 1677
    [apid] => 13202
    [uid] => 45992
    [timezone] => 1
    [dst] => E
    [tz_id] => 
    [type] => 
    [source] => 
)

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

jpatokal commented 6 years ago

New airport edit suggestion submitted by adcurtis56:

INSERT INTO airports(name,city,country,iata,icao,x,y,elevation,timezone,dst,uid) VALUES('Gare de Bourg-Saint-Maurice', 'Bourg-Saint-Maurice', 'France', NULL, 'PRIV', 6.771667, 45.618056, 2664, 1, 'E', 46796);

Existing, potentially conflicting airport information:

Array
(
    [name] => Worgl Hbf
    [city] => Worgl
    [country] => Austria
    [iata] => 
    [icao] => PRIV
    [x] => 12.0619
    [y] => 47.4916
    [elevation] => 1677
    [apid] => 13202
    [uid] => 45992
    [timezone] => 1
    [dst] => E
    [tz_id] => 
    [type] => 
    [source] => 
)

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

jpatokal commented 6 years ago

New airport edit suggestion submitted by waltonrschmidt:

INSERT INTO airports(name,city,country,iata,icao,x,y,elevation,timezone,dst,uid) VALUES('Rosa Parks Hempstead Transit Center', 'Hempstead', 'United States', NULL, 'PRIV', -73.625307, 40.713102, 70, -5, 'A', 45093);

Existing, potentially conflicting airport information:

Array
(
    [name] => Worgl Hbf
    [city] => Worgl
    [country] => Austria
    [iata] => 
    [icao] => PRIV
    [x] => 12.0619
    [y] => 47.4916
    [elevation] => 1677
    [apid] => 13202
    [uid] => 45992
    [timezone] => 1
    [dst] => E
    [tz_id] => 
    [type] => 
    [source] => 
)

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

jpatokal commented 6 years ago

New airport edit suggestion submitted by XDR_:

INSERT INTO airports(name,city,country,iata,icao,x,y,elevation,timezone,dst,uid) VALUES('Paris Est', 'Paris', 'France', NULL, 'PRIV', 2.3593, 48.8768, 584, 1, 'E', 41099);

Existing, potentially conflicting airport information:

Array
(
    [name] => Worgl Hbf
    [city] => Worgl
    [country] => Austria
    [iata] => 
    [icao] => PRIV
    [x] => 12.0619
    [y] => 47.4916
    [elevation] => 1677
    [apid] => 13202
    [uid] => 45992
    [timezone] => 1
    [dst] => E
    [tz_id] => 
    [type] => 
    [source] => 
)

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

jpatokal commented 5 years ago

New airport edit suggestion submitted by kdtetz:

UPDATE airports SET name='Stiegler\'s Gorge Airstrip', city='Selous', country='Tanzania', iata=NULL, icao='PRIV', x=37.851866, y=-7.788069, elevation=194, timezone=3, dst='N' WHERE apid=13727;

Existing, potentially conflicting airport information:

Array
(
    [name] => Worgl Hbf
    [city] => Worgl
    [country] => Austria
    [iata] => 
    [icao] => PRIV
    [x] => 12.0619
    [y] => 47.4916
    [elevation] => 1677
    [apid] => 13202
    [uid] => 45992
    [timezone] => 1
    [dst] => E
    [tz_id] => 
    [type] => 
    [source] => 
)

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

jpatokal commented 5 years ago

New airport edit suggestion submitted by waltonrschmidt:

UPDATE airports SET name='Valle Aurelia', city='Rome', country='Italy', iata=NULL, icao='PRIV', x=12.442373, y=41.902832, elevation=180, timezone=1, dst='E' WHERE apid=13795;

Existing, potentially conflicting airport information:

Array
(
    [name] => Worgl Hbf
    [city] => Worgl
    [country] => Austria
    [iata] => 
    [icao] => PRIV
    [x] => 12.0619
    [y] => 47.4916
    [elevation] => 1677
    [apid] => 13202
    [uid] => 45992
    [timezone] => 1
    [dst] => E
    [tz_id] => 
    [type] => 
    [source] => 
)

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

jpatokal commented 5 years ago

New airport edit suggestion submitted by waltonrschmidt:

INSERT INTO airports(name,city,country,iata,icao,x,y,elevation,timezone,dst,uid) VALUES('Viterbo Porta Romana', 'Viterbo', 'Italy', NULL, 'PRIV', 12.110327, 42.412034, 1138, 1, 'E', 45093);

Existing, potentially conflicting airport information:

Array
(
    [name] => Worgl Hbf
    [city] => Worgl
    [country] => Austria
    [iata] => 
    [icao] => PRIV
    [x] => 12.0619
    [y] => 47.4916
    [elevation] => 1677
    [apid] => 13202
    [uid] => 45992
    [timezone] => 1
    [dst] => E
    [tz_id] => 
    [type] => 
    [source] => 
)

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