Open repository in Console
Readme
Updated over 3 years ago
‧ Indexed 11 months ago
Project List | Active Safety Projects FY2020 | STATIC
This is a static dataset and provides a list of all ACTIVE Safety projects in the 2020 Act100 report. As mentioned, this is list is static and will not be updated as the reporting year (2020) has come to a close.
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 \"highways-hidot-hawaii-gov/project-list-active-safety-projects-fy2020-static-fibm-h348\".\"project_list_active_safety_projects_fy2020_static\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.