Parking Restrictions
This layer contains on street parking restrictions as stated in the City of Bloomington, Indiana Municipal Code or by temporary order from the City Engineer. The parking restrictions are recorded by restriction type which include: Bus Zone, Combination Parking Zones with multiple restrictions, No Parking Anytime, No Parking Posted Times, and Time Restricted Parking. Accessible parking locations, parking meters and residential permit parking zones restrictions are not included in this layer, but are represented in the Parking Spaces, Downtown Parking Meter Zone, and Neighborhood Permit Parking Zones layers.
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 \"bloomington-in-gov/parking-restrictions-gx4i-zcmv\".\"parking_restrictions\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.