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 Radom-Sadkow Airport (RDO/EPRA) #433

Open jpatokal opened 8 years ago

jpatokal commented 8 years ago

New airport edit suggestion submitted by digitalfan:

INSERT INTO airports(name,city,country,iata,icao,x,y,elevation,timezone,dst,uid) VALUES('Radom-Sadkow Airport', 'Radom', 'Poland', 'RDO', 'EPRA', 21.2136111, 51.3891667, 610, 1, 'E', 2177);

Existing, potentially conflicting airport information:

Array
(
    [name] => RADOM
    [city] => RADOM
    [country] => Poland
    [iata] => QXR
    [icao] => EPRA
    [x] => 21.124183
    [y] => 51.231978
    [elevation] => 479
    [apid] => 8029
    [uid] => 4583
    [timezone] => 1
    [dst] => E
    [tz_id] => Europe/Warsaw
)

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

jpatokal commented 8 years ago

New airport edit suggestion submitted by slotherin:

INSERT INTO airports(name,city,country,iata,icao,x,y,elevation,timezone,dst,uid) VALUES('Radom Airport', 'Radom', 'Poland', 'RDO', 'EPRA', 21.213611, 51.389167, 610, 1, 'E', 36996);

Existing, potentially conflicting airport information:

Array
(
    [name] => RADOM
    [city] => RADOM
    [country] => Poland
    [iata] => QXR
    [icao] => EPRA
    [x] => 21.124183
    [y] => 51.231978
    [elevation] => 479
    [apid] => 8029
    [uid] => 4583
    [timezone] => 1
    [dst] => E
    [tz_id] => Europe/Warsaw
)

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

jpatokal commented 8 years ago

New airport edit suggestion submitted by baoai:

UPDATE airports SET name='ORD', city='Chicago', country='United States', iata='', icao=NULL, x=-87.5898448, y=41.7933665, elevation=595, timezone=-6, dst='A' WHERE apid=11041;

Existing, potentially conflicting airport information:

Array
(
    [name] => 57th Street Station
    [city] => Chicago
    [country] => United States
    [iata] => 
    [icao] => 
    [x] => -87.5898448
    [y] => 41.7933665
    [elevation] => 595
    [apid] => 11041
    [uid] => 20490
    [timezone] => -6
    [dst] => A
    [tz_id] => 
)

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

jpatokal commented 8 years ago

New airport edit suggestion submitted by Adien:

UPDATE airports SET name='RADOM', city='RADOM', country='Poland', iata='QXR', icao='EPRA', x=21.1249, y=51.2321, elevation=479, timezone=1, dst='E' WHERE apid=8029;

Existing, potentially conflicting airport information:

Array
(
    [name] => RADOM
    [city] => RADOM
    [country] => Poland
    [iata] => QXR
    [icao] => EPRA
    [x] => 21.124183
    [y] => 51.231978
    [elevation] => 479
    [apid] => 8029
    [uid] => 4583
    [timezone] => 1
    [dst] => E
    [tz_id] => Europe/Warsaw
)

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

jpatokal commented 8 years ago

New airport edit suggestion submitted by SQ5IRZ:

UPDATE airports SET name='RADOM', city='RADOM', country='Poland', iata='RDO', icao='EPRA', x=21.213611, y=51.389167, elevation=610,23, timezone=1, dst='E' WHERE apid=8029;

Existing, potentially conflicting airport information:

Array
(
    [name] => RADOM
    [city] => RADOM
    [country] => Poland
    [iata] => QXR
    [icao] => EPRA
    [x] => 21.124183
    [y] => 51.231978
    [elevation] => 479
    [apid] => 8029
    [uid] => 4583
    [timezone] => 1
    [dst] => E
    [tz_id] => Europe/Warsaw
)

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

jpatokal commented 8 years ago

New airport edit suggestion submitted by SQ5IRZ:

UPDATE airports SET name='RADOM', city='RADOM', country='Poland', iata='RDO', icao='EPRA', x=21.124183, y=51.231978, elevation=479, timezone=1, dst='E' WHERE apid=8029;

Existing, potentially conflicting airport information:

