TRANSPORTATION.markings_short_line_dates
Related table of short line markings dates. The work order ID originated from the roadway markings work orders and the contractor work order dataset that pulls from the Signs and Markings Operations Work Order tracking system. The work dates originate from data tracker or were collected in GIS prior to the association of work order IDs to short line markings assets. Short line includes crosswalks, stop lines, school zone lines, and yield lines.
This dataset contains related records for the TRANSPORTATION.markings_short_line layer: https://data.austintexas.gov/Transportation-and-Mobility/TRANSPORTATION-markings_short_line/9hak-anfp
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/transportationmarkingsshortlinedates-2eqn-ixp5\".\"transportationmarkingsshortlinedates\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.