DEQ invites the public to submit comment on the UST2017 Rulemaking. The comment period is open from Jan. 12 2018 until 4 p.m., Feb. 20, 2018. Comments submitted outside of this 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/underground-storage-tank-2017-rulemaking-comment-jfpy-zqg5\".\"underground_storage_tank_2017_rulemaking_comment\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.