Act 100 Project Dataset with Goal Flags | Active Projects Resiliency | STATIC
This is a static dataset that provides all Active projects with a Resiliency component for the 2021 Act100. The data is provided under the Resiliency section of the Act100 report. As mentioned, the data is static and will not be updated as the reporting period has come to a close.
Click here to view the resiliency section: https://highways.hidot.hawaii.gov/stories/s/Read-More-About-Resiliency-Goals-2021/mdqs-w4t3
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/act-100-project-dataset-with-goal-flags-active-ec8p-4ie2\".\"act_100_project_dataset_with_goal_flags_active\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.