Street Signs and Roadway Markings Work Order Time Logs
This dataset relates work completed for the purpose of installing and maintaining roadway markings and street signs across the City of Austin. Each row records time spent by one or more technicians who completed the work order. This work is managed by the Signs & Markings Division of the City of Austin Transportation Department.
You may also be interested in these related datasets, which can be joined together using the work order ID columns:
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/street-signs-and-roadway-markings-work-order-time-qvth-gwdv\".\"street_signs_and_roadway_markings_work_order_time\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.