Portland, Oregon Test Data Set Arterial Loop Detector Data
This set of data files was acquired under USDOT FHWA cooperative agreement DTFH61-11-H-00025 as one of the four test data sets acquired by the USDOT Data Capture and Management program. This is the primary loop detector data table. It contains one-minute volume, occupancy, and data quality flags for the arterial loop detector data.
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 \"datahub-transportation-gov/portland-oregon-test-data-set-arterial-loop-bagt-569v\".\"portland_oregon_test_data_set_arterial_loop\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.