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 Sanford-Lee County Airport (TTA/KTTA) #373

Open jpatokal opened 9 years ago

jpatokal commented 9 years ago

New airport edit suggestion submitted by Vidiot:

INSERT INTO airports(name,city,country,iata,icao,x,y,elevation,timezone,dst,uid) VALUES('Sanford-Lee County Airport', 'Sanford', 'United States', 'TTA', 'KTTA', -79.1013333, 35.5824444, 246, -5, 'A', 34131);

Existing, potentially conflicting airport information:

Array
(
    [name] => Plage Blanche
    [city] => Tan Tan
    [country] => Morocco
    [iata] => TTA
    [icao] => GMAT
    [x] => -11.161347
    [y] => 28.448194
    [elevation] => 653
    [apid] => 1065
    [uid] => 
    [timezone] => 0
    [dst] => N
    [tz_id] => Africa/Casablanca
)

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

jpatokal commented 4 years ago

New airport edit suggestion submitted by cala:

Array ( [apid] => 13343 [name] => Leer [city] => Leer [country] => South Sudan [iata] => LEE [icao] => [x] => 30.153157 [y] => 8.296968 [elevation] => 1306 [timezone] => 2 [dst] => U ) ;

Existing, potentially conflicting airport information:

Array
(
    [name] => Leesburg International Airport
    [city] => Leesburg
    [country] => United States
    [iata] => LEE
    [icao] => KLEE
    [x] => -81.80870056
    [y] => 28.82309914
    [elevation] => 76
    [apid] => 10145
    [uid] => 31931
    [timezone] => -5
    [dst] => A
    [tz_id] => 
    [type] => airport
    [source] => OurAirports
)

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