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 New Islamabad International Airport (ISB/OPIS) #1125

Open jpatokal opened 1 year ago

jpatokal commented 1 year ago

New airport edit suggestion submitted by bmomjian:

Array ( [apid] => 13760 [name] => New Islamabad International Airport [city] => Islamabad [country] => Pakistan [iata] => ISB [icao] => OPIS [x] => 72.851613 [y] => 33.560713 [elevation] => 1646 [timezone] => 5 [dst] => N ) ;

Existing, potentially conflicting airport information:

Array
(
    [name] => New Islamabad International Airport
    [city] => Islamabad
    [country] => Pakistan
    [country_code] => 
    [iata] => ISB
    [icao] => OPIS
    [x] => 72.851613
    [y] => 33.560713
    [elevation] => 1646
    [apid] => 13760
    [uid] => 30123
    [timezone] => 5
    [dst] => U
    [tz_id] => 
    [type] => airport
    [source] => OurAirports
)

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

bmomjian commented 1 year ago

I created a pull request #1127