DEQ invites the public to comment on this rulemaking from July 14, 2017 until Friday, Aug. 25, 2017. Comments received outside of this time period will not be considered.
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/comment-on-the-clean-fuels-program-improvements-vfvi-6kt7\".\"comment_on_the_clean_fuels_program_improvements\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.