bloomington-in-gov/spaces-du2g-dxvr
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 11 months ago
Indexed 11 months ago

Spaces

This layer contains an inventory of on street parking spaces that are monitored by the Parking Services division of the City of Bloomington, Indiana Public Works Department. These spaces are located in the core downtown area and are identified by general type category including accessible spaces, loading zones, metered spaces, no parking, permit spaces, reserved spaces, time restricted spaces, spaces with no restrictions, and other restricted spaces.

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/spaces-du2g-dxvr\".\"spaces\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • spaces