MPO_Boundaries
This dataset provides the Metropolitan Planning Organization (MPO) boundaries for the State of Iowa including contact information, location details and more. A MPO is a federally mandated and federally funded organization designated to carry out the metropolitan transportation planning process.
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/mpoboundaries-4tdy-s3b6\".\"mpoboundaries\"
LIMIT 100
"}
EOFSee the Splitgraph documentation
for more information.