Open repository in Console
Readme
Updated over 7 years ago
‧ Indexed 11 months ago
Comment on Rulemaking: Title V Consumer Price Index 2016
DEQ proposes rules to increase Title V operating permit fees by the change in the consumer price index as authorized by federal and state law. The proposed fee increases are necessary for DEQ to provide essential services associated with Oregon’s Title V permitting program.
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/comment-on-rulemaking-title-v-consumer-price-index-p9nk-5yub\".\"comment_on_rulemaking_title_v_consumer_price_index\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.