Truck Volumes AADT
State of California
@usgov.ca_gov_truck_volumes_aadt_8098b
State of California
@usgov.ca_gov_truck_volumes_aadt_8098b
CREATE TABLE table_1 (
"x" DOUBLE,
"y" DOUBLE,
"objectid" BIGINT,
"rte" BIGINT,
"rte_sfx" VARCHAR,
"dist" BIGINT,
"cnty" VARCHAR,
"pm_pfx" VARCHAR,
"postmile" DOUBLE,
"pm_sfx" VARCHAR,
"leg" VARCHAR,
"description" VARCHAR,
"vehicle_aadt_total" BIGINT,
"tot_trk_aadt" BIGINT,
"trk_percent_tot" DOUBLE,
"trk_2_axle" BIGINT,
"trk_2_axle_pct" DOUBLE,
"trk_3_axle" BIGINT,
"trk_3_axle_pct" DOUBLE,
"trk_4_axle" BIGINT,
"trk_4_axle_pct" DOUBLE,
"trk_5_axle" BIGINT,
"trk_5_axle_pct" DOUBLE,
"eal" BIGINT,
"est_ver_year" BIGINT,
"est_ver_code" VARCHAR
);
Anyone who has the link will be able to view this.