Array
(
    [name] => RADOM
    [city] => RADOM
    [country] => Poland
    [iata] => QXR
    [icao] => EPRA
    [x] => 21.124183
    [y] => 51.231978
    [elevation] => 479
    [apid] => 8029
    [uid] => 4583
    [timezone] => 1
    [dst] => E
    [tz_id] => Europe/Warsaw
)

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

jpatokal commented 8 years ago

New airport edit suggestion submitted by DOMINIKZ:

INSERT INTO airports(name,city,country,iata,icao,x,y,elevation,timezone,dst,uid) VALUES('Sadkow', 'Radom', 'Poland', 'RDO', 'EPRA', 21.1242, 51.2320, 623, 1, 'E', 9864);

Existing, potentially conflicting airport information:

Array
(
    [name] => RADOM
    [city] => RADOM
    [country] => Poland
    [iata] => QXR
    [icao] => EPRA
    [x] => 21.124183
    [y] => 51.231978
    [elevation] => 479
    [apid] => 8029
    [uid] => 4583
    [timezone] => 1
    [dst] => E
    [tz_id] => Europe/Warsaw
)

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

jpatokal commented 8 years ago

New airport edit suggestion submitted by DOMINIKZ:

UPDATE airports SET name='RADOM', city='RADOM', country='Poland', iata='RDO', icao='EPRA', x=21.124183, y=51.231978, elevation=479, timezone=1, dst='E' WHERE apid=8029;

Existing, potentially conflicting airport information:

Array
(
    [name] => RADOM
    [city] => RADOM
    [country] => Poland
    [iata] => QXR
    [icao] => EPRA
    [x] => 21.124183
    [y] => 51.231978
    [elevation] => 479
    [apid] => 8029
    [uid] => 4583
    [timezone] => 1
    [dst] => E
    [tz_id] => Europe/Warsaw
)

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

jpatokal commented 8 years ago

New airport edit suggestion submitted by mmkay:

UPDATE airports SET name='RADOM', city='RADOM', country='Poland', iata='RDO', icao='EPRA', x=21.124183, y=51.231978, elevation=479, timezone=1, dst='E' WHERE apid=8029;

Existing, potentially conflicting airport information:

Array
(
    [name] => RADOM
    [city] => RADOM
    [country] => Poland
    [iata] => QXR
    [icao] => EPRA
    [x] => 21.124183
    [y] => 51.231978
    [elevation] => 479
    [apid] => 8029
    [uid] => 4583
    [timezone] => 1
    [dst] => E
    [tz_id] => Europe/Warsaw
)

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

jpatokal commented 8 years ago

New airport edit suggestion submitted by mmkay:

UPDATE airports SET name='RADOM', city='RADOM', country='Poland', iata='QXR', icao='EPRA', x=21.124183, y=51.231978, elevation=479, timezone=2, dst='E' WHERE apid=8029;

Existing, potentially conflicting airport information:

Array
(
    [name] => RADOM
    [city] => RADOM
    [country] => Poland
    [iata] => QXR
    [icao] => EPRA
    [x] => 21.124183
    [y] => 51.231978
    [elevation] => 479
    [apid] => 8029
    [uid] => 4583
    [timezone] => 1
    [dst] => E
    [tz_id] => Europe/Warsaw
)

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

jpatokal commented 8 years ago

New airport edit suggestion submitted by dobroszp:

UPDATE airports SET name='Radom-Sadkow', city='Radom', country='Poland', iata='RDO', icao='EPRA', x=21.124183, y=51.231978, elevation=623 ft, timezone=1, dst='E' WHERE apid=8029;

Existing, potentially conflicting airport information:

Array
(
    [name] => RADOM
    [city] => RADOM
    [country] => Poland
    [iata] => QXR
    [icao] => EPRA
    [x] => 21.124183
    [y] => 51.231978
    [elevation] => 479
    [apid] => 8029
    [uid] => 4583
    [timezone] => 1
    [dst] => E
    [tz_id] => Europe/Warsaw
)

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

jpatokal commented 7 years ago

New airport edit suggestion submitted by scom:

UPDATE airports SET name='RADOM', city='RADOM', country='Poland', iata='RDO', icao='EPRA', x=21.124183, y=51.231978, elevation=479, timezone=1, dst='E' WHERE apid=8029;

