Never Adoptable
<DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>This layer represents the sections of highway which are never available for adoption within the Adopt-A-Highway program. This symbolization was developed for utilization by the Electronic Permitting System (EPS) at the Iowa Department of Transportation.</SPAN></P></DIV></DIV></DIV>
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 \"mydata-iowa-gov/never-adoptable-8xuz-iqf9\".\"never_adoptable\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.