colorado-gov/highway-curves-and-grades-in-colorado-2016-gemu-wyf3
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 24 days ago
Indexed 2 hours ago

Highway Curves and Grades in Colorado 2016

Highway curvature and gradient data in sections across Colorado since 1998. Contains detailed data on selected roadways, including rigidity, flexibility, curvature, grade, sight distance, speed limits, length of green time, etc from the Colorado Department of Transportation (CDOT).

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 \"colorado-gov/highway-curves-and-grades-in-colorado-2016-gemu-wyf3\".\"highway_curves_and_grades_in_colorado_2016\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • highway_curves_and_grades_in_colorado_2016
     
     
     
     
     
Upstream Metadata