Brownfields Programs
Grants and loans from the Brownfields Program for Fiscal Years 2019-2024 under ORS 285A.185, 285A.188, 285A.190, and 285A.192. This program assists individuals, non-profit organizations, and local governments with financing to evaluate, cleanup, and redevelop brownfields. For more information visit https://www.oregon.gov/biz/programs/Brownfields/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/brownfields-programs-9xcp-qgv6\".\"brownfields_programs\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.