HPMS Sample Mid-America 2018
This data represents HPMS Sample limits that correspond to the HPMS Section Data. This dataset contains expansion factors that are used to expand the attributes to State wide aggregation. More information regarding the Sample dataset is contained in the HPMS Field Manual.
The Mid-America contains data for the following States: Illinois, Indiana, Iowa, Kansas, Michigan, Minnesota, Missouri, Nebraska, North Dakota, Oklahoma, South Dakota, Texas, and Wisconsin
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/hpms-sample-midamerica-2018-7kx6-58yb\".\"hpms_sample_midamerica_2018\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.