Summary Level Bridge Condition Dataset | Public | Act 100| STATIC 2020
This is a static dataset that shows the number of bridges by condition (Good, Fair, Poor) for 2020.
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/summary-level-bridge-condition-dataset-public-act-vt8k-f4uz\".\"summary_level_bridge_condition_dataset_public_act\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.