NYPD B Summons (Year To Date)
City of New York
@usgov.city_of_new_york_nypd_b_summons
City of New York
@usgov.city_of_new_york_nypd_b_summons
Moving violation summonses issued by the NYPD. This dataset documents the issuance of moving violations (B summonses) by the NYPD. The data is collected from members of service upon completion of the New York State form. Each record represents a summons (vioaltion). The data can be used for analyzing traffic enforcement activity by the NYPD.
Organization: City of New York
Last updated: 2020-11-20T17:14:29.000336
Tags: b-summons, driver, moving-violation, nypd, traffic, traffic-ticket, transportation, vision-zero, vz
CREATE TABLE table_1 (
"evnt_key" BIGINT,
"violation_date" TIMESTAMP,
"violation_time" VARCHAR,
"chg_law_cd" VARCHAR,
"violation_code" VARCHAR,
"veh_category" VARCHAR,
"city_nm" VARCHAR,
"rpt_owning_cmd" BIGINT,
"x_coord_cd" BIGINT,
"y_coord_cd" BIGINT,
"latitude" DOUBLE,
"longitude" DOUBLE,
"location_point" VARCHAR,
"juris_cd" BIGINT
);Anyone who has the link will be able to view this.