cincinnati-oh-gov/street-centerlines-w-pci-rating-574p-8utc
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 2 months ago
Indexed 4 hours ago

Street Centerlines (w/ PCI rating)

City of Cincinnati street center line data, broken out by street segment. Pavement Condition Index (PCI) rating for each street segment is also included. Pavement Condition is assessed annually by the Department of Transportation & Engineering (DOTE).

This data is maintained by the Department of Transportation & Engineering, and is refreshed daily.

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 \"cincinnati-oh-gov/street-centerlines-w-pci-rating-574p-8utc\".\"street_centerlines_w_pci_rating\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • street_centerlines_w_pci_rating