Maryland Annual Vehicle Miles Of Travel
State of Maryland
@usgov.state_of_maryland_maryland_annual_vehicle_miles_of_travel
State of Maryland
@usgov.state_of_maryland_maryland_annual_vehicle_miles_of_travel
Annual Vehicle Miles of Travel (AVMT) represents the estimated number of miles driven on Maryland's public highways for a given year. There are two components used to estimate AVMT - traffic count data and highway mileage.
Traffic count data is summarized and reported as Annual Average Daily Traffic (AADT).
AADTs are calculated from short-term (48-hour) traffic counts performed on all publicly maintained roads in Maryland (including county and municipal). These counts are factored to account for seasonal variation in traffic patterns and represent an “Average Day”.
For planning purposes, AADT's are assigned to highway segments in order to provide a picture of traffic patterns is on the highway system on an average day.
Highway mileage statistics are complied annually based on mileage reports from the local jurisdictions and SHA and MDTA offices. Any mileage changes are field verified by SHA's data collections crews.
AVMT is calculated by multiplying the AADT on a road segment by the segment length. Because AADT represents Daily traffic, the result is multiplied by 365 to represent Annual Vehicle Miles of Travel. (AVMT = AADT X SECTION LENGTH X365)
Organization: State of Maryland
Last updated: 2020-11-10T17:24:42.754507
Tags: sha, state-highway-administration, travel, vehicle, vehicle-miles-of-travel
CREATE TABLE table_1 (
"year" BIGINT,
"annual_vehicle_miles_of_travel_in_millions" BIGINT -- Annual Vehicle Miles Of Travel (in Millions)
);Anyone who has the link will be able to view this.