Existing, potentially conflicting airport information:

Array
(
    [name] => RADOM
    [city] => RADOM
    [country] => Poland
    [iata] => QXR
    [icao] => EPRA
    [x] => 21.124183
    [y] => 51.231978
    [elevation] => 479
    [apid] => 8029
    [uid] => 4583
    [timezone] => 1
    [dst] => E
    [tz_id] => Europe/Warsaw
)

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

jpatokal commented 7 years ago

New airport edit suggestion submitted by scom:

UPDATE airports SET name='RADOM', city='RADOM', country='Poland', iata='RDO', icao='EPRA', x=21.124183, y=51.231978, elevation=479, timezone=1, dst='E' WHERE apid=8029;

Existing, potentially conflicting airport information:

Array
(
    [name] => RADOM
    [city] => RADOM
    [country] => Poland
    [iata] => QXR
    [icao] => EPRA
    [x] => 21.124183
    [y] => 51.231978
    [elevation] => 479
    [apid] => 8029
    [uid] => 4583
    [timezone] => 1
    [dst] => E
    [tz_id] => Europe/Warsaw
)

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

jpatokal commented 7 years ago

New airport edit suggestion submitted by pemat:

UPDATE airports SET name='RADOM', city='RADOM', country='Poland', iata='RDO', icao='EPRA', x=21.124183, y=51.231978, elevation=479, timezone=1, dst='E' WHERE apid=8029;

Existing, potentially conflicting airport information:

Array
(
    [name] => RADOM
    [city] => RADOM
    [country] => Poland
    [iata] => QXR
    [icao] => EPRA
    [x] => 21.124183
    [y] => 51.231978
    [elevation] => 479
    [apid] => 8029
    [uid] => 4583
    [timezone] => 1
    [dst] => E
    [tz_id] => Europe/Warsaw
)

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

jpatokal commented 7 years ago

New airport edit suggestion submitted by pemat:

INSERT INTO airports(name,city,country,iata,icao,x,y,elevation,timezone,dst,uid) VALUES('Sadkow', 'Radom', 'Poland', 'RDO', 'EPRA', 21.213611, 51.389167, 186, -1, 'E', 17534);

Existing, potentially conflicting airport information:

Array
(
    [name] => RADOM
    [city] => RADOM
    [country] => Poland
    [iata] => QXR
    [icao] => EPRA
    [x] => 21.124183
    [y] => 51.231978
    [elevation] => 479
    [apid] => 8029
    [uid] => 4583
    [timezone] => 1
    [dst] => E
    [tz_id] => Europe/Warsaw
)

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

jpatokal commented 7 years ago

New airport edit suggestion submitted by DOMINIKZ:

INSERT INTO airports(name,city,country,iata,icao,x,y,elevation,timezone,dst,uid) VALUES('SADKOW', 'RADOM', 'Poland', 'RDO', 'EPRA', 51.2320, 21.1242, 623, 1, 'U', 9864);

Existing, potentially conflicting airport information:

Array
(
    [name] => RADOM
    [city] => RADOM
    [country] => Poland
    [iata] => QXR
    [icao] => EPRA
    [x] => 21.124183
    [y] => 51.231978
    [elevation] => 479
    [apid] => 8029
    [uid] => 4583
    [timezone] => 1
    [dst] => E
    [tz_id] => Europe/Warsaw
)

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

jpatokal commented 6 years ago

New airport edit suggestion submitted by DOMINIKZ:

UPDATE airports SET name='Radom Airport', city='RADOM', country='Poland', iata='RDO', icao='EPRA', x=21.213300705, y=51.3891983032, elevation=610, timezone=1, dst='E' WHERE apid=8029;

Existing, potentially conflicting airport information:

Array
(
    [name] => Radom Airport
    [city] => RADOM
    [country] => Poland
    [iata] => QXR
    [icao] => EPRA
    [x] => 21.213300705
    [y] => 51.3891983032
    [elevation] => 610
    [apid] => 8029
    [uid] => 4583
    [timezone] => 1
    [dst] => E
    [tz_id] => Europe/Warsaw
    [type] => airport
    [source] => OurAirports
)

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