CY17 AFD Standard Of Coverage By RAP
Standard of Coverage for Calendar Year 2017 (January 2017 - December 2017). AFD's goal is to reach the resident/incident within 8 mins (from phone pickup to first arriving unit), 90% of the time. Info is grouped by Response Area Polygon (RAP) --- this is a geographical boundary which often reflects the area the station/unit would be the first responding unit. This data can be joined to the AFD RAP layer, which is in GIS format.
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/cy17-afd-standard-of-coverage-by-rap-fagv-vpb4\".\"cy17_afd_standard_of_coverage_by_rap\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.