Runways
Federal Geographic Data Committee
@usgov.fgdc_gov_runways_4b1eb
Federal Geographic Data Committee
@usgov.fgdc_gov_runways_4b1eb
The Runways dataset is updated every 28 days from the Federal Aviation Administration (FAA) and is part of the U.S. Department of Transportation (USDOT)/Bureau of Transportation Statistics (BTS) National Transportation Atlas Database (NTAD). The Runways database contains runways in the United States and US territories containing information on the physical characteristics of the runways. This data layer contains runways that have corresponding and reported runways ends, and the linear feature of the runway could be created based off these points. The runways in the dataset are associated with the airports dataset on NTAD, showing runways for all official and operational aerodromes. This geospatial data is derived from the FAA's National Airspace System Resource Aeronautical Data. A data dictionary, or other source of attribute information, is accessible at https://doi.org/10.21949/1529077
Organization: Federal Geographic Data Committee
Last updated: 2025-06-30T16:05:48.693815
Tags: ngda-fgdc-gda-transportation
CREATE TABLE table_1 (
"oid" BIGINT,
"eff_date" TIMESTAMP,
"site_no" DOUBLE,
"site_type_code" VARCHAR,
"state_code" VARCHAR,
"arpt_id" VARCHAR,
"arpt_name" VARCHAR,
"city" VARCHAR,
"country_code" VARCHAR,
"ownership_type_code" VARCHAR,
"facility_use_code" VARCHAR,
"rwy_id" VARCHAR,
"lat1_decimal" DOUBLE,
"long1_decimal" DOUBLE,
"lat2_decimal" DOUBLE,
"long2_decimal" DOUBLE,
"rwy_len" BIGINT,
"rwy_width" BIGINT,
"surface_type_code" VARCHAR,
"cond" VARCHAR,
"treatment_code" VARCHAR,
"pcn" DOUBLE,
"pavement_type_code" VARCHAR,
"subgrade_strength_code" VARCHAR,
"tire_pres_code" VARCHAR,
"dtrm_method_code" VARCHAR,
"rwy_lgt_code" VARCHAR,
"rwy_len_source" VARCHAR,
"length_source_date" VARCHAR,
"gross_wt_sw" DOUBLE,
"gross_wt_dw" DOUBLE,
"gross_wt_dtw" DOUBLE,
"gross_wt_ddtw" DOUBLE,
"shape_area" DOUBLE -- Shape, Area,
"shape_length" DOUBLE -- Shape, Length
);Anyone who has the link will be able to view this.