S.D.1a-c Population vs. MV Stops
The percentages of citations, warnings, field observations, and arrests that result from a motor vehicle stop involving individuals of a particular race/ethnicity compared to that specific race/ethnicity's percentage of the population in Austin
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/sd1ac-population-vs-mv-stops-87wz-a3h2\".\"sd1ac_population_vs_mv_stops\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.