Police Dispatched Incidents
Montgomery County of Maryland
@usgov.montgomery_county_of_maryland_police_dispatched_incidents
Montgomery County of Maryland
@usgov.montgomery_county_of_maryland_police_dispatched_incidents
CREATE TABLE table_1 (
"incident_id" VARCHAR,
"crime_reports" VARCHAR,
"crash_reports" VARCHAR,
"start_time" VARCHAR,
"end_time" VARCHAR,
"priority" BIGINT,
"initial_type" VARCHAR,
"close_type" VARCHAR,
"address" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip" VARCHAR,
"longitude" DOUBLE,
"latitude" DOUBLE,
"police_district_number" VARCHAR,
"beat" VARCHAR,
"pra" VARCHAR,
"calltime_callroute" DOUBLE,
"calltime_dispatch" DOUBLE,
"calltime_arrive" DOUBLE,
"calltime_cleared" DOUBLE,
"callroute_dispatch" DOUBLE,
"dispatch_arrive" DOUBLE,
"arrive_cleared" DOUBLE,
"disposition_desc" VARCHAR,
"location" VARCHAR
);
Anyone who has the link will be able to view this.