LADWP Water Supply in Acre Feet
Sources of LADWP Water Supply in Acre Feet. MWD - Metropolitan Water District, LA Aqueduct, Local Groundwater, and Recycled Water.
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 \"lacity/ladwp-water-supply-in-acre-feet-qyvz-diiw\".\"ladwp_water_supply_in_acre_feet\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.