Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 3 hours ago
Park And Ride Locations
Locations of Park and Ride facilities in the ACT.
More information can be found at:
https://www.transport.act.gov.au/about-us/public-transport-options/park-and-ride
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/park-and-ride-locations-sfwt-4uw4\".\"park_and_ride_locations\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata