Proposed - Updating Air Quality Rules to Address Federal Regulations
Comment on proposed rulemaking. Comment period runs from 11/15/16-12/23/16. Comments submitted outside this comment period will not be considered.
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 \"oregon-gov/proposed-updating-air-quality-rules-to-address-eitf-mgpx\".\"proposed_updating_air_quality_rules_to_address\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.