ACTQP HTS - Trips per Person Categorised by Trip Purpose and Time of Day
This data set provides the number of trips per person taken by individuals sampled in obtaining data for the ACT Household Travel Survey. The data is categorised based on the purpose of the trip.
A trip is defined as the travel between two main activities, where a stop may constitute a change in transport mode. As an example: driving from home to a park and ride facility, then catching a bus to an interchange, then walking to a shop to purchase an item and finally walking to work is comprised of 4 ‘stops’ and two ‘trips’.
Note: This data represents travel and activity on an average weekday. The time of day is based on the mid-point of the start and arrival time of the trip.
AM Peak: 8-9AM, PM Peak: 5-6PM
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/actqp-hts-trips-per-person-categorised-by-trip-tyup-ehxd\".\"actqp_hts_trips_per_person_categorised_by_trip\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.