2022 NCFO Terminals File
Department of Transportation
@usgov.dot_gov_2022_ncfo_terminals_file
Department of Transportation
@usgov.dot_gov_2022_ncfo_terminals_file
CREATE TABLE table_1 (
"terminal_id" BIGINT,
"term_city" VARCHAR,
"in_operation" BOOLEAN,
"intercity_bus" BOOLEAN,
"intercity_rail" BOOLEAN,
"local_bus" BOOLEAN,
"local_rail" BOOLEAN,
"bike_share" BOOLEAN,
"terminal_name" VARCHAR,
"terminal_operated_by" VARCHAR,
"terminal_operation" VARCHAR,
"operator_id" BIGINT,
"terminal_owned_by" VARCHAR,
"terminal_ownership" VARCHAR,
"parking" BOOLEAN,
"term_state" VARCHAR,
"census_year" BIGINT,
"data_year" BIGINT,
"latitude" DOUBLE,
"longitude" DOUBLE,
"term_country" VARCHAR
);
Anyone who has the link will be able to view this.