Regionally Significant Industrial Sites (RSIS)
The Regionally Significant Industrial Sites program (RSIS) is a performance-based economic development program that reimburses RSIS project sponsors for approved site improvement expenditures. The state shares a portion of state income tax generated by employment on RSIS sites for industrial land site readiness activities beginning the year after a project's employment thresholds are reached. The amount of tax reimbursements to all RSIS sponsors are capped at $10 million annually.
This dataset contains awardee information for fiscal years 2022-2024.
For more information, please visit
https://www.oregon.gov/biz/programs/RSIS/Pages/default.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/regionally-significant-industrial-sites-rsis-an2d-j75f\".\"regionally_significant_industrial_sites_rsis\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.