OpenFlights Airports Database 2017
Over 10,000 airports spanning the globe
@kaggle.divyanshrai_openflights_airports_database_2017
Over 10,000 airports spanning the globe
@kaggle.divyanshrai_openflights_airports_database_2017
As of January 2017, the OpenFlights Airports Database contains over 10,000 airports, train stations and ferry terminals spanning the globe
Each entry contains the following information:
Airport ID, Name, City, Country, IATA, ICAO, Latitude, Longitude, Altitude, Timezone, DST, Database Timezone, Type, Source
The OpenFlights Airport, Airline, Plane and Route Databases are made available under the Open Database License. Any rights in individual contents of the database are licensed under the Database Contents License.
This data is not suitable for navigation
Data taken from - OpenFlights
Airport base data was generated by from DAFIF (October 2006 cycle) and OurAirports, plus timezone information from EarthTools. All DST information added manually. Significant revisions and additions made by the users of OpenFlights.
CREATE TABLE airports (
"airport_id" BIGINT,
"name" VARCHAR,
"city" VARCHAR,
"country" VARCHAR,
"iata" VARCHAR,
"icao" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"altitude" BIGINT,
"timezone" VARCHAR,
"dst" VARCHAR,
"database_timezone" VARCHAR,
"type" VARCHAR,
"source" VARCHAR
);Anyone who has the link will be able to view this.