Runway Usage
City of San Francisco
@usgov.city_of_san_francisco_runway_usage
City of San Francisco
@usgov.city_of_san_francisco_runway_usage
CREATE TABLE table_1 (
"year" BIGINT,
"month" BIGINT,
"month_start_date" TIMESTAMP,
"runway_name" VARCHAR,
"total_departures" DOUBLE,
"total_departure_percent_utilization" DOUBLE,
"total_arrivals" BIGINT,
"total_arrival_percent_utilization" DOUBLE,
"late_night_departures" BIGINT,
"late_night_departure_percent_utilization" DOUBLE,
"preferential_late_night_departing_runway" BIGINT,
"data_as_of" VARCHAR,
"data_loaded_at" VARCHAR
);
Anyone who has the link will be able to view this.