1
0
mirror of https://github.com/mwgg/Airports.git synced 2025-04-18 02:17:35 +03:00
Alexander Sanchez 281941c04c
Merge pull request #155 from maidough/statenamefixes
fix some state names for 15 USA airports
2025-03-19 10:52:03 +01:00
2024-08-28 07:23:40 +00:00
2014-11-25 10:24:32 +03:00
2024-08-23 08:32:28 +00:00

Airports

A JSON collection of ~29k entries with basic information about nearly every airport and landing strip in the world. ICAO codes used as keys. Each entry contains IATA code, airport name, city, two-letter ISO country code, elevation above sea level in feet, coordinates in decimal degrees and time zone.

"KOSH": {
    "icao": "KOSH",
    "iata": "OSH",
    "name": "Wittman Regional Airport",
    "city": "Oshkosh",
    "state": "Wisconsin",
    "country": "US",
    "elevation": 808,
    "lat": 43.9844017029,
    "lon": -88.5569992065,
    "tz": "America/Chicago"
},

Time zones initially sourced from TimeZoneDB and updated using TimeAPI.

Star History

Star History Chart

Description
База данных JSON из более чем 28 тысяч аэропортов с кодами ICAO/IATA, названиями, городами, двухбуквенными идентификаторами стран, высотой, широтой и долготой и идентификатором часового пояса
Readme MIT 18 MiB