lacity/lafd-response-metrics-raw-data-n44u-wxe4
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 6 months ago
Indexed 2 hours ago

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).

Querying over HTTP

Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:

curl https://data.splitgraph.com/sql/query/ddn \
    -H "Content-Type: application/json" \
    -d@-<<EOF
{"sql": "
    SELECT *
    FROM \"lacity/lafd-response-metrics-raw-data-n44u-wxe4\".\"lafd_response_metrics_raw_data\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • lafd_response_metrics_raw_data
     
     
     
     
     
Upstream Metadata