Right of Way Type
<DIV STYLE="text-align:Left;"><DIV><P><SPAN>Parcels obtained by Fee Title and Permanent Easement by the Iowa Department of Transportation.</SPAN></P></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/right-of-way-type-n7wj-yx37\".\"right_of_way_type\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.