Bovine Manure Tax Credit Program – Dept. of Agriculture
The Oregon State legislature passed House Bill (HB) 2066 in 2017. This bill moved a portion of the Biomass Collector or Producer Tax Credit program from the Oregon Department of Energy to the Oregon Department of Agriculture (ODA). Bovine Manure Tax Credit (Sections 6 through 11 of HB 2066) requires ODA to administer tax credit certifications to qualified bovine manure producers or collectors that produce biofuels. Visit:https://www.oregon.gov/ODA/programs/NaturalResources/Pages/BovineManureTaxCredit.aspx or https://www.oregon.gov/transparency/Pages/index.aspx, for more information.
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/bovine-manure-tax-credit-program-dept-of-cdnv-r4ea\".\"bovine_manure_tax_credit_program_dept_of\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.