Pollution Burden
Pollution burden is calculated by the Office of Environmental Health Hazard Assessment’s CalEnviroScreen 3.0. This tool measures pollution burden as a combined score that includes Indicators of potential exposures to pollutants and environmental conditions (e.g., ozone, pesticides, toxic releases, traffic, hazardous waste). The pollution burden scores are averaged by majority race/ethnicity of Oakland 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/pollution-burden-6a8p-3zqg\".\"pollution_burden\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.