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

Missing country codes #968

Open cviebrock opened 5 years ago

cviebrock commented 5 years ago

While using the data files, I've come across the following "countries" that have missing ISO-3166 codes.

Ashmore and Cartier Islands         => AU
Baker Island                        => UM
Bassas da India                     => TF
Bouvet Island                       => BV
Clipperton Island                   => TF
Coral Sea Islands                   => AU
Europa Island                       => TF
French Southern and Antarctic Lands => TF
Gaza Strip                          => PS
Glorioso Islands                    => TF
Heard Island and McDonald Islands   => HM
Howland Island                      => UM
Jan Mayen                           => NO
Jarvis Island                       => UM
Johnston Atoll                      => UM
Juan de Nova Island                 => TF
Kingman Reef                        => UM
Midway Islands                      => UM
Navassa Island                      => UM
Palmyra Atoll                       => UM
Paracel Islands                     => CN
Pitcairn Islands                    => PN
Reunion                             => RE
Sao Tome and Principe               => ST
South Georgia and the Islands       => GS
Spratly Islands                     => VN
Svalbard                            => NO
Tromelin Island                     => TF
Virgin Islands                      => VI
Wake Island                         => UM
West Bank                           => PS

Hopefully these can get corrected in countries.dat!

jpatokal commented 5 years ago

New airport edit suggestion submitted by cheng8542:

Array ( [apid] => 12121 [name] => Shinosaka Station [city] => Osaka [country] => Japan [iata] => [icao] => [x] => 135.5003 [y] => 34.7335 [elevation] => 49 [timezone] => 9 [dst] => U ) ;

Existing, potentially conflicting airport information:

Array
(
    [name] => Izumisano Station
    [city] => Osaka
    [country] => Japan
    [iata] => 
    [icao] => 
    [x] => 135.3171
    [y] => 34.411269
    [elevation] => 35
    [apid] => 12121
    [uid] => 5329
    [timezone] => 9
    [dst] => U
    [tz_id] => 
    [type] => 
    [source] => 
)

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