Roadway Markings Contractor Work Orders
This dataset contains records of in-progress and work completed from June 2021 to present for the purpose of tracking the installation and maintenance of roadway markings by contractors in the City of Austin full purpose jurisdiction. This work is managed by the Signs and Markings Division of the City of Austin Transportation and Public Works Department. The records are managed in a work management system tracker.
You may also be interested in this related dataset to in-house work:
Roadway Markings Work Orders: https://data.austintexas.gov/Transportation-and-Mobility/Roadway-Markings-Work-Orders/nyhn-669r
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/roadway-markings-contractor-work-orders-5dex-63ir\".\"roadway_markings_contractor_work_orders\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.