Austin Code Cases Related to Winter Storm Uri
Austin Code Cases related to the winter storm of Feb. 2021.
Please visit our dashboard for more in-depth analysis:
https://austin.maps.arcgis.com/apps/MapSeries/index.html?appid=d3f090400b654c338ceb65c0ec776935
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/austin-code-cases-related-to-winter-storm-uri-ghn4-7amr\".\"austin_code_cases_related_to_winter_storm_uri\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.