Strategic Measure_Emergency Training & Exercise Participation
The City of Austin's Office of Homeland Security and Emergency Management serves as the coordinating focal point for preparedness, response, recovery, and education in an emergency or disaster that disrupts the community. Carrying out this task requires this office to ensure all City departments and partner agencies in the region are prepared to respond to a disaster and ready to work together. Each year we want to ensure that we are providing training to these agencies to help us be a more disaster prepared and resilient community.
View more details and insights related to this measure on the story page: https://data.austintexas.gov/stories/s/nqji-3wsu
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/strategic-measureemergency-training-exercise-geg4-76js\".\"strategic_measureemergency_training_exercise\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.