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 Ben Gurion (TLV/LLBG) #568

Open jpatokal opened 8 years ago

jpatokal commented 8 years ago

New airport edit suggestion submitted by Johnandbob:

UPDATE airports SET name='Ben Gurion', city='Tel-Aviv', country='Israel', iata='TLV', icao='LLBG', x=34.886667, y=32.011389, elevation=135, timezone=2, dst='E' WHERE apid=1590;

Existing, potentially conflicting airport information:

Array
(
    [name] => Ben Gurion
    [city] => Tel-aviv
    [country] => Israel
    [iata] => TLV
    [icao] => LLBG
    [x] => 34.886667
    [y] => 32.011389
    [elevation] => 135
    [apid] => 1590
    [uid] => 
    [timezone] => 2
    [dst] => E
    [tz_id] => Asia/Jerusalem
)

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

jpatokal commented 8 years ago

New airport edit suggestion submitted by Johnandbob:

UPDATE airports SET name='Ben-Gurion', city='Tel Aviv', country='Israel', iata='TLV', icao='LLBG', x=34.886667, y=32.011389, elevation=135, timezone=2, dst='E' WHERE apid=1590;

Existing, potentially conflicting airport information:

Array
(
    [name] => Ben Gurion
    [city] => Tel-aviv
    [country] => Israel
    [iata] => TLV
    [icao] => LLBG
    [x] => 34.886667
    [y] => 32.011389
    [elevation] => 135
    [apid] => 1590
    [uid] => 
    [timezone] => 2
    [dst] => E
    [tz_id] => Asia/Jerusalem
)

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

jpatokal commented 7 years ago

New airport edit suggestion submitted by zacharylevine25:

UPDATE airports SET name='Ben Gurion International Airport', city='Tel Aviv-Yafo', country='Israel', iata='TLV', icao='LLBG', x=34.88669967651367, y=32.01139831542969, elevation=135, timezone=2, dst='E' WHERE apid=1590;

Existing, potentially conflicting airport information:

Array
(
    [name] => Ben Gurion International Airport
    [city] => Tel-aviv
    [country] => Israel
    [iata] => TLV
    [icao] => LLBG
    [x] => 34.88669967651367
    [y] => 32.01139831542969
    [elevation] => 135
    [apid] => 1590
    [uid] => 
    [timezone] => 2
    [dst] => E
    [tz_id] => Asia/Jerusalem
    [type] => airport
    [source] => OurAirports
)

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