data-act-gov-au/bus-routes-new-network-july-2020-nes3-jii6
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 1 year ago
Indexed 2 hours ago

Bus Routes - New Network July 2020

This dataset provides the shape file of physical paths taken by vehicles in the ACT. This file is generated using the GTFS data as of July 2020. Please refer to latest GTFS data published at https://www.transport.act.gov.au/contact-us/information-for-developers

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/bus-routes-new-network-july-2020-nes3-jii6\".\"bus_routes_new_network_july_2020\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • bus_routes_new_network_july_2020
     
     
     
     
     
Upstream Metadata