Mobility Management Center Issues
This dataset is comprised of issues received by the City of Austin's Mobility Management Center, which is operated by the Austin Transportation & Public Works Department's Arterial Management Division.
These records are comprised of both resident-reported issues via 311 as well as issues reported directly to the Mobility Management Center by staff or regional agencies.
This dataset is related to the Mobility Management Center Activities dataset, which captures specific actions taken in response to these issues.
See:
Activities dataset:
https://data.austintexas.gov/dataset/-UNDER-CONSTRUCTION-Mobility-Management-Center-Act/p7pt-re4k
Arterial management division homepage:
https://www.austintexas.gov/department/arterial-management
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/mobility-management-center-issues-v7vh-gbi6\".\"mobility_management_center_issues\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.