DEQ invites you to comment on the proposed rule amendments between 9 a.m. 5/15/17 and 4 p.m. 6/30/17. Comments received outside this time frame will not be considered. Please note that all information provided when commenting will display below and becomes public record.
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-deqs-water-quality-permit-fee-569m-j47f\".\"comment_on_deqs_water_quality_permit_fee\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.