Crash Reporting - Incidents Data
Montgomery County of Maryland
@usgov.montgomery_county_of_maryland_crash_reporting_incidents_data
Montgomery County of Maryland
@usgov.montgomery_county_of_maryland_crash_reporting_incidents_data
CREATE TABLE table_1 (
"report_number" VARCHAR,
"local_case_number" VARCHAR,
"agency_name" VARCHAR,
"acrs_report_type" VARCHAR,
"crash_date_time" VARCHAR,
"hit_run" VARCHAR,
"route_type" VARCHAR,
"lane_direction" VARCHAR,
"lane_type" VARCHAR,
"number_of_lanes" VARCHAR,
"direction" VARCHAR,
"distance" DOUBLE,
"distance_unit" VARCHAR,
"road_grade" VARCHAR,
"road_name" VARCHAR,
"cross_street_name" VARCHAR,
"off_road_description" VARCHAR,
"municipality" VARCHAR,
"related_non_motorist" VARCHAR,
"at_fault" VARCHAR,
"collision_type" VARCHAR,
"weather" VARCHAR,
"surface_condition" VARCHAR,
"light" VARCHAR,
"traffic_control" VARCHAR,
"driver_substance_abuse" VARCHAR,
"non_motorist_substance_abuse" VARCHAR,
"first_harmful_event" VARCHAR,
"second_harmful_event" VARCHAR,
"junction" VARCHAR,
"intersection_type" VARCHAR,
"road_alignment" VARCHAR,
"road_condition" VARCHAR,
"road_division" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"location" VARCHAR
);
Anyone who has the link will be able to view this.