Rev Raised Crosswalk Construction Data
This dataset has been deprecated and should not be used for data manipulations.
Please use this link instead: https://highways.hidot.hawaii.gov/Act100/Raised-Crosswalks/5fv3-kv85/about_data
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/rev-raised-crosswalk-construction-data-mmnc-bme5\".\"rev_raised_crosswalk_construction_data\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.