RCRA Rulemaking
The proposed rules will adopt federal rules into Oregon’s rules. The amendments will incorporate amended versions of previously adopted federal rules, and will also incorporate some federal rules for the first time. The purpose of these amendments is to align Oregon rules with federal rules and to enable Oregon to retain delegated federal authority to operate its Resource and Recovery Act hazardous waste 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/rcra-rulemaking-9muk-yvng\".\"rcra_rulemaking\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.