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.37k stars 388 forks source link

Update airport Rio Grande (RGA/SAWE) #589

Open jpatokal opened 7 years ago

jpatokal commented 7 years ago

New airport edit suggestion submitted by ordtpe:

UPDATE airports SET name='Rio Grande', city='Rio Grande', country='Argentina', iata='RGA', icao='SAWE', x=-67.749389, y=-53.777667, elevation=65, timezone=-3, dst='S' WHERE apid=2495;

Existing, potentially conflicting airport information:

Array
(
    [name] => Rio Grande
    [city] => Rio Grande
    [country] => Argentina
    [iata] => RGA
    [icao] => SAWE
    [x] => -67.749389
    [y] => -53.777667
    [elevation] => 65
    [apid] => 2495
    [uid] => 
    [timezone] => -3
    [dst] => N
    [tz_id] => America/Cordoba
)

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

jpatokal commented 7 years ago

New airport edit suggestion submitted by ordtpe:

UPDATE airports SET name='Liverpool Railway Station', city='Liverpool', country='United Kingdom', iata=NULL, icao=NULL, x=-2.979, y=53.405, elevation=0, timezone=0, dst='E' WHERE apid=7392;

Existing, potentially conflicting airport information:

Array
(
    [name] => Liverpool Railway Station
    [city] => Liverpool
    [country] => United Kingdom
    [iata] => 
    [icao] => 
    [x] => -2.979
    [y] => 53.405
    [elevation] => 0
    [apid] => 7392
    [uid] => 3191
    [timezone] => 0
    [dst] => U
    [tz_id] => Europe/London
)

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