AFD Standard of Coverage 2018-2021
This dataset contains AFD's Standard of Coverage (SOC) results for calendar years 2018-2021. AFD's goal is to reach the resident/incident within 8 mins (from phone pickup to first arriving unit), 90% of the time. The dataset only includes emergency incidents (priority 1-3, 4M) that fell within AFD's service area (City of Austin full purpose and contracts for service). Response time results are grouped by Response Area Polygons (RAP) --- this is a geographical boundary which often reflects the area the station/unit would be the first responding unit.
Disclaimer:
The Austin Fire Department does not assume liability for any errors in the data or decisions taken by the recipient. The information provided should be used for general purposes only
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 \"datahub-austintexas-gov/afd-standard-of-coverage-20182021-nnyh-paut\".\"afd_standard_of_coverage_20182021\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.