DEM WA-TF1 Deployable Status
Washington State Task Force 1 is both a federal and state asset, including trained staff and their equipment, available to be deployed as determined by FEMA and the Governor in the event of national or state emergency incidents. This data is tracked in an excel matrix.
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 \"internal-open-piercecountywa-gov/dem-watf1-deployable-status-h38d-dus6\".\"dem_watf1_deployable_status\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.