FY14 HSEM Response Time - Open Data
Record of the time coded hours of HSEM staff responding to EOC Activation, EOC standby situations, or recovery phases in FY2014. This data provides a general picture for planning purposes, but does not encompass all times when HSEM staff are in response or recovery activities.
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/fy14-hsem-response-time-open-data-drfs-g7hw\".\"fy14_hsem_response_time_open_data\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.