Roadway Sign Assets
Currently, this dataset is undergoing review QA/QC.
This dataset contains records of street sign assets installed and maintained from June 2018 to present. Any signs installed or maintained before June 2018 was collected by a vendor (Roadway Asset Services) in November 2021.
You may also be interested in these related datasets for traffic signs:
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-sign-assets-ggnk-3ykn\".\"roadway_sign_assets\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.