Proposed One- Day- Per- Week Watering Schedule
These are the results of a survey hosted on SpeakUpAustin.org and commissioned by the Austin Water Utility regarding proposed changes to watering restrictions, including permanent once-a-week watering limits. In total, some 1,854 users took the survey over a two month period.
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/proposed-one-day-per-week-watering-schedule-q86y-e7vw\".\"proposed_one_day_per_week_watering_schedule\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.