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 Paulding Northwest Atlanta Airport (PUJ/KPUJ) #392

Open jpatokal opened 8 years ago

jpatokal commented 8 years ago

New airport edit suggestion submitted by gth758y:

INSERT INTO airports(name,city,country,iata,icao,x,y,elevation,timezone,dst,uid) VALUES('Paulding Northwest Atlanta Airport', 'Atlanta', 'United States', 'PUJ', 'KPUJ', -84.9406194, 33.9120431, 1289, -4, 'A', 34005);

Existing, potentially conflicting airport information:

Array
(
    [name] => Punta Cana Intl
    [city] => Punta Cana
    [country] => Dominican Republic
    [iata] => PUJ
    [icao] => MDPC
    [x] => -68.363431
    [y] => 18.567367
    [elevation] => 47
    [apid] => 1760
    [uid] => 
    [timezone] => -4
    [dst] => U
    [tz_id] => America/Santo_Domingo
)

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

jpatokal commented 8 years ago

New airport edit suggestion submitted by gth758y:

INSERT INTO airports(name,city,country,iata,icao,x,y,elevation,timezone,dst,uid) VALUES('Paulding Northwest Atlanta Airport', 'Atlanta', 'United States', 'PUJ', 'KPUJ', -84.9406194, 33.9120431, 1289, -4, 'A', 34005);

Existing, potentially conflicting airport information:

Array
(
    [name] => Punta Cana Intl
    [city] => Punta Cana
    [country] => Dominican Republic
    [iata] => PUJ
    [icao] => MDPC
    [x] => -68.363431
    [y] => 18.567367
    [elevation] => 47
    [apid] => 1760
    [uid] => 
    [timezone] => -4
    [dst] => U
    [tz_id] => America/Santo_Domingo
)

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