Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 4 hours ago
ACT Government Bike & Ride Locations
This dataset outlines the location and details of bike & ride facilities within the ACT.
These facilities enable users to use both cycling and public transport modes of travel.
Further details on the types of bike and ride locations are available on the Transport Canberra website provided in the metadata.
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/act-government-bike-ride-locations-iiji-ukq3\".\"act_government_bike_ride_locations\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata