Park_and_Ride_System
This dataset provides information on Iowa's Park and Ride System including existing state-owned park and ride facilities and ideal candidates for future expansion of the system. The inventory and identification of ideal candidates for future expantion is part of the Iowa Park and Ride System Plan. The primary objective of the plan is to provide a location-specific, priority-based park and ride system that allows for coordinated planning and implementation of park and ride facilities. As part of coordinating the statewide rideshare program, the dataset may also include other existing park and ride facilities not owned by the state or identified in the plan.
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/parkandridesystem-jcgh-c255\".\"parkandridesystem\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.