Renewable Energy Development (RED) Grants - Multi-Year Report
The Oregon Department of Energy issued grants for renewable energy development projects from 2012 to 2019; the grants were funded through tax credit auctions overseen by the Oregon Department of Revenue. The final set of RED Grant awardees was announced in September 2019. This report covers RED Grants approved before June 30, 2021 (Fiscal Years 2013 through 2021). For more information visit the Oregon Transparency website. https://www.oregon.gov/transparency/Pages/index.aspx.
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/renewable-energy-development-red-grants-multiyear-9i4y-dwwt\".\"renewable_energy_development_red_grants_multiyear\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.