layer_0
ACT ESA (Fire, RFS, SES) vehicle locations, 201510 201511. This is one of a suite of datasets showing ACT ESA vehicle locations between 2004 and 2016.
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/layer0-ym5g-sisa\".\"layer0\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.