LAFD Response Metrics - Raw Data
City of Los Angeles
@usgov.city_of_los_angeles_lafd_response_metrics_raw_data
City of Los Angeles
@usgov.city_of_los_angeles_lafd_response_metrics_raw_data
The Los Angeles Fire Department (LAFD)’s Computer Aided Dispatch (CAD) system is a transactional, event‐driven system that records dates and time stamps based on events triggered by two distinct human interactions: interaction with CAD at the dispatch center via CAD workstation, and interaction with CAD via the Mobile Data Computer (MDC) installed in the responding LAFD unit, communicating with CAD through the LAFD’s Radio Network Controller (RNC).
Organization: City of Los Angeles
Last updated: 2020-11-10T17:52:28.451190
Tags: cad, lafd, los-angeles-fire-department, open-data, response-metrics
CREATE TABLE table_1 (
"randomized_incident_number" BIGINT,
"first_in_district" DOUBLE,
"emergency_dispatch_code" VARCHAR,
"dispatch_sequence" BIGINT,
"dispatch_status" VARCHAR,
"unit_type" VARCHAR,
"ppe_level" VARCHAR,
"incident_creation_time_gmt" VARCHAR -- Incident Creation Time (GMT),
"time_of_dispatch_gmt" VARCHAR -- Time Of Dispatch (GMT),
"en_route_time_gmt" VARCHAR -- En Route Time (GMT),
"on_scene_time_gmt" VARCHAR -- On Scene Time (GMT)
);Anyone who has the link will be able to view this.