Roadway Work Zones
This dataset is a work in progress and will update without warning.
Road closures from AMANDA for workzones. Either Temporary use of right of way permits (TRUPs) or excavation permits (EX). Does not include secondary or emergency permits. Only "Active" permits that are on-going or planned appear in this dataset.
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-work-zones-qyfh-gwei\".\"roadway_work_zones\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.