highways-hidot-hawaii-gov/shoulderpolygons-xrja-t9fp
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 1 day ago
Indexed 2 hours ago

SHOULDER_POLYGONS

This dataset is an inventory of shoulders along Hawaii Highways. Information on shoulders include: location, shoulder material (gravel, earth, concrete, asphalt, none etc.), length of shoulder polygon and condition of shoulder. https://highways.hidot.hawaii.gov/dataset/Shoulder-Polygons/ka4t-ppt7

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/shoulderpolygons-xrja-t9fp\".\"shoulderpolygons\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • shoulderpolygons