Gage Alerts Tally Sheet -- 5/14/2019 (confirmed 7/16/2019)
Gage alert sign-ups increased by 174% from 2014/15 flood season (379 sign-ups) to 2018/19 flood season (1,037 sign-ups).
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 \"wa-gov/gage-alerts-tally-sheet-5142019-confirmed-7162019-3p3u-qc84\".\"gage_alerts_tally_sheet_5142019_confirmed_7162019\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.