Open repository in Console
Readme
Updated almost 2 years ago
‧ Indexed 12 months ago
Tax Increment Finance District
<DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN><SPAN>This map data layer represents the boundaries of the Bloomington Tax Increment Financing (TIF) Districts; the North Kinser-Prow Road TIF and the Bloomington Consolidated TIF. The Bloomington Consolidated TIF is divided into many allocation areas. TIF's are a local method of financing public investment intended to stimulate private sector investment and job creation, principally through infrastructure improvements using property tax revenues collected on the increased assessed valuation of property in the area.</SPAN></SPAN></P><P><SPAN /></P></DIV></DIV></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/tax-increment-finance-district-2z3a-pv4d\".\"tax_increment_finance_district\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.