Parking Services Division Annual Statistics
Annual statistics about operations of the Parking Services Division of the Public Works Department. The Parking Services Division has responsibility for all parking operations, including meter enforcement and collections, meter maintenance, special events, customer service, the school crossing guard program, parking permit sales and distribution, citing illegally parked vehicles, and managing and maintaining the City's 4 structured parking facilities and 5 surface parking lots.
Several notes on these statistics:
The Parking Services Division formally began operations in January of 2021. It merged the former Parking Facilities Division of the Public Works Department (which was responsible only for managing operations of the City's parking garages) with the Parking Enforcement Division of the Bloomington Police Department. Additionally, customer support personnel for many parking functions had previously been members of the City Controller's Office, but were moved to the Parking Services Division beginning in 2021.
Note: Public Works Department division data sets prior to 2014 are available upon request.
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-services-division-annual-statistics-h25e-yxs5\".\"parking_services_division_annual_statistics\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.