Adopt a Drain
This Indicator measures the percent of storm drains that have not been adopted through Oakland’s Adopt a Drain Program. Through this program, volunteers help to clean storm drain inlets throughout the city. This Indicator measures disparities in program participation by the majority race/ethnicity of census tracts.
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 \"oaklandca-gov/adopt-a-drain-mpq7-9tfa\".\"adopt_a_drain\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.