cityofnewyork-us/street-sign-work-orders-qt6m-xctn
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 21 days ago
Indexed 3 hours ago

Street Sign Work Orders

DOT manages approximately 1,000,000 signs on the streets of New York. This dataset contains current and historical signs, including regulatory, warning, guide and parking.

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 \"cityofnewyork-us/street-sign-work-orders-qt6m-xctn\".\"street_sign_work_orders\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • street_sign_work_orders
     
     
     
     
     
Upstream Metadata