EMS - Top Ten Dispatch Problems by Fiscal Year
This table shows the 10 most frequently recorded incident problem types as recorded by communications personnel for each fiscal year presented.
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/ems-top-ten-dispatch-problems-by-fiscal-year-95xj-wt9t\".\"ems_top_ten_dispatch_problems_by_fiscal_year\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.