@williamkapke/airports

1.0.0 • Public • Published

Airports

A JSON database of 28811 entries with basic information about nearly every airport and landing strip in the world. ICAO codes used as primary value. 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",
    "country": "US",
    "elevation": 808,
    "lat": 43.9844017029,
    "lon": -88.5569992065,
    "tz": "America\/Chicago"
},

Time zones sourced from TimeZoneDB.

Readme

Keywords

none

Package Sidebar

Install

npm i @williamkapke/airports

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • williamkapke