datahub-austintexas-gov/cy16-afd-standard-of-coverage-by-rap-wg4a-m3ss
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 1 year ago
Indexed 11 months ago

CY16 AFD Standard Of Coverage By RAP

Standard of Coverage for Calendar Year 2016 (January 2016 - December 2016). 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/cy16-afd-standard-of-coverage-by-rap-wg4a-m3ss\".\"cy16_afd_standard_of_coverage_by_rap\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • cy16_afd_standard_of_coverage_by_rap
     
     
     
     
     
Upstream Metadata