RoadWork SWB Projects
The City and Sewerage and Water Board of New Orleans are working together to implement an unprecedented capital improvement program to restore the City’s damaged infrastructure. Using a combination of local and Federal funds, the two-billion dollar program will be the most comprehensive that our region has seen in a generation. Work will include more than 200 individual projects and consist of repairing all or portions of about 400 miles of roadway. For more information please visit http://roadwork.nola.gov/.
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 \"nola-gov/roadwork-swb-projects-bsnu-de3a\".\"roadwork_swb_projects\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.