Parking_Locations
This map displays the operating area and parking locations for the ACT Government Bike Share trial. Bicycles can be ridden outside the trial zone area, however once a bicycle has been stationary outside the trail zone for an extended duration the bicycle will be relocated back to within the trial zone.
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/parkinglocations-wvsd-jxgc\".\"parkinglocations\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.