Moving Violations Summary For 2015
District of Columbia
@usgov.district_of_columbia_moving_violations_summary_for_2015
District of Columbia
@usgov.district_of_columbia_moving_violations_summary_for_2015
The Vision Zero data contained in this layer pertain to moving violations issued by the District of Columbia's Metropolitan Police Department (MPD) and partner agencies with the authority to do so. For example, the District Department of Transportation's (DDOT) traffic control officers who prevent congestion through enforcement and control at intersections throughout the District. Locations of moving violations are identified from a database provided by the District Department of Motor Vehicles (DMV).
The data is summarized by ticket counts based on time of day, week of year, year, and category of violation. The summary form was created as a series of aggregated street segment data, in order to view spatial patterns on a weekly basis. This is a temporal crosstab of violation types (defined below) by week and time of day (ranges defined below).
Users are able to query by week to get a DC-wide yearly and weekly perspective on over 40 different combinations of violations. Create interesting street segment heat maps which can get quite specific to identify patterns and answer questions. For example, where are the majority of Unsafe Operator moving violations in the AM Rush of 2015? These data will give up to 52 distinct street segments of information – one for each week of the year.
**
**
Field Definitions:
Identification
Moving
Important Notes: Records which could not be associated to a street center-line segment (StreetSeg) were excluded from these summariesRecords which do not have a time of day associated with the violation were excluded from these summaries.
Organization: District of Columbia
Last updated: 2024-04-30T18:46:09.590212
Tags: ddot, dmv, dpw, enforcement, feb2016, moving, moving-violations, mpd, odtest, police, ppsa, transportation, violations, vision-zero, vz, washington-dc
CREATE TABLE table_1 (
"objectid" BIGINT,
"streetseg" BIGINT,
"weeknumber" BIGINT,
"highspeed_am_norush" BIGINT,
"highspeed_am_rush" BIGINT,
"highspeed_evening" BIGINT,
"highspeed_no_time" BIGINT,
"highspeed_overnight" BIGINT,
"highspeed_pm_norush" BIGINT,
"highspeed_pm_rush" BIGINT,
"lowspeed_am_norush" BIGINT,
"lowspeed_am_rush" BIGINT,
"lowspeed_evening" BIGINT,
"lowspeed_no_time" BIGINT,
"lowspeed_overnight" BIGINT,
"lowspeed_pm_norush" BIGINT,
"lowspeed_pm_rush" BIGINT,
"other_am_norush" BIGINT,
"other_am_rush" BIGINT,
"other_evening" BIGINT,
"other_no_time" BIGINT,
"other_overnight" BIGINT,
"other_pm_norush" BIGINT,
"other_pm_rush" BIGINT,
"unsafedriving_am_norush" BIGINT,
"unsafedriving_am_rush" BIGINT,
"unsafedriving_evening" BIGINT,
"unsafedriving_no_time" BIGINT,
"unsafedriving_overnight" BIGINT,
"unsafedriving_pm_norush" BIGINT,
"unsafedriving_pm_rush" BIGINT,
"unsafeoper_am_norush" BIGINT,
"unsafeoper_am_rush" BIGINT,
"unsafeoper_evening" BIGINT,
"unsafeoper_no_time" BIGINT,
"unsafeoper_overnight" BIGINT,
"unsafeoper_pm_norush" BIGINT,
"unsafeoper_pm_rush" BIGINT,
"unsafevehicle_am_norush" BIGINT,
"unsafevehicle_am_rush" BIGINT,
"unsafevehicle_evening" BIGINT,
"unsafevehicle_no_time" BIGINT,
"unsafevehicle_overnight" BIGINT,
"unsafevehicle_pm_norush" BIGINT,
"unsafevehicle_pm_rush" BIGINT,
"registeredname" VARCHAR,
"streettype" VARCHAR,
"quadrant" VARCHAR,
"fromaddresslefttheo" DOUBLE,
"toaddresslefttheo" DOUBLE,
"shape" VARCHAR,
"shapelen" BIGINT
);
Anyone who has the link will be able to view this.