highways-hidot-hawaii-gov/medianwidth-kgmd-iyq2
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 1 year ago
Indexed 3 hours ago

MEDIAN_WIDTH

this dataset is an inventory of existing medians along Hawaii Highways. Information includes location, length of median, condition of the median and type of median (Curbed •Flex •Rigid •Semi-rigid •Unprotected •Painted - Passing •Painted - No Passing •No Median) https://highways.hidot.hawaii.gov/dataset/Median-Width/7pss-vdui

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/medianwidth-kgmd-iyq2\".\"medianwidth\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • medianwidth