2023 W-1.3 County Water
Dataset measures the reduction in water consumed by County operations. Target is 15% below 2014 levels by 2020 and 20% below 2014 levels by 2030.
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-sandiegocounty-data-socrata/2023-w13-county-water-qibr-swvc\".\"2023_w13_county_water\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.