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 394 forks source link

Update airport Santa Bernardina International Airport (DZO/SUDU) #519

Open jpatokal opened 8 years ago

jpatokal commented 8 years ago

New airport edit suggestion submitted by gabrielalmeida:

INSERT INTO airports(name,city,country,iata,icao,x,y,elevation,timezone,dst,uid) VALUES('Santa Bernardina International Airport', 'Durazno', 'Uruguay', 'DZO', 'SUDU', -56.499167, -33.358611, 305, -3, 'S', 36887);

Existing, potentially conflicting airport information:

Array
(
    [name] => Santa Bernardina Intl
    [city] => Durazno
    [country] => Uruguay
    [iata] => 
    [icao] => SUDU
    [x] => -56.499172
    [y] => -33.358867
    [elevation] => 305
    [apid] => 2814
    [uid] => 
    [timezone] => -3
    [dst] => S
    [tz_id] => America/Montevideo
)

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

jpatokal commented 8 years ago

New airport edit suggestion submitted by gabrielalmeida:

INSERT INTO airports(name,city,country,iata,icao,x,y,elevation,timezone,dst,uid) VALUES('Santa Bernardina International Airport', 'Durazno', 'Uruguay', 'DZO', 'SUDU', -56.499167, -33.358611, 305, -3, 'S', 36887);

Existing, potentially conflicting airport information:

Array
(
    [name] => Santa Bernardina Intl
    [city] => Durazno
    [country] => Uruguay
    [iata] => 
    [icao] => SUDU
    [x] => -56.499172
    [y] => -33.358867
    [elevation] => 305
    [apid] => 2814
    [uid] => 
    [timezone] => -3
    [dst] => S
    [tz_id] => America/Montevideo
)

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