Weigh In Motion
City of New York
@usgov.city_of_new_york_weigh_in_motion
City of New York
@usgov.city_of_new_york_weigh_in_motion
CREATE TABLE table_1 (
"direction" VARCHAR,
"year" BIGINT,
"month" BIGINT,
"day" BIGINT,
"hour" BIGINT,
"minute" BIGINT,
"second" BIGINT,
"lane" BIGINT,
"class" BIGINT,
"speed" DOUBLE,
"num_axles" BIGINT,
"gvw" DOUBLE,
"wheelbase" DOUBLE,
"wt1" DOUBLE,
"spc1" DOUBLE,
"wt2" BIGINT,
"spc2" DOUBLE,
"wt3" DOUBLE,
"spc3" DOUBLE,
"wt4" DOUBLE,
"spc4" DOUBLE,
"wt5" DOUBLE,
"spc5" DOUBLE,
"wt6" DOUBLE,
"spc6" DOUBLE,
"wt7" DOUBLE,
"spc7" DOUBLE,
"wt8" DOUBLE,
"spc8" DOUBLE,
"wt9" DOUBLE,
"spc9" VARCHAR,
"wt10" VARCHAR,
"spc10" VARCHAR,
"wt11" VARCHAR,
"spc11" VARCHAR,
"wt12" VARCHAR,
"spc12" VARCHAR,
"wt13" VARCHAR,
"spc13" VARCHAR,
"wt14" VARCHAR,
"spc14" VARCHAR,
"wt15" VARCHAR,
"spc15" VARCHAR,
"wt16" VARCHAR,
"spc16" VARCHAR,
"wt17" VARCHAR,
"dirtravel" VARCHAR,
"yearmonth" BIGINT
);
Anyone who has the link will be able to view this.