Holiday Construction Embargo- Intersection
This dataset shows all street intersections with active construction embargo during the holiday season from November to January. For a list of all event construction embargo (including historical data), please use the Street Construction Permits- Stipulations dataset and search by the name of the event.
Street Construction Permit- Stipulations: https://data.cityofnewyork.us/Transportation/Street-Construction-Permits-Stipulations/gsgx-6efw
For the Holiday Embargo - Block dataset, please follow <a href="https://data.cityofnewyork.us/dataset/Holiday-Embargo-Block/4te8-9n3p">this link</a>
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/holiday-construction-embargo-intersection-jr6f-nsuv\".\"holiday_construction_embargo_intersection\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.