Airports and Heliports

Version 1.0.0 โ€ข Published Jun 04, 2025 23:54 UTC โ€ข by RefPack, Federal Aviation Administration (FAA), International Civil Aviation Organization (ICAO), International Air Transport Association (IATA)

A global dataset of airports, airstrips, and heliports, including their location, type, and international codes (ICAO, IATA, GPS). This data supports applications in aviation, logistics, geospatial mapping, and transportation systems.

๐Ÿ›ฉ๏ธ Airports Dataset (airports)

๐Ÿงพ Overview

This dataset provides a comprehensive global list of aviation facilities, including airports, heliports, and landing strips, categorized by type and identified using standard aviation codes. It includes key fields such as the unique ident code, location details (municipality, region, country), and multiple standard identifiers including gps_code, iata_code, and icao_code when available.

The dataset is designed for use in applications involving air traffic operations, logistics, mapping, emergency response, and geographic visualization of aviation infrastructure. Data is based on publicly available records from aviation authorities and includes geospatial coordinates and elevation information.

๐Ÿ—‚๏ธ Dataset Structure

The dataset consists of an array of airport facility objects with the following fields:

Field Name Data Type Description Required
ident Text Unique identifier for the airport (can be FAA, ICAO, or local code). Primary key. Yes
type Text Type of facility (e.g., small_airport, heliport, seaplane_base, etc.). Yes
name Text Common name of the airport or heliport. Yes
elevation_ft Number Elevation in feet above sea level. Yes
continent Text Continent code (e.g., NA for North America). Yes
iso_country Text ISO 3166-1 alpha-2 country code (e.g., US, DE). Yes
iso_region Text Region code combining country and subdivision (e.g., US-AL). Yes
municipality Text City or locality where the airport is situated. Yes
icao_code Text/null ICAO airport code (e.g., KATL for Atlanta). May be null. Yes
iata_code Text/null IATA airport code (e.g., ATL for Atlanta). May be null. Yes
gps_code Text Code used for GPS navigation. Yes
local_code Text Local/FAA code if applicable (often same as ident for small U.S. airports). Yes
coordinates Text Geospatial coordinates as a comma-separated string (latitude, longitude). Yes

๐Ÿงฉ Usage Scenarios

This dataset is well-suited for:

  • Mapping and visualizing global airport infrastructure.
  • Air traffic control and routing simulations.
  • Emergency service dispatch and logistics.
  • Flight planning tools and pilot applications.
  • Aviation research, education, and geographic analysis.
  • Localizing airport data for booking platforms or travel apps.
  • Linking GPS or IATA codes to airport metadata in commercial systems.

๐Ÿ“ Standardization Info

The dataset conforms to widely used aviation and geographic coding standards:

  • ICAO Code: Four-letter codes maintained by the International Civil Aviation Organization.
  • IATA Code: Three-letter codes used by the International Air Transport Association (mostly for commercial airports).
  • FAA/Local Code: Identifier used in local aviation databases.
  • ISO 3166-1: Used for iso_country and iso_region.
  • WGS84 Coordinates: Latitude and longitude in decimal degrees.

๐Ÿ” Sample Entries

ident type name elevation_ft iso_country gps_code coordinates
AL89 small_airport Sommerset Strip 820 US AL89 32.7187004, -85.3668975
AL90 heliport Selma Medical Center Heliport 150 US AL90 32.4290009, -87.0567017

๐Ÿ”’ Data Integrity

  • The ident field is the unique identifier for each airport record.
  • All fields are mandatory; icao_code and iata_code may be null if unavailable.
  • The format of coordinates is consistent as "<latitude>, <longitude>".
  • The dataset adheres to strict schema validation (additionalProperties: false).

๐Ÿ“Š Metadata & Versioning

  • Dataset ID: airports

  • Packager Version (RefPack): 1.0.0

  • Packaged Date (UTC): 2025-06-08T00:00:00Z

  • Title: Airports Dataset

  • Description: A structured dataset of global airport and heliport locations, including identification codes, geographic and administrative information.

  • Authors & Contributors:

    • RefPack
    • OpenAIP / FAA / ICAO (source references)
  • License:

  • Tags: airports, aviation, icao, iata, faa, geography, reference, location, transport, infrastructure, mapping, travel