data-act-gov-au/smart-parking-restrictions-cebt-h4fd
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 4 years ago
Indexed 4 hours ago

Smart Parking Restrictions

SmartParking is a trial designed to help ease traffic congestion and lower travel times by using real-time bay sensor data and the ParkCBR app to show drivers where they are more likely to find available car parking in the Manuka shopping precinct. Android users can download the ParkCBR from GooglePlay Store and iOS users from the AppStore.

The Restrictions dataset shows the parking restrictions on each lot.

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 \"data-act-gov-au/smart-parking-restrictions-cebt-h4fd\".\"smart_parking_restrictions\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • smart_parking_restrictions
     
     
     
     
     
Upstream Metadata