Monroe County Opportunity Zones
<DIV STYLE="text-align:Left;font-size:12pt"><P><SPAN>Indiana Opportunity Zones in Monroe County based on the United State 2010 Decennial Census Tracts. Opportunity Zones are a designation explained by the IRS; "Opportunity Zones are an economic development tool that allows people to invest in distressed areas in the United States.</SPAN></P><P><SPAN>Their purpose is to spur economic growth and job creation in low-income communities while providing tax benefits to investors."</SPAN></P></DIV>
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 \"bloomington-in-gov/monroe-county-opportunity-zones-3a4p-5rca\".\"monroe_county_opportunity_zones\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.