ICC Vehicle Volume Data
State of Maryland
@usgov.state_of_maryland_icc_vehicle_volume_data
State of Maryland
@usgov.state_of_maryland_icc_vehicle_volume_data
This dataset shows the number of vehicles that have passed under a gantry on that particular day. This dataset does not show trips, it only shows segments. Segments are compiled to make trips. There are 10 gantries on the InterCounty Connector (ICC) and 5 interchanges.
The eastbound gantries are 101, 105, 107, 109, 113, and the
westbound gantries are 102, 106, 108, 110, 114.
The dataset has a column for each gantry going east and west, then a total for each gantry.
The ICC is an all electronic tolling road which opened February 2011. The first opening was a partial opening, with only the first interchange being available for use.There was a free period from February 23, 2011 through March 6, 2011. The rest of the ICC opened in November 2011, and there was another free period from November 22, 2011 through December 4, 2011.
There are a few days where a low number of traffic passed under gantries (rows 196,198, 269,271...), these were either testing periods or construction vehicles.
Organization: State of Maryland
Last updated: 2020-11-10T17:24:10.834146
Tags: icc, mdta, segments, transportation, vehicles
CREATE TABLE table_1 (
"date" VARCHAR,
"i_370_md_97_east_i01" DOUBLE -- I- 370 - MD 97/ East (I01),
"n_1_370_md_97_west_i02" DOUBLE -- 1-370 - MD 97/ West (I02),
"i_370_md_97_total" DOUBLE -- I- 370 - MD 97 Total,
"md_97_md_182_east_i05" DOUBLE -- MD 97 - MD 182/ East (I05),
"md_97_md182_west_i06" DOUBLE -- MD 97 - MD182/ West (I06),
"md_97_md_182_total" DOUBLE -- MD 97 - MD 182 Total,
"md_182_md_650_east_i07" DOUBLE -- MD 182 - MD 650/ East (I07),
"md_182_md_650_west_i08" DOUBLE -- MD 182- MD 650/ West (I08),
"md_182_md_650_total" DOUBLE -- MD 182 - MD 650 Total,
"md_650_us_29_east_i09" DOUBLE -- MD 650 - US 29/ East (I09),
"md_650_us_29_west_i10" DOUBLE -- MD 650 - US 29/ West (I10),
"md_650_us_29_total" DOUBLE -- MD 650 - US 29 Total,
"bc_rd_i_95_east_i13" DOUBLE -- BC Rd - I -95/ East (I13),
"bc_rd_i_95_west_i14" DOUBLE -- BC Rd - I-95/ West (I14),
"bc_rd_i_95_total" DOUBLE -- BC Rd - I -95 Total,
"konterra_dr_us_1_i17" DOUBLE -- Konterra Dr/ US 1 (I17),
"konterra_dr_us_1_i18" DOUBLE -- Konterra DR/ US 1 (I18),
"konterra_dr_us_1_total" DOUBLE
);Anyone who has the link will be able to view this.