ACTQP HTS - Trip Rate of Individuals Categorised by Age and Gender
This data set provides a rate of trips taken by individuals sampled in obtaining data for the ACT Household Travel Survey. The data is categorised by age and gender.
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. Total trip rate includes ‘other/not stated’ gender respondents.
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-trip-rate-of-individuals-categorised-by-668g-yt99\".\"actqp_hts_trip_rate_of_individuals_categorised_by\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.